Skip to content

Commit

Permalink
chore: bump dependencies and tested node versions (#673)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmmmwh committed Sep 26, 2022
1 parent e0f8a42 commit 2f2f78e
Show file tree
Hide file tree
Showing 3 changed files with 893 additions and 806 deletions.
9 changes: 4 additions & 5 deletions .circleci/config.yml
Expand Up @@ -2,16 +2,15 @@ version: 2.1

anchors:
- &node-version-enum
- '12.22'
- '14.19'
- '16.14'
- '18.2'
- '14.20'
- '16.17'
- '18.9'
- &webpack-version-enum
- '4'
- '5'
- &node-version-param
node-version:
default: '16.14'
default: '16.17'
enum: *node-version-enum
type: enum
- &webpack-version-param
Expand Down
12 changes: 6 additions & 6 deletions package.json
Expand Up @@ -74,7 +74,7 @@
"@types/jest": "^27.0.1",
"@types/json-schema": "^7.0.6",
"@types/module-alias": "^2.0.0",
"@types/node": "^17.0.8",
"@types/node": "^18.7.21",
"@types/semver": "^7.3.9",
"@types/webpack": "^5.28.0",
"babel-loader": "^8.1.0",
Expand All @@ -95,11 +95,11 @@
"npm-run-all": "^4.1.5",
"prettier": "^2.3.0",
"puppeteer": "^13.4.0",
"react-refresh": "^0.12.0",
"react-refresh": "^0.14.0",
"semver": "^7.3.5",
"sourcemap-validator": "^2.1.0",
"type-fest": "^2.9.0",
"typescript": "4.6.3",
"type-fest": "^3.0.0",
"typescript": "4.8.3",
"webpack": "^5.42.0",
"webpack-cli": "^4.7.2",
"webpack-cli.legacy": "npm:webpack-cli@3.x",
Expand All @@ -115,7 +115,7 @@
"@types/webpack": "4.x || 5.x",
"react-refresh": ">=0.10.0 <1.0.0",
"sockjs-client": "^1.4.0",
"type-fest": ">=0.17.0 <3.0.0",
"type-fest": ">=0.17.0 <4.0.0",
"webpack": ">=4.43.0 <6.0.0",
"webpack-dev-server": "3.x || 4.x",
"webpack-hot-middleware": "2.x",
Expand All @@ -142,7 +142,7 @@
}
},
"resolutions": {
"type-fest": "2.12.2"
"type-fest": "3.0.0"
},
"engines": {
"node": ">= 10.13"
Expand Down

0 comments on commit 2f2f78e

Please sign in to comment.