Skip to content

Commit

Permalink
PWA-3216::upgarding node 14 to 18
Browse files Browse the repository at this point in the history
  • Loading branch information
glo82145 committed Jun 10, 2024
1 parent 8c58640 commit c6e1a1a
Show file tree
Hide file tree
Showing 9 changed files with 7,254 additions and 6,380 deletions.
25 changes: 18 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,16 +47,27 @@
"start": "react-scripts --openssl-legacy-provider start"
},
"dependencies": {
"@babel/cli": "7.24.7",
"@pmmmwh/react-refresh-webpack-plugin": "0.5.15",
"braintree-web-drop-in": "1.42.0",
"caniuse-lite": "~1.0.30001335",
"react-scripts": "~5.0.1",
"devcert": "1.2.2",
"eslint-plugin-graphql": "3.1.1",
"express": "4.19.2",
"react-scripts": "^3.0.1",
"setimmediate": "^1.0.5",
"tap-diff": "0.0.0",
"tar": "7.2.0",
"terser-webpack-plugin": "1.4.5",
"ts-jest": "^29.1.4",
"webpack": "^5.91.0"
"webpack": "^5.91.0",
"webpack-bundle-analyzer": "4.10.2",
"webpack-dev-server": "3.11.3"
},
"devDependencies": {
"@babel/plugin-transform-runtime": "~7.4.4",
"@graphql-cli/validate": "~2.1.0",
"@graphql-eslint/eslint-plugin": "~3.0.1",
"@graphql-eslint/eslint-plugin": "^3.20.1",
"@magento/eslint-config": "~1.5.0",
"@types/jest": "~26.0.24",
"autoprefixer": "~10.3.3",
Expand All @@ -67,7 +78,7 @@
"chalk": "~2.4.2",
"chokidar": "~3.5.2",
"coveralls": "~3.1.1",
"danger": "^10.7.1",
"danger": "^12.3.1",
"dotenv": "~6.2.0",
"eslint": "~7.32.0",
"eslint-config-prettier": "~6.0.0",
Expand All @@ -81,8 +92,8 @@
"figures": "~2.0.0",
"first-run": "~2.0.0",
"graphql": "~15.5.0",
"graphql-cli": "~4.1.0",
"graphql-config": "~3.4.1",
"graphql-cli": "^3.0.14",
"graphql-config": "^5.0.3",
"graphql-tag": "~2.12.4",
"identity-obj-proxy": "~3.0.0",
"jest": "~26.6.3",
Expand All @@ -96,7 +107,7 @@
},
"optionalDependencies": {
"bundlesize": "~0.18.1",
"sharp": "~0.29.0"
"sharp": "^0.33.4"
},
"resolutions": {
"https-proxy-agent": "~2.2.3",
Expand Down
22 changes: 21 additions & 1 deletion packages/create-pwa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,37 @@
},
"homepage": "https://github.com/magento/pwa-studio/tree/main/packages/create-pwa#readme",
"dependencies": {
"@babel/cli": "7.24.7",
"@graphql-eslint/eslint-plugin": "3.20.1",
"@magento/pwa-buildpack": "~11.4.3",
"@magento/venia-concept": "~14.0.0",
"@pmmmwh/react-refresh-webpack-plugin": "0.5.15",
"@storybook/react": "6.5.16",
"braintree-web-drop-in": "1.42.0",
"chalk": "^2.4.2",
"change-case": "^3.1.0",
"compression": "~1.7.4",
"danger": "12.3.1",
"devcert": "1.2.2",
"eslint-plugin-graphql": "3.1.1",
"execa": "^1.0.0",
"express": "4.19.2",
"git-user-info": "^1.0.1",
"graphql-cli": "3.0.14",
"graphql-config": "5.0.3",
"inquirer": "^8.2.0",
"is-invalid-path": "^1.0.2",
"is-valid-npm-name": "^0.0.4",
"node-fetch": "~2.6.1",
"webpack": "~4.46.0"
"react-scripts": "3.0.1",
"sharp": "0.33.4",
"tap-diff": "0.0.0",
"tar": "7.2.0",
"terser-webpack-plugin": "1.4.5",
"webpack": "^5.91.0",
"webpack-bundle-analyzer": "4.10.2",
"webpack-cli": "3.3.12",
"webpack-dev-server": "3.11.3",
"workbox-webpack-plugin": "6.6.0"
}
}
22 changes: 20 additions & 2 deletions packages/pagebuilder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,30 @@
"url": "https://github.com/magento/pwa-studio/issues"
},
"homepage": "https://github.com/magento/pwa-studio/tree/main/packages/pagebuilder#readme",
"dependencies": {},
"dependencies": {
"@babel/cli": "7.24.7",
"@graphql-eslint/eslint-plugin": "3.20.1",
"@pmmmwh/react-refresh-webpack-plugin": "0.5.15",
"braintree-web-drop-in": "1.42.0",
"danger": "12.3.1",
"devcert": "1.2.2",
"eslint-plugin-graphql": "3.1.1",
"express": "4.19.2",
"graphql-cli": "3.0.14",
"graphql-config": "5.0.3",
"react-scripts": "3.0.1",
"sharp": "0.33.4",
"tap-diff": "0.0.0",
"tar": "7.2.0",
"terser-webpack-plugin": "1.4.5",
"webpack-bundle-analyzer": "4.10.2",
"webpack-dev-server": "3.11.3"
},
"devDependencies": {
"@magento/peregrine": "~14.2.1",
"@magento/pwa-buildpack": "~11.4.3",
"@magento/venia-ui": "~11.3.0",
"@storybook/react": "~6.3.7",
"@storybook/react": "^6.5.16",
"jarallax": "~1.11.1",
"load-google-maps-api": "~2.0.1",
"lodash.escape": "~4.0.1",
Expand Down
34 changes: 24 additions & 10 deletions packages/pwa-buildpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,25 +26,34 @@
},
"homepage": "https://github.com/magento/pwa-studio/tree/main/packages/pwa-buildpack#readme",
"dependencies": {
"@babel/cli": "7.24.7",
"@graphql-eslint/eslint-plugin": "3.20.1",
"@magento/directive-parser": "~0.1.7",
"@magento/upward-js": "~5.3.2",
"@pmmmwh/react-refresh-webpack-plugin": "~0.4.3",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.15",
"@storybook/react": "6.5.16",
"@yarnpkg/lockfile": "~1.1.0",
"apicache": "~1.4.0",
"boxen": "~5.1.2",
"braintree-web-drop-in": "1.42.0",
"camelspace": "~1.0.0",
"chalk": "~2.4.2",
"copy-webpack-plugin": "~6.4.0",
"danger": "12.3.1",
"debug": "~4.3.1",
"devcert": "~1.1.1",
"devcert": "^1.2.2",
"dotenv": "~6.2.0",
"enhanced-resolve": "~4.1.1",
"envalid": "~6.0.1",
"errorhandler": "~1.5.1",
"eslint-plugin-graphql": "3.1.1",
"execa": "~1.0.0",
"express": "4.19.2",
"figures": "~2.0.0",
"fs-extra": "~7.0.1",
"gitignore-to-glob": "~0.3.0",
"graphql-cli": "3.0.14",
"graphql-config": "5.0.3",
"graphql-playground-middleware-express": "~1.7.18",
"hastily": "~0.5.0",
"js-yaml": "~3.13.1",
Expand All @@ -59,11 +68,16 @@
"pertain": "~0.2.0",
"pkg-dir": "~4.1.0",
"portscanner": "~2.2.0",
"react-scripts": "^3.0.1",
"tap-diff": "0.0.0",
"tapable": "~1.1.3",
"tar": "~4.4.8",
"tar": "^7.2.0",
"unionfs": "~4.4.0",
"walk-object": "~4.0.0",
"webpack-assets-manifest": "~3.1.1",
"webpack-bundle-analyzer": "4.10.2",
"webpack-cli": "3.3.12",
"webpack-dev-server": "3.11.3",
"webpack-inject-plugin": "~1.5.3",
"webpack-node-externals": "~2.5.2",
"webpack-virtual-modules": "~0.3.1",
Expand All @@ -82,12 +96,12 @@
"postcss": "~8.3.6",
"postcss-loader": "~4.3.0",
"rimraf": "~2.6.3",
"sharp": "~0.29.0",
"sharp": "^0.33.4",
"strip-ansi": "~5.0.0",
"terser-webpack-plugin": "~1.2.3",
"terser-webpack-plugin": "^1.4.5",
"wait-for-expect": "~1.2.0",
"webpack": "~4.46.0",
"workbox-webpack-plugin": "~6.2.4"
"webpack": "^5.91.0",
"workbox-webpack-plugin": "^6.6.0"
},
"peerDependencies": {
"@babel/core": "~7.15.0",
Expand All @@ -97,9 +111,9 @@
"css-loader": "~5.2.7",
"postcss": "~8.3.6",
"postcss-loader": "~4.3.0",
"terser-webpack-plugin": "~1.2.3",
"webpack": "~4.46.0",
"workbox-webpack-plugin": "~6.2.4"
"terser-webpack-plugin": "^1.4.5",
"webpack": "^5.91.0",
"workbox-webpack-plugin": "^6.6.0"
},
"engines": {
"node": ">=18.x",
Expand Down
7 changes: 5 additions & 2 deletions packages/upward-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"connect": "~3.6.6",
"contains-path": "~1.0.0",
"debug": "~4.3.1",
"devcert": "1.2.2",
"dotenv": "~6.2.0",
"errorhandler": "~1.5.1",
"graphql": "~15.5.0",
Expand All @@ -45,11 +46,13 @@
"js-yaml": "~3.13.1",
"lodash": "~4.17.11",
"morgan": "~1.9.1",
"node-fetch": "~2.6.1"
"node-fetch": "~2.6.1",
"react-scripts": "3.0.1",
"tar": "7.2.0"
},
"devDependencies": {
"@magento/upward-spec": "~5.2.1",
"express": "~4.16.4",
"express": "^4.19.2",
"supertest": "~3.4.2"
},
"peerDependencies": {
Expand Down
14 changes: 12 additions & 2 deletions packages/upward-spec/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,24 @@
},
"homepage": "https://github.com/magento/pwa-studio/tree/main/packages/upward-spec#readme",
"dependencies": {
"@pmmmwh/react-refresh-webpack-plugin": "0.5.15",
"chalk": "~2.4.2",
"csv-parse": "~4.4.6",
"danger": "12.3.1",
"devcert": "1.2.2",
"express": "4.19.2",
"graphql": "~15.5.0",
"graphql-config": "5.0.3",
"js-yaml": "~3.13.1",
"node-fetch": "~2.6.1",
"tap-diff": "~0.1.1",
"react-scripts": "3.0.1",
"sharp": "0.33.4",
"tap-diff": "^0.0.0",
"tap-xunit": "~2.3.0",
"tape": "~4.10.1"
"tape": "~4.10.1",
"tar": "7.2.0",
"terser-webpack-plugin": "1.4.5",
"webpack-dev-server": "3.11.3"
},
"engines": {
"node": ">=18.x",
Expand Down
35 changes: 22 additions & 13 deletions packages/venia-concept/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,16 @@
},
"homepage": "https://github.com/magento/pwa-studio/tree/main/packages/venia-concept#readme",
"dependencies": {
"@magento/pwa-buildpack": "~11.4.3"
"@babel/cli": "7.24.7",
"@graphql-eslint/eslint-plugin": "3.20.1",
"@magento/pwa-buildpack": "~11.4.3",
"danger": "^12.3.1",
"devcert": "1.2.2",
"graphql-cli": "3.0.14",
"graphql-config": "5.0.3",
"react-scripts": "^3.0.1",
"tap-diff": "0.0.0",
"tar": "7.2.0"
},
"devDependencies": {
"@adobe/apollo-link-mutation-queue": "~1.0.2",
Expand All @@ -57,8 +66,8 @@
"@magento/pwa-theme-venia": "~2.4.0",
"@magento/upward-security-headers": "~1.0.14",
"@magento/venia-ui": "~11.3.0",
"@pmmmwh/react-refresh-webpack-plugin": "0.4.1",
"@storybook/react": "~6.3.7",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.15",
"@storybook/react": "^6.5.16",
"@types/node": "16",
"apollo-cache-persist": "~0.1.1",
"babel-core": "~7.0.0-bridge.0",
Expand All @@ -69,19 +78,19 @@
"babel-plugin-graphql-tag": "~2.0.0",
"babel-plugin-module-resolver": "~3.2.0",
"babel-plugin-react-remove-properties": "~0.3.0",
"braintree-web-drop-in": "~1.33.3",
"braintree-web-drop-in": "^1.42.0",
"compression": "~1.7.4",
"css-loader": "~5.2.7",
"dotenv": "~6.2.0",
"eslint": "~7.32.0",
"eslint-plugin-babel": "~5.3.0",
"eslint-plugin-graphql": "~4.0.0",
"eslint-plugin-graphql": "^3.1.1",
"eslint-plugin-jsx-a11y": "~6.4.1",
"eslint-plugin-node": "~8.0.1",
"eslint-plugin-package-json": "~0.1.3",
"eslint-plugin-react": "~7.21.5",
"eslint-plugin-react-hooks": "~4.2.0",
"express": "~4.16.4",
"express": "^4.19.2",
"file-loader": "~4.0.0",
"graphql": "~15.5.0",
"graphql-tag": "~2.12.5",
Expand Down Expand Up @@ -117,22 +126,22 @@
"style-loader": "~2.0.0",
"subscriptions-transport-ws": "~0.9.19",
"tailwindcss": "~3.3.0",
"terser-webpack-plugin": "~1.2.3",
"terser-webpack-plugin": "^1.4.5",
"uuid": "~8.3.2",
"webpack": "~4.46.0",
"webpack-bundle-analyzer": "~3.3.2",
"webpack-cli": "~3.2.3",
"webpack-dev-server": "~3.2.1",
"webpack": "^5.91.0",
"webpack-bundle-analyzer": "^4.10.2",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.3",
"workbox-cacheable-response": "~6.2.4",
"workbox-core": "~6.2.4",
"workbox-expiration": "~6.2.4",
"workbox-precaching": "~6.2.4",
"workbox-routing": "~6.2.4",
"workbox-strategies": "~6.2.4",
"workbox-webpack-plugin": "~6.2.4"
"workbox-webpack-plugin": "^6.6.0"
},
"optionalDependencies": {
"sharp": "~0.29.3"
"sharp": "^0.33.4"
},
"engines": {
"node": ">=18.x",
Expand Down
Loading

0 comments on commit c6e1a1a

Please sign in to comment.