Skip to content

Commit e8a2c78

Browse files
committed
chore: update webpack to v5.94.0, fix eslint subpackage dependencies
1 parent 0d3fb61 commit e8a2c78

File tree

3 files changed

+16
-19
lines changed

3 files changed

+16
-19
lines changed

eslint/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919
"kleur": "^4.1.5",
2020
"semver": "^7.6.3"
2121
},
22+
"devDependencies": {
23+
"@types/eslint": "^8.0.0"
24+
},
2225
"files": [
2326
"dist/**/*"
2427
],

package-lock.json

Lines changed: 12 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

site/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"promise-polyfill": "^8.3.0",
4949
"smoothscroll-polyfill": "^0.4.4",
5050
"ts-loader": "^9.5.1",
51-
"webpack": "^5.93.0",
51+
"webpack": "^5.94.0",
5252
"webpack-bundle-analyzer": "^4.10.2",
5353
"webpack-cli": "^5.1.4"
5454
},

0 commit comments

Comments
 (0)