Update JS packages.
parent
522f3458f6
commit
ccd84b7c2a
|
@ -25,6 +25,8 @@ Housekeeping
|
|||
************
|
||||
|
||||
| `Issue #7537 <https://github.com/pgadmin-org/pgadmin4/issues/7537>`_ - Ensure that pgAdmin 4 is compatible with PostgreSQL v17.
|
||||
| `Issue #7607 <https://github.com/pgadmin-org/pgadmin4/issues/7607>`_ - Automatically apply virtualization in the DataGridView of SchemaView if the schema contains only one collection.
|
||||
| `Issue #7623 <https://github.com/pgadmin-org/pgadmin4/issues/7623>`_ - Add the git commit hash details to the About dialog.
|
||||
|
||||
Bug fixes
|
||||
*********
|
||||
|
|
|
@ -27,11 +27,11 @@
|
|||
"bootstrap": "^4.5.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "^9.4.0",
|
||||
"eslint": "^9.5.0",
|
||||
"nw": "0.77.0"
|
||||
},
|
||||
"scripts": {
|
||||
"linter": "yarn eslint --no-eslintrc -c .eslintrc.js --ext .js ."
|
||||
},
|
||||
"packageManager": "yarn@3.6.4"
|
||||
"packageManager": "yarn@3.8.2"
|
||||
}
|
||||
|
|
|
@ -30,14 +30,14 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@eslint/config-array@npm:^0.15.1":
|
||||
version: 0.15.1
|
||||
resolution: "@eslint/config-array@npm:0.15.1"
|
||||
"@eslint/config-array@npm:^0.16.0":
|
||||
version: 0.16.0
|
||||
resolution: "@eslint/config-array@npm:0.16.0"
|
||||
dependencies:
|
||||
"@eslint/object-schema": ^2.1.3
|
||||
"@eslint/object-schema": ^2.1.4
|
||||
debug: ^4.3.1
|
||||
minimatch: ^3.0.5
|
||||
checksum: 62fc826f04cf38fb5fd23cedd21216f3baf90969b38895669ef79196becfaeece31427eb32e10956b7b796c17ccec544c73318d76ed1917aa577090d6de20971
|
||||
checksum: b5682fef89232338200005e75008ee8edf147d265383ce4a9eb863c06ec38eff3dd0a4700b720774ad1f26d7c2721ab33eb425b1785ff95bc0844b23d5e57f94
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
@ -58,17 +58,17 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@eslint/js@npm:9.4.0":
|
||||
version: 9.4.0
|
||||
resolution: "@eslint/js@npm:9.4.0"
|
||||
checksum: 6df52c9d743cb20382ac7794cc96c52179d6eacaa15d1b36c15a325edab87982a1066f48cabb6d6468e70615add8bc0a781e1139875e81a80917614dd3c17b32
|
||||
"@eslint/js@npm:9.5.0":
|
||||
version: 9.5.0
|
||||
resolution: "@eslint/js@npm:9.5.0"
|
||||
checksum: e79639f7d9fd754e432dd33d1908d31c48bcf93aadc9e88b987c51b0208b5b3120f0c0038108ff2517c35b8c3d4bcd74f4e506a93b676b8bb311d29cce111c09
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@eslint/object-schema@npm:^2.1.3":
|
||||
version: 2.1.3
|
||||
resolution: "@eslint/object-schema@npm:2.1.3"
|
||||
checksum: 71feca122945919b9082ba2a41c9085474e605e8b0a7aa7f59187a262f0ed39545e446c992ea4ab6b86aa3312ff66de98ef2d593837ce43213403f4a49580958
|
||||
"@eslint/object-schema@npm:^2.1.4":
|
||||
version: 2.1.4
|
||||
resolution: "@eslint/object-schema@npm:2.1.4"
|
||||
checksum: 5a03094115bcdab7991dbbc5d17a9713f394cebb4b44d3eaf990d7487b9b8e1877b817997334ab40be52e299a0384595c6f6ba91b389901e5e1d21efda779271
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
@ -625,15 +625,15 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"eslint@npm:^9.4.0":
|
||||
version: 9.4.0
|
||||
resolution: "eslint@npm:9.4.0"
|
||||
"eslint@npm:^9.5.0":
|
||||
version: 9.5.0
|
||||
resolution: "eslint@npm:9.5.0"
|
||||
dependencies:
|
||||
"@eslint-community/eslint-utils": ^4.2.0
|
||||
"@eslint-community/regexpp": ^4.6.1
|
||||
"@eslint/config-array": ^0.15.1
|
||||
"@eslint/config-array": ^0.16.0
|
||||
"@eslint/eslintrc": ^3.1.0
|
||||
"@eslint/js": 9.4.0
|
||||
"@eslint/js": 9.5.0
|
||||
"@humanwhocodes/module-importer": ^1.0.1
|
||||
"@humanwhocodes/retry": ^0.3.0
|
||||
"@nodelib/fs.walk": ^1.2.8
|
||||
|
@ -645,7 +645,7 @@ __metadata:
|
|||
eslint-scope: ^8.0.1
|
||||
eslint-visitor-keys: ^4.0.0
|
||||
espree: ^10.0.1
|
||||
esquery: ^1.4.2
|
||||
esquery: ^1.5.0
|
||||
esutils: ^2.0.2
|
||||
fast-deep-equal: ^3.1.3
|
||||
file-entry-cache: ^8.0.0
|
||||
|
@ -665,7 +665,7 @@ __metadata:
|
|||
text-table: ^0.2.0
|
||||
bin:
|
||||
eslint: bin/eslint.js
|
||||
checksum: 8c1a10154de40340778103e9dcf8f4561a89bb89895ea62a0712d3907aee3974c80a9de8624353085d684015f0d2affc679c034b0b04a9b3a908d03e59f77bd9
|
||||
checksum: 8e6c85eb30a6959150cb40e16a07ce662c4f4a9f87c677eda13360eb11522b6f16627a41e05dc0b2e0715685f1d61c2694d671a1ce09ceb5bd1a887eef14f13c
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
@ -680,7 +680,7 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"esquery@npm:^1.4.2":
|
||||
"esquery@npm:^1.5.0":
|
||||
version: 1.5.0
|
||||
resolution: "esquery@npm:1.5.0"
|
||||
dependencies:
|
||||
|
@ -1427,7 +1427,7 @@ __metadata:
|
|||
dependencies:
|
||||
axios: ^1.7.2
|
||||
bootstrap: ^4.5.3
|
||||
eslint: ^9.4.0
|
||||
eslint: ^9.5.0
|
||||
nw: 0.77.0
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
"babel-loader": "^9.1.3",
|
||||
"browserify": "^17.0.0",
|
||||
"buffer": "^6.0.3",
|
||||
"copy-webpack-plugin": "^11.0.0",
|
||||
"copy-webpack-plugin": "^12.0.2",
|
||||
"cross-env": "^7.0.3",
|
||||
"css-loader": "^6.7.2",
|
||||
"css-minimizer-webpack-plugin": "^5.0.0",
|
||||
|
@ -81,7 +81,7 @@
|
|||
"@mui/icons-material": "^5.15.10",
|
||||
"@mui/lab": "^5.0.0-alpha.165",
|
||||
"@mui/material": "^5.15.10",
|
||||
"@mui/x-date-pickers": "^6.19.7",
|
||||
"@mui/x-date-pickers": "^7.7.1",
|
||||
"@projectstorm/react-diagrams": "^6.6.1",
|
||||
"@simonwep/pickr": "^1.5.1",
|
||||
"@szhsin/react-menu": "^2.2.0",
|
||||
|
|
580
web/yarn.lock
580
web/yarn.lock
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue