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 3, 2022
1 parent cc73207 commit c8549f5
Show file tree
Hide file tree
Showing 19 changed files with 1,243 additions and 1,214 deletions.
2 changes: 1 addition & 1 deletion bench/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@actions/core": "^1.6.0",
"@actions/exec": "^1.1.0",
"@actions/github": "^5.0.0",
"@happy-dom/jest-environment": "^2.30.1",
"@happy-dom/jest-environment": "^2.31.1",
"@types/benchmark": "^2.1.1",
"benchmark": "^2.1.4",
"esmo": "^0.14.0",
Expand Down
2 changes: 1 addition & 1 deletion bench/test/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"test:jest": "jest --silent"
},
"devDependencies": {
"@babel/core": "^7.16.12",
"@babel/core": "^7.17.0",
"@babel/preset-env": "^7.16.11",
"@babel/preset-typescript": "^7.16.7",
"@vitejs/plugin-vue": "^2.1.0",
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@unocss/reset": "^0.22.6",
"@vitejs/plugin-vue": "^2.1.0",
"unocss": "^0.22.6",
"unplugin-vue-components": "^0.17.14",
"unplugin-vue-components": "^0.17.15",
"vitepress": "^0.21.6"
}
}
6 changes: 3 additions & 3 deletions examples/react-mui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@mui/lab": "*",
"@mui/material": "^5.3.1",
"@mui/material": "^5.4.0",
"history": "^5.2.0",
"notistack": "^2.0.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "^6.2.1",
"recharts": "^2.1.8",
"swr": "^1.2.0"
"swr": "^1.2.1"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
"@vitest/ui": "latest",
Expand Down
16 changes: 8 additions & 8 deletions examples/react-storybook-testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,24 +16,24 @@
"react-query": "^3.34.12"
},
"devDependencies": {
"@babel/core": "^7.16.12",
"@storybook/addon-actions": "^6.4.14",
"@storybook/addon-essentials": "^6.4.14",
"@storybook/addon-links": "^6.4.14",
"@storybook/react": "^6.4.14",
"@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-react": "^1.2.3",
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.2",
"@types/react": "^17.0.38",
"@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.7",
"msw": "^0.36.8",
"msw-storybook-addon": "^1.6.0",
"storybook-builder-vite": "^0.1.13",
"storybook-builder-vite": "^0.1.14",
"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 @@ -23,7 +23,7 @@
"@vitest/ui": "latest",
"cross-fetch": "^3.1.5",
"jsdom": "latest",
"msw": "^0.36.7",
"msw": "^0.36.8",
"vite": "latest",
"vitest": "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 @@ -14,7 +14,7 @@
"react-dom": "^17.0.2"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.2",
"@testing-library/react-hooks": "^7.0.2",
"@testing-library/user-event": "^13.5.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@types/react-test-renderer": "^17.0.1",
"@vitejs/plugin-react": "1.1.4",
"@vitest/ui": "latest",
"happy-dom": "^2.30.1",
"happy-dom": "^2.31.1",
"jsdom": "latest",
"react-test-renderer": "17.0.2",
"vitest": "latest"
Expand Down
2 changes: 1 addition & 1 deletion examples/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"coverage": "vitest run --coverage"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^1.0.0-next.35",
"@sveltejs/vite-plugin-svelte": "^1.0.0-next.36",
"@testing-library/svelte": "^3.0.3",
"@vitest/ui": "latest",
"jsdom": "latest",
Expand Down
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.14",
"unplugin-vue-components": "^0.17.15",
"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.4",
"@vue/composition-api": "^1.4.5",
"@vue/test-utils": "^1.3.0",
"happy-dom": "latest",
"unplugin-vue2-script-setup": "^0.9.1",
Expand Down
48 changes: 27 additions & 21 deletions examples/vue2/pnpm-lock.yaml

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,28 +26,28 @@
"ui:dev": "vite packages/ui"
},
"devDependencies": {
"@antfu/eslint-config": "^0.16.0",
"@antfu/eslint-config": "^0.16.1",
"@antfu/ni": "^0.12.0",
"@rollup/plugin-alias": "^3.1.9",
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.1.3",
"@types/lodash": "^4.14.178",
"@types/node": "^17.0.12",
"@types/node": "^17.0.14",
"bumpp": "^7.1.1",
"c8": "^7.11.0",
"cross-env": "^7.0.3",
"esbuild": "0.13",
"eslint": "^8.7.0",
"eslint": "^8.8.0",
"esno": "^0.14.0",
"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.28.0",
"pnpm": "^6.29.1",
"rimraf": "^3.0.2",
"rollup": "^2.66.1",
"rollup": "^2.67.0",
"rollup-plugin-dts": "^4.1.0",
"rollup-plugin-esbuild": "^4.8.2",
"rollup-plugin-license": "^2.6.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,15 @@
"@vueuse/core": "^7.5.5",
"codemirror": "^5.65.1",
"codemirror-theme-vars": "^0.1.1",
"d3-graph-controller": "^2.2.4",
"d3-graph-controller": "^2.2.6",
"floating-vue": "^2.0.0-y.0",
"picocolors": "^1.0.0",
"rollup": "^2.66.1",
"rollup": "^2.67.0",
"splitpanes": "^3.0.6",
"unocss": "^0.22.6",
"unplugin-auto-import": "^0.5.11",
"unplugin-vue-components": "^0.17.14",
"vite-plugin-pages": "^0.20.0",
"unplugin-vue-components": "^0.17.15",
"vite-plugin-pages": "^0.20.1",
"vue": "^3.2.25",
"vue-router": "^4.0.12"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/vite-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
},
"devDependencies": {
"@types/minimist": "^1.2.2",
"rollup": "^2.66.1"
"rollup": "^2.67.0"
},
"engines": {
"node": ">=14.14.0"
Expand Down
8 changes: 4 additions & 4 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": "^8.1.0",
"@sinonjs/fake-timers": "^9.0.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.12",
"@types/node": "^17.0.14",
"@types/prompts": "^2.4.0",
"@types/sinonjs__fake-timers": "^8.1.1",
"@vitest/ui": "workspace:*",
Expand All @@ -84,7 +84,7 @@
"fast-glob": "^3.2.11",
"find-up": "^6.2.0",
"flatted": "^3.2.5",
"happy-dom": "^2.30.1",
"happy-dom": "^2.31.1",
"jsdom": "^19.0.0",
"log-update": "^5.0.0",
"magic-string": "^0.25.7",
Expand All @@ -97,7 +97,7 @@
"pkg-types": "^0.3.2",
"pretty-format": "^27.4.6",
"prompts": "^2.4.2",
"rollup": "^2.66.1",
"rollup": "^2.67.0",
"source-map-js": "^1.0.2",
"strip-ansi": "^7.0.1",
"typescript": "^4.5.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/ws-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"ws": "^8.4.2"
},
"devDependencies": {
"rollup": "^2.66.1"
"rollup": "^2.67.0"
},
"engines": {
"node": ">=14.14.0"
Expand Down

0 comments on commit c8549f5

Please sign in to comment.