mirror of https://github.com/webpack/webpack.git
chore(deps): update
This commit is contained in:
parent
0c5879aa67
commit
9a5fb4ef1e
|
@ -161,7 +161,7 @@ jobs:
|
|||
yarn --frozen-lockfile --ignore-engines
|
||||
if: matrix.node-version == '10.x' || matrix.node-version == '12.x' || matrix.node-version == '14.x'
|
||||
- run: |
|
||||
yarn upgrade eslint-plugin-jest@~28.4.0 eslint-plugin-jsdoc@^47.0.0 husky@^8.0.3 lint-staged@^13.2.1 cspell@^6.31.1 open-cli@^7.2.0
|
||||
yarn upgrade eslint-plugin-jest@~28.4.0 eslint-plugin-jsdoc@^47.0.0 husky@^8.0.3 lint-staged@^13.2.1 cspell@^6.31.1 open-cli@^7.2.0 nyc@^15.1.0
|
||||
yarn --frozen-lockfile
|
||||
if: matrix.node-version == '16.x'
|
||||
# Install main version of our deps
|
||||
|
|
10
package.json
10
package.json
|
@ -36,8 +36,8 @@
|
|||
}
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.24.6",
|
||||
"@babel/preset-react": "^7.24.6",
|
||||
"@babel/core": "^7.24.7",
|
||||
"@babel/preset-react": "^7.24.7",
|
||||
"@types/glob-to-regexp": "^0.4.4",
|
||||
"@types/jest": "^29.5.11",
|
||||
"@types/mime-types": "^2.1.4",
|
||||
|
@ -83,7 +83,7 @@
|
|||
"memfs": "^4.9.2",
|
||||
"mini-css-extract-plugin": "^1.6.1",
|
||||
"mini-svg-data-uri": "^1.2.3",
|
||||
"nyc": "^15.1.0",
|
||||
"nyc": "^17.0.0",
|
||||
"open-cli": "^8.0.0",
|
||||
"prettier": "^3.2.1",
|
||||
"prettier-2": "npm:prettier@^2",
|
||||
|
@ -95,10 +95,10 @@
|
|||
"react-dom": "^18.3.1",
|
||||
"rimraf": "^3.0.2",
|
||||
"script-loader": "^0.7.2",
|
||||
"simple-git": "^3.17.0",
|
||||
"simple-git": "^3.25.0",
|
||||
"strip-ansi": "^6.0.0",
|
||||
"style-loader": "^2.0.0",
|
||||
"terser": "^5.31.0",
|
||||
"terser": "^5.31.1",
|
||||
"toml": "^3.0.0",
|
||||
"tooling": "webpack/tooling#v1.23.3",
|
||||
"ts-loader": "^9.5.1",
|
||||
|
|
Loading…
Reference in New Issue