chore: upgrade deps (#9443)

This commit is contained in:
三咲智子 Kevin Deng 2023-10-21 16:59:26 +08:00 committed by GitHub
parent c568778ea3
commit 6021d0253e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 532 additions and 736 deletions

View File

@ -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

View File

@ -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"
}
}

File diff suppressed because it is too large Load Diff