chore(deps): update webpack dependencies
This commit is contained in:
parent
e28a17484c
commit
cb64dc4c81
1 changed files with 5 additions and 2 deletions
|
|
@ -48,6 +48,9 @@
|
|||
"last 1 safari version"
|
||||
]
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18.12.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@rollup/plugin-html": "^1.1.0",
|
||||
"@rollup/plugin-node-resolve": "^15.3.1",
|
||||
|
|
@ -81,8 +84,8 @@
|
|||
"ts-loader": "^9.5.1",
|
||||
"tslib": "^2.8.1",
|
||||
"webpack": "^5.97.1",
|
||||
"webpack-cli": "^5.1.4",
|
||||
"webpack-dev-server": "^4.15.2",
|
||||
"webpack-cli": "^6.0.1",
|
||||
"webpack-dev-server": "^5.2.0",
|
||||
"workbox-webpack-plugin": "^7.3.0"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue