Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Feb 8, 2022
1 parent aee886e commit 9c7a197
Show file tree
Hide file tree
Showing 19 changed files with 507 additions and 536 deletions.
2 changes: 1 addition & 1 deletion bench/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@happy-dom/jest-environment": "^2.31.1",
"@types/benchmark": "^2.1.1",
"benchmark": "^2.1.4",
"esmo": "^0.14.0",
"esmo": "^0.14.1",
"execa": "^6.0.0",
"fs-extra": "^10.0.0",
"markdown-table": "^3.0.2",
Expand Down
4 changes: 2 additions & 2 deletions bench/test/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"@vitejs/plugin-vue": "^2.1.0",
"@vue/test-utils": "^2.0.0-rc.18",
"@vue/vue3-jest": "^27.0.0-alpha.4",
"babel-jest": "^27.4.6",
"jest": "^27.4.7",
"babel-jest": "^27.5.0",
"jest": "^27.5.0",
"jsdom": "^19.0.0",
"ts-jest": "^27.1.3",
"vue": "^3.2.25"
Expand Down
6 changes: 3 additions & 3 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
},
"devDependencies": {
"@iconify-json/carbon": "^1.0.14",
"@unocss/reset": "^0.22.6",
"@unocss/reset": "^0.23.0",
"@vitejs/plugin-vue": "^2.1.0",
"unocss": "^0.22.6",
"unplugin-vue-components": "^0.17.15",
"unocss": "^0.23.0",
"unplugin-vue-components": "^0.17.17",
"vitepress": "^0.21.6"
}
}
2 changes: 1 addition & 1 deletion examples/lit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"test:ui": "vitest --ui"
},
"dependencies": {
"lit": "^2.1.2"
"lit": "^2.1.3"
},
"devDependencies": {
"@vitest/ui": "latest",
Expand Down
2 changes: 1 addition & 1 deletion examples/react-enzyme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"react-dom": "^17.0.2"
},
"devDependencies": {
"@types/react": "^17.0.38",
"@types/react": "^17.0.39",
"@types/react-dom": "^17.0.11",
"@vitejs/plugin-react": "1.1.4",
"@vitest/ui": "latest",
Expand Down
8 changes: 4 additions & 4 deletions examples/react-storybook-testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,27 +13,27 @@
"cross-fetch": "^3.1.5",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-query": "^3.34.12"
"react-query": "^3.34.14"
},
"devDependencies": {
"@babel/core": "^7.17.0",
"@storybook/addon-actions": "^6.4.18",
"@storybook/addon-essentials": "^6.4.18",
"@storybook/addon-links": "^6.4.18",
"@storybook/react": "^6.4.18",
"@storybook/testing-library": "^0.0.8",
"@storybook/testing-library": "^0.0.9",
"@storybook/testing-react": "^1.2.3",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.2",
"@types/react": "^17.0.38",
"@types/react": "^17.0.39",
"@types/react-dom": "^17.0.11",
"@vitejs/plugin-react": "^1.1.4",
"@vitest/ui": "latest",
"babel-loader": "^8.2.3",
"jsdom": "^19.0.0",
"msw": "^0.36.8",
"msw-storybook-addon": "^1.6.0",
"storybook-builder-vite": "^0.1.14",
"storybook-builder-vite": "^0.1.15",
"typescript": "^4.5.5",
"vite": "latest",
"vitest": "latest"
Expand Down
2 changes: 1 addition & 1 deletion examples/react-testing-lib-msw/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"devDependencies": {
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
"@types/react": "^17.0.38",
"@types/react": "^17.0.39",
"@types/react-dom": "^17.0.11",
"@vitejs/plugin-react": "^1.1.4",
"@vitest/ui": "latest",
Expand Down
2 changes: 1 addition & 1 deletion examples/react-testing-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@testing-library/react": "^12.1.2",
"@testing-library/react-hooks": "^7.0.2",
"@testing-library/user-event": "^13.5.0",
"@types/react": "^17.0.38",
"@types/react": "^17.0.39",
"@types/react-dom": "^17.0.11",
"@vitejs/plugin-react": "^1.1.4",
"@vitest/ui": "latest",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"react": "^17.0.2"
},
"devDependencies": {
"@types/react": "^17.0.38",
"@types/react": "^17.0.39",
"@types/react-test-renderer": "^17.0.1",
"@vitejs/plugin-react": "1.1.4",
"@vitest/ui": "latest",
Expand Down
4 changes: 2 additions & 2 deletions examples/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
"coverage": "vitest run --coverage"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^1.0.0-next.36",
"@sveltejs/vite-plugin-svelte": "^1.0.0-next.37",
"@testing-library/svelte": "^3.0.3",
"@vitest/ui": "latest",
"jsdom": "latest",
"svelte": "^3.46.3",
"svelte": "^3.46.4",
"vitest": "latest"
}
}
2 changes: 1 addition & 1 deletion examples/vitesse/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@vue/test-utils": "^2.0.0-rc.18",
"happy-dom": "latest",
"unplugin-auto-import": "^0.5.11",
"unplugin-vue-components": "^0.17.15",
"unplugin-vue-components": "^0.17.17",
"vitest": "latest"
}
}
2 changes: 1 addition & 1 deletion examples/vue2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"vue": "2.6.14"
},
"devDependencies": {
"@vue/composition-api": "^1.4.5",
"@vue/composition-api": "^1.4.6",
"@vue/test-utils": "^1.3.0",
"happy-dom": "latest",
"unplugin-vue2-script-setup": "^0.9.1",
Expand Down
20 changes: 10 additions & 10 deletions examples/vue2/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,21 +33,21 @@
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.1.3",
"@types/lodash": "^4.14.178",
"@types/node": "^17.0.14",
"@types/node": "^17.0.16",
"bumpp": "^7.1.1",
"c8": "^7.11.0",
"cross-env": "^7.0.3",
"esbuild": "0.13",
"eslint": "^8.8.0",
"esno": "^0.14.0",
"esno": "^0.14.1",
"fast-glob": "^3.2.11",
"magic-string": "^0.25.7",
"node-fetch": "^3.2.0",
"npm-run-all": "^4.1.5",
"pathe": "^0.2.0",
"pnpm": "^6.29.1",
"pnpm": "^6.30.0",
"rimraf": "^3.0.2",
"rollup": "^2.67.0",
"rollup": "^2.67.1",
"rollup-plugin-dts": "^4.1.0",
"rollup-plugin-esbuild": "^4.8.2",
"rollup-plugin-license": "^2.6.1",
Expand Down
12 changes: 6 additions & 6 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,21 +38,21 @@
"@types/d3-force": "^3.0.3",
"@types/d3-selection": "^3.0.2",
"@types/ws": "^8.2.2",
"@unocss/reset": "^0.22.6",
"@unocss/reset": "^0.23.0",
"@vitejs/plugin-vue": "^2.1.0",
"@vitest/ws-client": "workspace:*",
"@vueuse/core": "^7.5.5",
"codemirror": "^5.65.1",
"codemirror-theme-vars": "^0.1.1",
"d3-graph-controller": "^2.2.6",
"d3-graph-controller": "^2.2.8",
"floating-vue": "^2.0.0-y.0",
"picocolors": "^1.0.0",
"rollup": "^2.67.0",
"rollup": "^2.67.1",
"splitpanes": "^3.0.6",
"unocss": "^0.22.6",
"unocss": "^0.23.0",
"unplugin-auto-import": "^0.5.11",
"unplugin-vue-components": "^0.17.15",
"vite-plugin-pages": "^0.20.1",
"unplugin-vue-components": "^0.17.17",
"vite-plugin-pages": "^0.20.2",
"vue": "^3.2.25",
"vue-router": "^4.0.12"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/vite-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,13 @@
"dependencies": {
"kolorist": "^1.5.1",
"minimist": "^1.2.5",
"mlly": "^0.4.1",
"mlly": "^0.4.2",
"pathe": "^0.2.0",
"vite": "^2.7.13"
},
"devDependencies": {
"@types/minimist": "^1.2.2",
"rollup": "^2.67.0"
"rollup": "^2.67.1"
},
"engines": {
"node": ">=14.14.0"
Expand Down
12 changes: 6 additions & 6 deletions packages/vitest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,12 @@
},
"devDependencies": {
"@antfu/install-pkg": "^0.1.0",
"@sinonjs/fake-timers": "^9.0.0",
"@sinonjs/fake-timers": "^9.1.0",
"@types/diff": "^5.0.2",
"@types/jsdom": "^16.2.14",
"@types/micromatch": "^4.0.2",
"@types/natural-compare": "^1.4.1",
"@types/node": "^17.0.14",
"@types/node": "^17.0.16",
"@types/prompts": "^2.4.0",
"@types/sinonjs__fake-timers": "^8.1.1",
"@vitest/ui": "workspace:*",
Expand All @@ -89,20 +89,20 @@
"log-update": "^5.0.0",
"magic-string": "^0.25.7",
"micromatch": "^4.0.4",
"mlly": "^0.4.1",
"mlly": "^0.4.2",
"mockdate": "^3.0.5",
"natural-compare": "^1.4.0",
"pathe": "^0.2.0",
"picocolors": "^1.0.0",
"pkg-types": "^0.3.2",
"pretty-format": "^27.4.6",
"pretty-format": "^27.5.0",
"prompts": "^2.4.2",
"rollup": "^2.67.0",
"rollup": "^2.67.1",
"source-map-js": "^1.0.2",
"strip-ansi": "^7.0.1",
"typescript": "^4.5.5",
"vite-node": "workspace:*",
"ws": "^8.4.2"
"ws": "^8.5.0"
},
"peerDependencies": {
"@vitest/ui": "*",
Expand Down
4 changes: 2 additions & 2 deletions packages/ws-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@
"dependencies": {
"birpc": "^0.1.0",
"flatted": "^3.2.5",
"ws": "^8.4.2"
"ws": "^8.5.0"
},
"devDependencies": {
"rollup": "^2.67.0"
"rollup": "^2.67.1"
},
"engines": {
"node": ">=14.14.0"
Expand Down

0 comments on commit 9c7a197

Please sign in to comment.