Skip to content

Commit

Permalink
build: upgrade versions of dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
luohuidong committed Jun 26, 2024
1 parent 6475395 commit 4ece1e9
Show file tree
Hide file tree
Showing 7 changed files with 11,811 additions and 2,036 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
},
"license": "MIT",
"devDependencies": {
"@changesets/cli": "^2.27.5",
"@changesets/cli": "^2.27.6",
"commitizen": "^4.3.0",
"cz-conventional-changelog": "^3.3.0",
"prettier": "3.2.5"
},
"dependencies": {
"vite": "^5.2.13",
"vite": "^5.3.1",
"vitest": "^1.6.0"
}
}
41 changes: 20 additions & 21 deletions packages/vue/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,21 +39,21 @@
"url": "https://github.com/unify-ui/unify-ui.git"
},
"devDependencies": {
"@changesets/cli": "^2.27.5",
"@changesets/cli": "^2.27.6",
"@faker-js/faker": "^8.4.1",
"@floating-ui/dom": "^1.6.5",
"@floating-ui/dom": "^1.6.6",
"@modyfi/vite-plugin-yaml": "^1.1.0",
"@storybook/addon-actions": "^8.1.6",
"@storybook/addon-essentials": "^8.1.6",
"@storybook/addon-interactions": "^8.1.6",
"@storybook/addon-links": "^8.1.6",
"@storybook/blocks": "^8.1.6",
"@storybook/test": "^8.1.6",
"@storybook/vue3": "^8.1.6",
"@storybook/vue3-vite": "^8.1.6",
"@storybook/addon-actions": "^8.1.10",
"@storybook/addon-essentials": "^8.1.10",
"@storybook/addon-interactions": "^8.1.10",
"@storybook/addon-links": "^8.1.10",
"@storybook/blocks": "^8.1.10",
"@storybook/test": "^8.1.10",
"@storybook/vue3": "^8.1.10",
"@storybook/vue3-vite": "^8.1.10",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.14.2",
"@typescript-eslint/parser": "^7.13.0",
"@types/node": "^20.14.9",
"@typescript-eslint/parser": "^7.14.1",
"@vitejs/plugin-vue": "^5.0.5",
"@vitejs/plugin-vue-jsx": "^4.0.0",
"@vitest/coverage-v8": "^1.6.0",
Expand All @@ -67,17 +67,17 @@
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-storybook": "^0.8.0",
"eslint-plugin-vue": "^9.26.0",
"happy-dom": "^14.12.0",
"happy-dom": "^14.12.3",
"lodash-es": "^4.17.21",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.38",
"sass": "^1.77.5",
"storybook": "^8.1.6",
"typescript": "^5.4.5",
"vite": "^5.2.13",
"sass": "^1.77.6",
"storybook": "^8.1.10",
"typescript": "^5.5.2",
"vite": "^5.3.1",
"vitest": "^1.6.0",
"vue": "^3.4.27",
"vue-tsc": "^2.0.21"
"vue": "^3.4.30",
"vue-tsc": "^2.0.22"
},
"peerDependencies": {
"@floating-ui/dom": "^1.2.1",
Expand All @@ -87,7 +87,6 @@
"vue": "^3.2.47"
},
"dependencies": {
"@unify-ui/web-components": "workspace:^",
"prettier": "^3.3.2"
"@unify-ui/web-components": "workspace:^"
}
}
6 changes: 3 additions & 3 deletions packages/vue/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
"cz-conventional-changelog": "^3.3.0",
"postcss": "^8.4.38",
"postcss-prefix-selector": "^1.16.1",
"sass": "^1.77.5",
"vite-plugin-vue-devtools": "^7.2.1",
"sass": "^1.77.6",
"vite-plugin-vue-devtools": "^7.3.4",
"vitepress": "^1.2.3",
"vue": "^3.4.27"
"vue": "^3.4.30"
},
"dependencies": {
"@unify-ui/vite-plugin-vue-docs": "workspace:^",
Expand Down
12 changes: 6 additions & 6 deletions packages/vue/vite-plugin-vue-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@
"@types/babel__template": "^7.4.4",
"@types/babel__traverse": "^7.20.6",
"@types/mdast": "^4.0.4",
"@types/node": "^20.14.2",
"@types/node": "^20.14.9",
"@types/unist": "^3.0.2",
"@typescript-eslint/eslint-plugin": "^7.13.0",
"@typescript-eslint/parser": "^7.13.0",
"@typescript-eslint/eslint-plugin": "^7.14.1",
"@typescript-eslint/parser": "^7.14.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"typedoc": "^0.25.13",
"typescript": "^5.4.5",
"vite": "^5.2.13"
"typescript": "^5.5.2",
"vite": "^5.3.1"
},
"dependencies": {
"@babel/generator": "^7.24.7",
Expand All @@ -44,7 +44,7 @@
"remark-frontmatter": "^5.0.0",
"remark-parse": "^11.0.0",
"remark-stringify": "^11.0.0",
"unified": "^11.0.4",
"unified": "^11.0.5",
"unist-util-visit": "^5.0.0"
}
}
26 changes: 13 additions & 13 deletions packages/web-components/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,21 +20,21 @@
"lit": "^3.1.0"
},
"devDependencies": {
"@changesets/cli": "^2.27.5",
"@changesets/cli": "^2.27.6",
"@chromatic-com/storybook": "^1.5.0",
"@storybook/addon-essentials": "^8.1.6",
"@storybook/addon-links": "^8.1.6",
"@storybook/addon-mdx-gfm": "^8.1.6",
"@storybook/blocks": "^8.1.6",
"@storybook/test": "^8.1.6",
"@storybook/web-components": "^8.1.6",
"@storybook/web-components-vite": "^8.1.6",
"@types/mocha": "^10.0.6",
"@storybook/addon-essentials": "^8.1.10",
"@storybook/addon-links": "^8.1.10",
"@storybook/addon-mdx-gfm": "^8.1.10",
"@storybook/blocks": "^8.1.10",
"@storybook/test": "^8.1.10",
"@storybook/web-components": "^8.1.10",
"@storybook/web-components-vite": "^8.1.10",
"@types/mocha": "^10.0.7",
"@unify-ui/cypress-ct-lit": "workspace:^",
"cypress": "^13.11.0",
"cypress": "^13.12.0",
"lit": "^3.1.4",
"storybook": "^8.1.6",
"typescript": "^5.4.5",
"vite": "^5.2.13"
"storybook": "^8.1.10",
"typescript": "^5.5.2",
"vite": "^5.3.1"
}
}
6 changes: 3 additions & 3 deletions packages/web-components/cypress-ct-lit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
"dist"
],
"devDependencies": {
"cypress": "^13.11.0",
"cypress": "^13.12.0",
"lit": "^3.1.4",
"typescript": "^5.4.5",
"vite": "^5.2.13"
"typescript": "^5.5.2",
"vite": "^5.3.1"
},
"dependencies": {
"@cypress/mount-utils": "^4.1.1"
Expand Down
Loading

0 comments on commit 4ece1e9

Please sign in to comment.