Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed May 2, 2022
1 parent 4673589 commit 8c44925
Show file tree
Hide file tree
Showing 17 changed files with 1,496 additions and 604 deletions.
2 changes: 2 additions & 0 deletions .npmrc
@@ -1,2 +1,4 @@
ignore-workspace-root-check=true
strict-peer-dependencies=false
auto-install-peers=true
registry=https://registry.npmjs.org/
2 changes: 1 addition & 1 deletion bench/package.json
Expand Up @@ -6,7 +6,7 @@
"bench:ci": "esmo src/github.ts"
},
"devDependencies": {
"@actions/core": "^1.6.0",
"@actions/core": "^1.7.0",
"@actions/exec": "^1.1.1",
"@actions/github": "^5.0.1",
"@happy-dom/jest-environment": "^2.55.0",
Expand Down
6 changes: 3 additions & 3 deletions bench/test/vue/package.json
Expand Up @@ -6,12 +6,12 @@
"test:jest": "jest --silent"
},
"devDependencies": {
"@babel/core": "^7.17.9",
"@babel/preset-env": "^7.16.11",
"@babel/core": "^7.17.10",
"@babel/preset-env": "^7.17.10",
"@babel/preset-typescript": "^7.16.7",
"@vitejs/plugin-vue": "^2.3.1",
"@vue/test-utils": "^2.0.0-rc.21",
"@vue/vue3-jest": "^27.0.0-alpha.4",
"@vue/vue3-jest": "^27.0.0",
"babel-jest": "^27.5.1",
"jest": "^27.5.1",
"jsdom": "^19.0.0",
Expand Down
8 changes: 4 additions & 4 deletions docs/package.json
Expand Up @@ -13,14 +13,14 @@
"vue": "^3.2.33"
},
"devDependencies": {
"@iconify-json/carbon": "^1.1.3",
"@types/node": "^17.0.26",
"@unocss/reset": "^0.31.15",
"@iconify-json/carbon": "^1.1.4",
"@types/node": "^17.0.31",
"@unocss/reset": "^0.32.9",
"@vitejs/plugin-vue": "^2.3.1",
"esno": "^0.14.1",
"fast-glob": "^3.2.11",
"https-localhost": "^4.7.1",
"unocss": "^0.31.15",
"unocss": "^0.32.9",
"unplugin-vue-components": "^0.19.3",
"vite-plugin-pwa": "^0.12.0",
"vitepress": "^0.22.3",
Expand Down
2 changes: 1 addition & 1 deletion examples/graphql/package.json
Expand Up @@ -13,7 +13,7 @@
},
"dependencies": {
"@rollup/plugin-graphql": "^1.1.0",
"graphql": "^16.3.0"
"graphql": "^16.4.0"
},
"devDependencies": {
"@vitest/ui": "latest",
Expand Down
2 changes: 1 addition & 1 deletion examples/lit/package.json
Expand Up @@ -12,7 +12,7 @@
"test:ui": "vitest --ui"
},
"dependencies": {
"lit": "^2.2.2"
"lit": "^2.2.3"
},
"devDependencies": {
"@vitest/ui": "latest",
Expand Down
2 changes: 1 addition & 1 deletion examples/react-enzyme/package.json
Expand Up @@ -10,7 +10,7 @@
},
"devDependencies": {
"@types/react": "^17.0.44",
"@types/react-dom": "^17.0.15",
"@types/react-dom": "^17.0.16",
"@vitejs/plugin-react": "1.3.1",
"@vitest/ui": "latest",
"enzyme": "3.11.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/react-mui/package.json
Expand Up @@ -12,7 +12,7 @@
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@mui/lab": "*",
"@mui/material": "^5.6.2",
"@mui/material": "^5.6.4",
"history": "^5.3.0",
"notistack": "^2.0.4",
"react": "^17.0.2",
Expand Down
12 changes: 6 additions & 6 deletions examples/react-storybook/package.json
Expand Up @@ -13,28 +13,28 @@
"cross-fetch": "^3.1.5",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-query": "^3.38.0"
"react-query": "^3.38.1"
},
"devDependencies": {
"@babel/core": "^7.17.9",
"@babel/core": "^7.17.10",
"@storybook/addon-actions": "^6.4.22",
"@storybook/addon-essentials": "^6.4.22",
"@storybook/addon-links": "^6.4.22",
"@storybook/builder-vite": "^0.1.30",
"@storybook/builder-vite": "^0.1.33",
"@storybook/react": "^6.4.22",
"@storybook/testing-library": "^0.0.11",
"@storybook/testing-react": "^1.2.4",
"@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.1",
"@types/react-dom": "^17.0.16",
"@vitejs/plugin-react": "^1.3.2",
"@vitest/ui": "latest",
"babel-loader": "^8.2.5",
"jsdom": "^19.0.0",
"msw": "^0.39.2",
"msw-storybook-addon": "^1.6.3",
"typescript": "^4.6.3",
"typescript": "^4.6.4",
"vite": "^2.9.5",
"vitest": "latest"
},
Expand Down
6 changes: 3 additions & 3 deletions examples/react-testing-lib-msw/package.json
Expand Up @@ -10,16 +10,16 @@
"test:ui": "vitest --ui"
},
"dependencies": {
"@apollo/client": "^3.5.10",
"@apollo/client": "^3.6.1",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"devDependencies": {
"@testing-library/react": "^12.1.5",
"@testing-library/user-event": "^13.5.0",
"@types/react": "^17.0.44",
"@types/react-dom": "^17.0.15",
"@vitejs/plugin-react": "^1.3.1",
"@types/react-dom": "^17.0.16",
"@vitejs/plugin-react": "^1.3.2",
"@vitest/ui": "latest",
"cross-fetch": "^3.1.5",
"jsdom": "latest",
Expand Down
4 changes: 2 additions & 2 deletions examples/react-testing-lib/package.json
Expand Up @@ -19,8 +19,8 @@
"@testing-library/react-hooks": "^8.0.0",
"@testing-library/user-event": "^13.5.0",
"@types/react": "^17.0.44",
"@types/react-dom": "^17.0.15",
"@vitejs/plugin-react": "^1.3.1",
"@types/react-dom": "^17.0.16",
"@vitejs/plugin-react": "^1.3.2",
"@vitest/ui": "latest",
"jsdom": "latest",
"vite": "^2.9.5",
Expand Down
4 changes: 2 additions & 2 deletions examples/svelte/package.json
Expand Up @@ -8,11 +8,11 @@
"coverage": "vitest run --coverage"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^1.0.0-next.41",
"@sveltejs/vite-plugin-svelte": "^1.0.0-next.42",
"@testing-library/svelte": "^3.1.1",
"@vitest/ui": "latest",
"jsdom": "latest",
"svelte": "^3.47.0",
"svelte": "^3.48.0",
"vitest": "latest"
},
"stackblitz": {
Expand Down
3 changes: 3 additions & 0 deletions examples/vue2/.npmrc
@@ -0,0 +1,3 @@
ignore-workspace-root-check=true
strict-peer-dependencies=false
auto-install-peers=true
2 changes: 1 addition & 1 deletion examples/vue2/package.json
Expand Up @@ -9,7 +9,7 @@
"vue": "2.6.14"
},
"devDependencies": {
"@vue/composition-api": "^1.4.9",
"@vue/composition-api": "^1.6.0",
"@vue/test-utils": "^1.3.0",
"jsdom": "latest",
"unplugin-vue2-script-setup": "^0.10.2",
Expand Down
26 changes: 13 additions & 13 deletions examples/vue2/pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion packages/ui/package.json
Expand Up @@ -40,7 +40,7 @@
"devDependencies": {
"@cypress/vite-dev-server": "^2.2.2",
"@cypress/vue": "^3.1.1",
"@faker-js/faker": "^6.3.0",
"@faker-js/faker": "^6.3.1",
"@testing-library/cypress": "^8.0.2",
"@types/codemirror": "^5.60.5",
"@types/d3-force": "^3.0.3",
Expand Down

0 comments on commit 8c44925

Please sign in to comment.