Skip to content

Commit

Permalink
build: update versions of dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
luohuidong committed Feb 17, 2024
1 parent 932bfe4 commit 14a1a27
Show file tree
Hide file tree
Showing 2 changed files with 812 additions and 777 deletions.
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,25 +44,25 @@
},
"devDependencies": {
"@changesets/cli": "^2.27.1",
"@faker-js/faker": "^8.4.0",
"@floating-ui/dom": "^1.6.1",
"@faker-js/faker": "^8.4.1",
"@floating-ui/dom": "^1.6.3",
"@modyfi/vite-plugin-yaml": "^1.1.0",
"@storybook/addon-actions": "^7.6.12",
"@storybook/addon-essentials": "^7.6.12",
"@storybook/addon-interactions": "^7.6.12",
"@storybook/addon-links": "^7.6.12",
"@storybook/blocks": "^7.6.12",
"@storybook/addon-actions": "^7.6.16",
"@storybook/addon-essentials": "^7.6.16",
"@storybook/addon-interactions": "^7.6.16",
"@storybook/addon-links": "^7.6.16",
"@storybook/blocks": "^7.6.16",
"@storybook/testing-library": "0.2.2",
"@storybook/vue3": "^7.6.12",
"@storybook/vue3-vite": "^7.6.12",
"@storybook/vue3": "^7.6.16",
"@storybook/vue3-vite": "^7.6.16",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.11.15",
"@typescript-eslint/parser": "^6.20.0",
"@types/node": "^20.11.19",
"@typescript-eslint/parser": "^7.0.1",
"@unify-ui/web-components": "^0.3.0",
"@vitejs/plugin-vue": "^5.0.3",
"@vitejs/plugin-vue": "^5.0.4",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"@vitest/coverage-v8": "^1.2.2",
"@vitest/ui": "^1.2.2",
"@vitest/coverage-v8": "^1.3.0",
"@vitest/ui": "^1.3.0",
"@vue/test-utils": "^2.4.4",
"async-validator": "^4.2.5",
"autoprefixer": "^10.4.17",
Expand All @@ -72,21 +72,21 @@
"ejs": "^3.1.9",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-storybook": "^0.6.15",
"eslint-plugin-storybook": "^0.8.0",
"eslint-plugin-vue": "^9.21.1",
"happy-dom": "^13.3.8",
"lodash-es": "^4.17.21",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.33",
"prettier": "^3.2.4",
"postcss": "^8.4.35",
"prettier": "^3.2.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "^1.70.0",
"storybook": "^7.6.12",
"sass": "^1.71.0",
"storybook": "^7.6.16",
"typescript": "^5.3.3",
"vite": "^5.0.12",
"vitest": "^1.2.2",
"vue": "^3.4.15",
"vite": "^5.1.3",
"vitest": "^1.3.0",
"vue": "^3.4.19",
"vue-tsc": "^1.8.27"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 14a1a27

Please sign in to comment.