Upgrade to Node 18
This commit is contained in:
parent
56cbde77f4
commit
580542fbb8
4 changed files with 588 additions and 424 deletions
|
@ -1,4 +1,4 @@
|
|||
image: node:16
|
||||
image: node:18
|
||||
|
||||
variables:
|
||||
NODE_ENV: test
|
||||
|
|
|
@ -1 +1 @@
|
|||
nodejs 16.14.2
|
||||
nodejs 18.2.0
|
||||
|
|
10
package.json
10
package.json
|
@ -37,7 +37,7 @@
|
|||
"not dead"
|
||||
],
|
||||
"dependencies": {
|
||||
"@babel/core": "^7.15.5",
|
||||
"@babel/core": "^7.18.2",
|
||||
"@babel/plugin-proposal-class-properties": "^7.14.5",
|
||||
"@babel/plugin-proposal-decorators": "^7.15.4",
|
||||
"@babel/plugin-proposal-object-rest-spread": "^7.15.6",
|
||||
|
@ -49,7 +49,7 @@
|
|||
"@babel/preset-env": "^7.15.6",
|
||||
"@babel/preset-react": "^7.14.5",
|
||||
"@babel/preset-typescript": "^7.16.7",
|
||||
"@babel/runtime": "^7.15.4",
|
||||
"@babel/runtime": "^7.18.3",
|
||||
"@fontsource/inter": "^4.5.1",
|
||||
"@fontsource/roboto": "^4.5.0",
|
||||
"@gamestdio/websocket": "^0.3.2",
|
||||
|
@ -92,7 +92,7 @@
|
|||
"autoprefixer": "^10.4.2",
|
||||
"axios": "^0.27.2",
|
||||
"axios-mock-adapter": "^1.18.1",
|
||||
"babel-loader": "^8.2.2",
|
||||
"babel-loader": "^8.2.5",
|
||||
"babel-plugin-lodash": "^3.3.4",
|
||||
"babel-plugin-preval": "^5.0.0",
|
||||
"babel-plugin-react-intl": "^7.5.20",
|
||||
|
@ -192,7 +192,7 @@
|
|||
"typescript": "^4.4.4",
|
||||
"util": "^0.12.4",
|
||||
"uuid": "^8.3.2",
|
||||
"webpack": "^5.52.0",
|
||||
"webpack": "^5.72.1",
|
||||
"webpack-assets-manifest": "^5.0.6",
|
||||
"webpack-bundle-analyzer": "^4.4.2",
|
||||
"webpack-cli": "^4.8.0",
|
||||
|
@ -227,7 +227,7 @@
|
|||
"stylelint-scss": "^3.18.0",
|
||||
"tailwindcss": "^3.0.15",
|
||||
"ts-jest": "^27.1.4",
|
||||
"webpack-dev-server": "^4.1.0",
|
||||
"webpack-dev-server": "^4.9.1",
|
||||
"yargs": "^16.0.3"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue