Skip to content

Commit

Permalink
chore: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Mar 13, 2022
1 parent 2e8a3b1 commit 20ef23f
Show file tree
Hide file tree
Showing 17 changed files with 525 additions and 597 deletions.
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"no-restricted-imports": [
"error",
{
"paths": ["vitest"]
"paths": ["vitest", "path"]
}
]
}
Expand Down
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.45.1",
"@happy-dom/jest-environment": "^2.46.3",
"@types/benchmark": "^2.1.1",
"benchmark": "^2.1.4",
"esmo": "^0.14.1",
Expand Down
8 changes: 4 additions & 4 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,19 @@
"prefetch": "esno scripts/fetch-avatars.ts"
},
"dependencies": {
"@vueuse/core": "^7.7.1",
"@vueuse/core": "^8.0.0",
"vue": "^3.2.24"
},
"devDependencies": {
"@iconify-json/carbon": "^1.1.1",
"@types/node": "^17.0.21",
"@unocss/reset": "^0.27.2",
"@unocss/reset": "^0.28.0",
"@vitejs/plugin-vue": "^2.2.4",
"esno": "^0.14.1",
"fast-glob": "^3.2.11",
"https-localhost": "^4.7.1",
"unocss": "^0.27.2",
"unplugin-vue-components": "^0.17.21",
"unocss": "^0.28.0",
"unplugin-vue-components": "^0.18.0",
"vite-plugin-pwa": "^0.11.13",
"vitepress": "^0.22.3",
"workbox-window": "^6.5.1"
Expand Down
4 changes: 2 additions & 2 deletions examples/mocks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"test:ui": "vitest --ui"
},
"dependencies": {
"@vueuse/integrations": "^7.7.1",
"axios": "^0.26.0",
"@vueuse/integrations": "^8.0.0",
"axios": "^0.26.1",
"tinyspy": "^0.3.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/nextjs/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/react": "^12.1.3",
"@testing-library/react": "^12.1.4",
"@types/node": "17.0.21",
"@types/react": "17.0.40",
"@vitejs/plugin-react": "1.2.0",
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.39",
"@types/react": "^17.0.40",
"@types/react-dom": "^17.0.13",
"@vitejs/plugin-react": "1.2.0",
"@vitest/ui": "latest",
Expand Down
6 changes: 3 additions & 3 deletions examples/react-mui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
"test:run": "vitest run"
},
"dependencies": {
"@emotion/react": "^11.8.1",
"@emotion/react": "^11.8.2",
"@emotion/styled": "^11.8.1",
"@mui/lab": "*",
"@mui/material": "^5.4.4",
"@mui/material": "^5.5.0",
"history": "^5.3.0",
"notistack": "^2.0.3",
"react": "^17.0.2",
Expand All @@ -23,7 +23,7 @@
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.3",
"@testing-library/react": "^12.1.4",
"@testing-library/user-event": "^13.5.0",
"@vitest/ui": "latest",
"date-fns": "^2.28.0",
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 @@ -24,16 +24,16 @@
"@storybook/testing-library": "^0.0.9",
"@storybook/testing-react": "^1.2.3",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.3",
"@types/react": "^17.0.39",
"@testing-library/react": "^12.1.4",
"@types/react": "^17.0.40",
"@types/react-dom": "^17.0.13",
"@vitejs/plugin-react": "^1.2.0",
"@vitest/ui": "latest",
"babel-loader": "^8.2.3",
"jsdom": "^19.0.0",
"msw": "^0.38.2",
"msw": "^0.39.1",
"msw-storybook-addon": "^1.6.1",
"storybook-builder-vite": "^0.1.17",
"storybook-builder-vite": "^0.1.18",
"typescript": "^4.6.2",
"vite": "latest",
"vitest": "latest"
Expand Down
6 changes: 3 additions & 3 deletions examples/react-testing-lib-msw/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
"react-dom": "^17.0.2"
},
"devDependencies": {
"@testing-library/react": "^12.1.3",
"@testing-library/react": "^12.1.4",
"@testing-library/user-event": "^13.5.0",
"@types/react": "^17.0.39",
"@types/react": "^17.0.40",
"@types/react-dom": "^17.0.13",
"@vitejs/plugin-react": "^1.2.0",
"@vitest/ui": "latest",
"cross-fetch": "^3.1.5",
"jsdom": "latest",
"msw": "^0.38.2",
"msw": "^0.39.1",
"vite": "latest",
"vitest": "latest"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/react-testing-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.3",
"@testing-library/react": "^12.1.4",
"@testing-library/react-hooks": "^7.0.2",
"@testing-library/user-event": "^13.5.0",
"@types/react": "^17.0.39",
"@types/react": "^17.0.40",
"@types/react-dom": "^17.0.13",
"@vitejs/plugin-react": "^1.2.0",
"@vitest/ui": "latest",
Expand Down
4 changes: 2 additions & 2 deletions examples/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
"react": "^17.0.2"
},
"devDependencies": {
"@types/react": "^17.0.39",
"@types/react": "^17.0.40",
"@types/react-test-renderer": "^17.0.1",
"@vitejs/plugin-react": "1.2.0",
"@vitest/ui": "latest",
"happy-dom": "^2.45.1",
"happy-dom": "^2.46.3",
"jsdom": "latest",
"react-test-renderer": "17.0.2",
"vitest": "latest"
Expand Down
2 changes: 1 addition & 1 deletion examples/solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"coverage": "if-node-version \">14\" vitest --coverage"
},
"dependencies": {
"solid-js": "^1.3.10"
"solid-js": "^1.3.12"
},
"devDependencies": {
"jsdom": "*",
Expand Down
4 changes: 2 additions & 2 deletions examples/vitesse/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"@vitejs/plugin-vue": "^2.2.4",
"@vue/test-utils": "^2.0.0-rc.18",
"happy-dom": "latest",
"unplugin-auto-import": "^0.6.1",
"unplugin-vue-components": "^0.17.21",
"unplugin-auto-import": "^0.6.4",
"unplugin-vue-components": "^0.18.0",
"vitest": "latest"
},
"stackblitz": {
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"docs:examples": "esmo scripts/update-examples.ts",
"docs:contributors": "esmo scripts/update-contributors.ts",
"postinstall": "pnpm -C examples/vue2 i",
"lint": "eslint --ext .js,.vue,.ts,.tsx,.json,.md .",
"lint": "eslint --ext .",
"lint:fix": "nr lint --fix",
"release": "bumpp package.json packages/*/package.json --commit --push --tag && pnpm -r publish --access public",
"test": "vitest --api -r test/core",
Expand All @@ -28,7 +28,7 @@
"ui:dev": "vite packages/ui"
},
"devDependencies": {
"@antfu/eslint-config": "^0.18.3",
"@antfu/eslint-config": "^0.18.8",
"@antfu/ni": "^0.13.2",
"@rollup/plugin-alias": "^3.1.9",
"@rollup/plugin-commonjs": "^21.0.2",
Expand All @@ -40,12 +40,12 @@
"c8": "^7.11.0",
"cross-env": "^7.0.3",
"esbuild": "~0.13.15",
"eslint": "^8.10.0",
"eslint": "^8.11.0",
"esno": "^0.14.1",
"fast-glob": "^3.2.11",
"if-node-version": "^1.1.1",
"magic-string": "^0.26.1",
"node-fetch": "^3.2.2",
"node-fetch": "^3.2.3",
"npm-run-all": "^4.1.5",
"ohmyfetch": "^0.4.15",
"pathe": "^0.2.0",
Expand Down
16 changes: 8 additions & 8 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,23 +37,23 @@
"@types/codemirror": "^5.60.5",
"@types/d3-force": "^3.0.3",
"@types/d3-selection": "^3.0.2",
"@types/ws": "^8.5.2",
"@unocss/reset": "^0.27.2",
"@types/ws": "^8.5.3",
"@unocss/reset": "^0.28.0",
"@vitejs/plugin-vue": "^2.2.4",
"@vitest/ws-client": "workspace:*",
"@vueuse/core": "^7.7.1",
"@vueuse/core": "^8.0.0",
"codemirror": "^5.65.2",
"codemirror-theme-vars": "^0.1.1",
"d3-graph-controller": "^2.2.14",
"d3-graph-controller": "^2.2.16",
"floating-vue": "^2.0.0-y.0",
"picocolors": "^1.0.0",
"rollup": "^2.70.0",
"splitpanes": "^3.1.1",
"unocss": "^0.27.2",
"unplugin-auto-import": "^0.6.1",
"unplugin-vue-components": "^0.17.21",
"unocss": "^0.28.0",
"unplugin-auto-import": "^0.6.4",
"unplugin-vue-components": "^0.18.0",
"vite-plugin-pages": "^0.21.4",
"vue": "^3.2.31",
"vue-router": "^4.0.13"
"vue-router": "^4.0.14"
}
}
2 changes: 1 addition & 1 deletion packages/vitest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
"fast-glob": "^3.2.11",
"find-up": "^6.3.0",
"flatted": "^3.2.5",
"happy-dom": "^2.45.1",
"happy-dom": "^2.46.3",
"jsdom": "^19.0.0",
"log-update": "^5.0.0",
"magic-string": "^0.26.1",
Expand Down
Loading

0 comments on commit 20ef23f

Please sign in to comment.