Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#1137)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] and renovate-bot committed Apr 12, 2022
1 parent 6de1c88 commit 40c26ed
Show file tree
Hide file tree
Showing 22 changed files with 1,587 additions and 1,515 deletions.
6 changes: 3 additions & 3 deletions bench/test/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@
"test:jest": "jest --silent"
},
"devDependencies": {
"@babel/core": "^7.17.8",
"@babel/core": "^7.17.9",
"@babel/preset-env": "^7.16.11",
"@babel/preset-typescript": "^7.16.7",
"@vitejs/plugin-vue": "^2.3.1",
"@vue/test-utils": "^2.0.0-rc.18",
"@vue/test-utils": "^2.0.0-rc.20",
"@vue/vue3-jest": "^27.0.0-alpha.4",
"babel-jest": "^27.5.1",
"jest": "^27.5.1",
"jsdom": "^19.0.0",
"ts-jest": "^27.1.4",
"vue": "^3.2.31"
"vue": "^3.2.32"
}
}
14 changes: 7 additions & 7 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,21 @@
"prefetch": "esno scripts/fetch-avatars.ts"
},
"dependencies": {
"@vueuse/core": "^8.2.4",
"vue": "^3.2.31"
"@vueuse/core": "^8.2.5",
"vue": "^3.2.32"
},
"devDependencies": {
"@iconify-json/carbon": "^1.1.2",
"@iconify-json/carbon": "^1.1.3",
"@types/node": "^17.0.23",
"@unocss/reset": "^0.30.11",
"@unocss/reset": "^0.31.2",
"@vitejs/plugin-vue": "^2.3.1",
"esno": "^0.14.1",
"fast-glob": "^3.2.11",
"https-localhost": "^4.7.1",
"unocss": "^0.30.11",
"unplugin-vue-components": "^0.18.5",
"unocss": "^0.31.2",
"unplugin-vue-components": "^0.19.2",
"vite-plugin-pwa": "^0.11.13",
"vitepress": "^0.22.3",
"workbox-window": "^6.5.2"
"workbox-window": "^6.5.3"
}
}
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.2.1"
"lit": "^2.2.2"
},
"devDependencies": {
"@vitest/ui": "latest",
Expand Down
2 changes: 1 addition & 1 deletion examples/mocks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"test:ui": "vitest --ui"
},
"dependencies": {
"@vueuse/integrations": "^8.2.4",
"@vueuse/integrations": "^8.2.5",
"axios": "^0.26.1",
"tinyspy": "^0.3.2"
},
Expand Down
6 changes: 3 additions & 3 deletions examples/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
"test": "vitest"
},
"dependencies": {
"next": "12.1.4",
"next": "12.1.5",
"react": "17.0.2",
"react-dom": "17.0.2"
},
"devDependencies": {
"@testing-library/react": "^12.1.4",
"@testing-library/react": "^12.1.5",
"@types/node": "17.0.23",
"@types/react": "17.0.43",
"@types/react": "17.0.44",
"@vitejs/plugin-react": "1.3.0",
"jsdom": "^19.0.0",
"typescript": "4.6.3",
Expand Down
4 changes: 2 additions & 2 deletions examples/react-enzyme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"react-dom": "^17.0.2"
},
"devDependencies": {
"@types/react": "^17.0.43",
"@types/react-dom": "^17.0.14",
"@types/react": "^17.0.44",
"@types/react-dom": "^17.0.15",
"@vitejs/plugin-react": "1.3.0",
"@vitest/ui": "latest",
"enzyme": "3.11.0",
Expand Down
12 changes: 6 additions & 6 deletions examples/react-mui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,21 @@
"test:run": "vitest run"
},
"dependencies": {
"@emotion/react": "^11.8.2",
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@mui/lab": "*",
"@mui/material": "^5.5.3",
"@mui/material": "^5.6.1",
"history": "^5.3.0",
"notistack": "^2.0.3",
"notistack": "^2.0.4",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "^6.3.0",
"recharts": "^2.1.9",
"swr": "^1.2.2"
"swr": "^1.3.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.3",
"@testing-library/react": "^12.1.4",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^12.1.5",
"@testing-library/user-event": "^13.5.0",
"@vitest/ui": "latest",
"date-fns": "^2.28.0",
Expand Down
20 changes: 10 additions & 10 deletions examples/react-storybook-testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,23 +16,23 @@
"react-query": "^3.34.19"
},
"devDependencies": {
"@babel/core": "^7.17.8",
"@storybook/addon-actions": "^6.4.20",
"@storybook/addon-essentials": "^6.4.20",
"@storybook/addon-links": "^6.4.20",
"@storybook/react": "^6.4.20",
"@babel/core": "^7.17.9",
"@storybook/addon-actions": "^6.4.21",
"@storybook/addon-essentials": "^6.4.21",
"@storybook/addon-links": "^6.4.21",
"@storybook/react": "^6.4.21",
"@storybook/testing-library": "^0.0.9",
"@storybook/testing-react": "^1.2.4",
"@testing-library/jest-dom": "^5.16.3",
"@testing-library/react": "^12.1.4",
"@types/react": "^17.0.43",
"@types/react-dom": "^17.0.14",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^12.1.5",
"@types/react": "^17.0.44",
"@types/react-dom": "^17.0.15",
"@vitejs/plugin-react": "^1.3.0",
"@vitest/ui": "latest",
"babel-loader": "^8.2.4",
"jsdom": "^19.0.0",
"msw": "^0.39.2",
"msw-storybook-addon": "^1.6.1",
"msw-storybook-addon": "^1.6.3",
"storybook-builder-vite": "^0.1.23",
"typescript": "^4.6.3",
"vite": "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,10 +15,10 @@
"react-dom": "^17.0.2"
},
"devDependencies": {
"@testing-library/react": "^12.1.4",
"@testing-library/react": "^12.1.5",
"@testing-library/user-event": "^13.5.0",
"@types/react": "^17.0.43",
"@types/react-dom": "^17.0.14",
"@types/react": "^17.0.44",
"@types/react-dom": "^17.0.15",
"@vitejs/plugin-react": "^1.3.0",
"@vitest/ui": "latest",
"cross-fetch": "^3.1.5",
Expand Down
8 changes: 4 additions & 4 deletions examples/react-testing-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
"react-dom": "^17.0.2"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.3",
"@testing-library/react": "^12.1.4",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^12.1.5",
"@testing-library/react-hooks": "^7.0.2",
"@testing-library/user-event": "^13.5.0",
"@types/react": "^17.0.43",
"@types/react-dom": "^17.0.14",
"@types/react": "^17.0.44",
"@types/react-dom": "^17.0.15",
"@vitejs/plugin-react": "^1.3.0",
"@vitest/ui": "latest",
"jsdom": "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,8 +10,8 @@
"react": "^17.0.2"
},
"devDependencies": {
"@types/react": "^17.0.43",
"@types/react-test-renderer": "^17.0.1",
"@types/react": "^17.0.44",
"@types/react-test-renderer": "^17.0.2",
"@vitejs/plugin-react": "1.3.0",
"@vitest/ui": "latest",
"happy-dom": "^2.55.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/ruby/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
},
"devDependencies": {
"@vitejs/plugin-vue": "^2.3.1",
"@vue/test-utils": "^2.0.0-rc.18",
"@vue/test-utils": "^2.0.0-rc.20",
"jsdom": "latest",
"vite-plugin-ruby": "^3.0.9",
"vitest": "latest",
"vue": "^3.2.31"
"vue": "^3.2.32"
},
"stackblitz": {
"startCommand": "npm run test"
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.13"
"solid-js": "^1.3.14"
},
"devDependencies": {
"jsdom": "*",
Expand Down
6 changes: 3 additions & 3 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.40",
"@testing-library/svelte": "^3.1.0",
"@sveltejs/vite-plugin-svelte": "^1.0.0-next.41",
"@testing-library/svelte": "^3.1.1",
"@vitest/ui": "latest",
"jsdom": "latest",
"svelte": "^3.46.6",
"svelte": "^3.47.0",
"vitest": "latest"
},
"stackblitz": {
Expand Down
8 changes: 4 additions & 4 deletions examples/vitesse/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
"test": "vitest"
},
"dependencies": {
"vue": "^3.2.31"
"vue": "^3.2.32"
},
"devDependencies": {
"@vitejs/plugin-vue": "^2.3.1",
"@vue/test-utils": "^2.0.0-rc.18",
"@vue/test-utils": "^2.0.0-rc.20",
"happy-dom": "latest",
"unplugin-auto-import": "^0.6.9",
"unplugin-vue-components": "^0.18.5",
"unplugin-auto-import": "^0.7.0",
"unplugin-vue-components": "^0.19.2",
"vitest": "latest"
},
"stackblitz": {
Expand Down
4 changes: 2 additions & 2 deletions examples/vue-jsx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
"devDependencies": {
"@vitejs/plugin-vue": "^2.3.1",
"@vitejs/plugin-vue-jsx": "^1.3.9",
"@vue/test-utils": "^2.0.0-rc.18",
"@vue/test-utils": "^2.0.0-rc.20",
"jsdom": "latest",
"vite": "latest",
"vitest": "latest",
"vue": "^3.2.31"
"vue": "^3.2.32"
},
"stackblitz": {
"startCommand": "npm run test"
Expand Down
4 changes: 2 additions & 2 deletions examples/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
"coverage": "vitest run --coverage"
},
"dependencies": {
"vue": "^3.2.31"
"vue": "^3.2.32"
},
"devDependencies": {
"@vitejs/plugin-vue": "^2.3.1",
"@vue/test-utils": "^2.0.0-rc.18",
"@vue/test-utils": "^2.0.0-rc.20",
"jsdom": "latest",
"vitest": "latest"
},
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"version": "0.9.3",
"private": true,
"packageManager": "[email protected].4",
"packageManager": "[email protected].6",
"description": "A blazing fast unit test framework powered by Vite",
"scripts": {
"build": "pnpm -r --filter {packages} run build",
Expand Down Expand Up @@ -40,7 +40,7 @@
"bumpp": "^7.1.1",
"c8": "^7.11.0",
"cross-env": "^7.0.3",
"esbuild": "~0.14.30",
"esbuild": "~0.14.36",
"eslint": "^8.13.0",
"esno": "^0.14.1",
"fast-glob": "^3.2.11",
Expand All @@ -60,7 +60,7 @@
"vite": "^2.9.1",
"vitepress": "^0.22.3",
"vitest": "workspace:*",
"vue": "^3.2.31"
"vue": "^3.2.32"
},
"pnpm": {
"overrides": {
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"birpc": "^0.2.2",
"codemirror": "^5.65.2",
"codemirror-theme-vars": "^0.1.1",
"cypress": "^9.5.3",
"cypress": "^9.5.4",
"d3-graph-controller": "^2.2.25",
"flatted": "^3.2.5",
"floating-vue": "^2.0.0-y.0",
Expand All @@ -67,7 +67,7 @@
"vite-plugin-optimize-persist": "^0.1.2",
"vite-plugin-package-config": "^0.1.1",
"vite-plugin-pages": "^0.22.0",
"vue": "^3.2.31",
"vue": "^3.2.32",
"vue-router": "^4.0.14"
},
"vite": {
Expand Down
Loading

0 comments on commit 40c26ed

Please sign in to comment.