Skip to content

Commit

Permalink
Upgrade cspell, fork-ts-checker-webpack-plugin and add cosmiconfig hi…
Browse files Browse the repository at this point in the history
…gher version resolution (#249)
  • Loading branch information
fridgepoet authored Nov 9, 2023
1 parent bb7a2f2 commit 46d6e02
Show file tree
Hide file tree
Showing 2 changed files with 556 additions and 488 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@typescript-eslint/eslint-plugin": "^5.42.1",
"@typescript-eslint/parser": "^5.42.1",
"copy-webpack-plugin": "^11.0.0",
"cspell": "6.13.3",
"cspell": "8.0.0",
"css-loader": "^6.7.3",
"eslint": "8.26.0",
"eslint-config-prettier": "^8.3.0",
Expand All @@ -55,7 +55,7 @@
"eslint-plugin-react": "^7.26.1",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-webpack-plugin": "^4.0.1",
"fork-ts-checker-webpack-plugin": "^8.0.0",
"fork-ts-checker-webpack-plugin": "9.0.2",
"glob": "^10.2.7",
"identity-obj-proxy": "3.0.0",
"jest": "^29.5.0",
Expand All @@ -78,7 +78,8 @@
"webpack-livereload-plugin": "^3.0.2"
},
"resolutions": {
"rxjs": "6.6.3"
"rxjs": "6.6.3",
"cosmiconfig": "8.3.6"
},
"dependencies": {
},
Expand Down
Loading

0 comments on commit 46d6e02

Please sign in to comment.