Skip to content

Commit 6021d02

Browse files
authored
chore: upgrade deps (#9443)
1 parent c568778 commit 6021d02

File tree

3 files changed

+532
-736
lines changed

3 files changed

+532
-736
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
cache: 'pnpm'
8181

8282
- run: pnpm install
83-
- run: node node_modules/puppeteer/install.js
83+
- run: node node_modules/puppeteer/install.mjs
8484

8585
- name: Run e2e tests
8686
run: pnpm run test-e2e

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@
6666
"@rollup/plugin-replace": "^5.0.4",
6767
"@rollup/plugin-terser": "^0.4.4",
6868
"@types/hash-sum": "^1.0.1",
69-
"@types/node": "^18.18.6",
69+
"@types/node": "^20.8.7",
7070
"@typescript-eslint/parser": "^6.8.0",
71-
"@vitest/coverage-istanbul": "^0.34.4",
71+
"@vitest/coverage-istanbul": "^0.34.6",
7272
"@vue/consolidate": "0.17.3",
7373
"conventional-changelog-cli": "^4.1.0",
7474
"enquirer": "^2.4.1",
@@ -90,7 +90,7 @@
9090
"prettier": "^3.0.3",
9191
"pretty-bytes": "^6.1.1",
9292
"pug": "^3.0.2",
93-
"puppeteer": "~21.2.1",
93+
"puppeteer": "~21.3.8",
9494
"rimraf": "^5.0.5",
9595
"rollup": "^3.29.4",
9696
"rollup-plugin-dts": "^6.1.0",
@@ -103,8 +103,8 @@
103103
"todomvc-app-css": "^2.4.2",
104104
"tslib": "^2.6.2",
105105
"tsx": "^3.14.0",
106-
"typescript": "^5.1.6",
107-
"vite": "^4.3.0",
108-
"vitest": "^0.34.4"
106+
"typescript": "^5.2.2",
107+
"vite": "^4.5.0",
108+
"vitest": "^0.34.6"
109109
}
110110
}

0 commit comments

Comments
 (0)