mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2026-08-09 04:28:38 -05:00
Upgrade the React version from 16 to 17 and also update other dependent libraries.
This commit is contained in:
committed by
Akshay Joshi
parent
49a59f8929
commit
3d7ecd16aa
+6
-4
@@ -13,7 +13,9 @@
|
||||
"@babel/plugin-proposal-object-rest-spread": "^7.9.6",
|
||||
"@babel/preset-env": "^7.10.2",
|
||||
"@emotion/core": "^10.0.14",
|
||||
"@emotion/react": "^11.1.5",
|
||||
"@emotion/styled": "^10.0.14",
|
||||
"@wojtekmaj/enzyme-adapter-react-17": "^0.4.1",
|
||||
"autoprefixer": "^10.2.4",
|
||||
"axios-mock-adapter": "^1.17.0",
|
||||
"babel-loader": "^8.1.0",
|
||||
@@ -24,7 +26,6 @@
|
||||
"cross-env": "^7.0.3",
|
||||
"css-minimizer-webpack-plugin": "^1.2.0",
|
||||
"enzyme": "^3.11.0",
|
||||
"enzyme-adapter-react-16": "^1.15.2",
|
||||
"eslint": "^7.19.0",
|
||||
"eslint-plugin-react": "^7.20.5",
|
||||
"exports-loader": "^2.0.0",
|
||||
@@ -57,6 +58,7 @@
|
||||
"sass-loader": "^11.0.0",
|
||||
"sass-resources-loader": "^2.0.0",
|
||||
"style-loader": "^2.0.0",
|
||||
"stylis": "^4.0.7",
|
||||
"terser-webpack-plugin": "^5.1.1",
|
||||
"webfonts-loader": "^7.1.1",
|
||||
"webpack": "^5.21.2",
|
||||
@@ -68,7 +70,7 @@
|
||||
"@babel/plugin-proposal-class-properties": "^7.10.4",
|
||||
"@babel/preset-react": "^7.12.13",
|
||||
"@fortawesome/fontawesome-free": "^5.14.0",
|
||||
"@projectstorm/react-diagrams": "^6.3.0",
|
||||
"@projectstorm/react-diagrams": "^6.4.2",
|
||||
"@simonwep/pickr": "^1.5.1",
|
||||
"@tippyjs/react": "^4.2.0",
|
||||
"acitree": "git+https://github.com/imsurinder90/jquery-aciTree.git#rc.7",
|
||||
@@ -110,8 +112,8 @@
|
||||
"paths-js": "^0.4.9",
|
||||
"postcss": "^8.2.4",
|
||||
"raf": "^3.4.1",
|
||||
"react": "^16.14.0",
|
||||
"react-dom": "^16.14.0",
|
||||
"react": "^17.0.1",
|
||||
"react-dom": "^17.0.1",
|
||||
"requirejs": "~2.3.6",
|
||||
"select2": "^4.0.13",
|
||||
"shim-loader": "^1.0.1",
|
||||
|
||||
Reference in New Issue
Block a user