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 Jan 2, 2024
1 parent 1484f5b commit fc2f711
Show file tree
Hide file tree
Showing 2 changed files with 1,218 additions and 1,190 deletions.
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,47 +47,47 @@
"@faker-js/faker": "^8.3.1",
"@floating-ui/dom": "^1.5.3",
"@modyfi/vite-plugin-yaml": "^1.0.4",
"@storybook/addon-actions": "^7.6.3",
"@storybook/addon-essentials": "^7.6.3",
"@storybook/addon-interactions": "^7.6.3",
"@storybook/addon-links": "^7.6.3",
"@storybook/blocks": "^7.6.3",
"@storybook/addon-actions": "^7.6.7",
"@storybook/addon-essentials": "^7.6.7",
"@storybook/addon-interactions": "^7.6.7",
"@storybook/addon-links": "^7.6.7",
"@storybook/blocks": "^7.6.7",
"@storybook/testing-library": "0.2.2",
"@storybook/vue3": "^7.6.3",
"@storybook/vue3-vite": "^7.6.3",
"@storybook/vue3": "^7.6.7",
"@storybook/vue3-vite": "^7.6.7",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.10.3",
"@typescript-eslint/parser": "^6.13.2",
"@unify-ui/web-components": "^0.1.5",
"@vitejs/plugin-vue": "^4.5.1",
"@types/node": "^20.10.6",
"@typescript-eslint/parser": "^6.17.0",
"@unify-ui/web-components": "^0.2.0",
"@vitejs/plugin-vue": "^5.0.2",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"@vitest/coverage-v8": "^1.0.1",
"@vitest/ui": "^1.0.1",
"@vitest/coverage-v8": "^1.1.1",
"@vitest/ui": "^1.1.1",
"@vue/test-utils": "^2.4.3",
"async-validator": "^4.2.5",
"autoprefixer": "^10.4.16",
"commitizen": "^4.3.0",
"cz-conventional-changelog": "^3.3.0",
"dayjs": "^1.11.10",
"ejs": "^3.1.9",
"eslint": "^8.55.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-storybook": "^0.6.15",
"eslint-plugin-vue": "^9.19.2",
"happy-dom": "^12.10.3",
"lodash-es": "^4.17.21",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.32",
"prettier": "^3.1.0",
"prettier": "^3.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "^1.69.5",
"storybook": "^7.6.3",
"typescript": "^5.3.2",
"vite": "^5.0.5",
"vitest": "^1.0.1",
"vue": "^3.3.10",
"vue-tsc": "^1.8.24"
"sass": "^1.69.6",
"storybook": "^7.6.7",
"typescript": "^5.3.3",
"vite": "^5.0.10",
"vitest": "^1.1.1",
"vue": "^3.4.3",
"vue-tsc": "^1.8.27"
},
"peerDependencies": {
"@floating-ui/dom": "^1.2.1",
Expand Down
Loading

0 comments on commit fc2f711

Please sign in to comment.