mirror of https://github.com/vuejs/core.git
chore: upgrade deps (#9443)
This commit is contained in:
parent
c568778ea3
commit
6021d0253e
|
@ -80,7 +80,7 @@ jobs:
|
|||
cache: 'pnpm'
|
||||
|
||||
- run: pnpm install
|
||||
- run: node node_modules/puppeteer/install.js
|
||||
- run: node node_modules/puppeteer/install.mjs
|
||||
|
||||
- name: Run e2e tests
|
||||
run: pnpm run test-e2e
|
||||
|
|
12
package.json
12
package.json
|
@ -66,9 +66,9 @@
|
|||
"@rollup/plugin-replace": "^5.0.4",
|
||||
"@rollup/plugin-terser": "^0.4.4",
|
||||
"@types/hash-sum": "^1.0.1",
|
||||
"@types/node": "^18.18.6",
|
||||
"@types/node": "^20.8.7",
|
||||
"@typescript-eslint/parser": "^6.8.0",
|
||||
"@vitest/coverage-istanbul": "^0.34.4",
|
||||
"@vitest/coverage-istanbul": "^0.34.6",
|
||||
"@vue/consolidate": "0.17.3",
|
||||
"conventional-changelog-cli": "^4.1.0",
|
||||
"enquirer": "^2.4.1",
|
||||
|
@ -90,7 +90,7 @@
|
|||
"prettier": "^3.0.3",
|
||||
"pretty-bytes": "^6.1.1",
|
||||
"pug": "^3.0.2",
|
||||
"puppeteer": "~21.2.1",
|
||||
"puppeteer": "~21.3.8",
|
||||
"rimraf": "^5.0.5",
|
||||
"rollup": "^3.29.4",
|
||||
"rollup-plugin-dts": "^6.1.0",
|
||||
|
@ -103,8 +103,8 @@
|
|||
"todomvc-app-css": "^2.4.2",
|
||||
"tslib": "^2.6.2",
|
||||
"tsx": "^3.14.0",
|
||||
"typescript": "^5.1.6",
|
||||
"vite": "^4.3.0",
|
||||
"vitest": "^0.34.4"
|
||||
"typescript": "^5.2.2",
|
||||
"vite": "^4.5.0",
|
||||
"vitest": "^0.34.6"
|
||||
}
|
||||
}
|
||||
|
|
1254
pnpm-lock.yaml
1254
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue