Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/bump storybook v8 #4211

Open
wants to merge 9 commits into
base: develop
Choose a base branch
from
Open
4 changes: 2 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"packages": [
"packages/*"
],
"version": "independent",
"npmClient": "yarn",
"useWorkspaces": true
"npmClient": "yarn"
}
18 changes: 10 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
"version": "1.0.0",
"license": "MIT",
"repository": "https://github.com/epicmaxco/vuestic-ui",
"packageManager": "yarn@4.1.1",
"devDependencies": {
"lerna": "^3.20.2",
"lerna": "^8.1.2",
"syncpack": "^9.8.6",
"yorkie": "^2.0.0"
},
Expand Down Expand Up @@ -35,15 +36,16 @@
"sandbox:web-components": "yarn workspace sandbox dev:web-components",
"release": "yarn workspace deploy release"
},
"workspaces": {
"packages": [
"packages/*",
"packages/extensions/*"
]
},
"workspaces": [
"packages/*"
],
"gitHooks": {
"pre-commit": "lerna run --concurrency 1 --stream precommit --since HEAD"
"pre-commit": "lerna run --concurrency 1 --stream precommit --since"
},
"engines": {
"yarn": ">=4.0.0"
},
"engineStrict": true,
"resolutions": {
"vue": "^3.4.21",
"@vue/shared": "^3.4.21",
Expand Down
4 changes: 2 additions & 2 deletions packages/ag-grid-theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
"vuestic-ui": "^1.3.0"
},
"devDependencies": {
"sass": "^1.57.1",
"rollup": "^3.15.0",
"rollup-plugin-scss": "^4.0.0"
"rollup-plugin-scss": "^4.0.0",
"sass": "^1.57.1"
},
"keywords": [
"vuestic",
Expand Down
4 changes: 1 addition & 3 deletions packages/create-vuestic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@
"build": "rm -rf dist && tsup src/ --format esm",
"prepublishOnly": "npm run build"
},
"bin": {
"create-vuestic": "./dist/index.js"
},
"bin": "./dist/index.js",
"dependencies": {
"chalk": "^5.2.0",
"ora": "^6.1.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/deploy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"release": "tsx release-script/release-script.ts"
},
"devDependencies": {
"tsx": "^3.12.1",
"chalk": "^5.2.0",
"inquirer": "^9.0.0",
"typescript": "^5",
"chalk": "^5.2.0"
"tsx": "^3.12.1",
"typescript": "^5"
},
"exports": {
"./execute": "./execute/index.ts"
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"serve": "^14.2.0",
"stylelint": "^13.13.1",
"stylelint-config-standard": "^22.0.0",
"vitest": "^0.18.1",
"vitest": "^1.4.0",
"vue": "3.4.8",
"vue-component-meta": "^2.0.7",
"vue-router": "^4.1.6",
Expand Down
4 changes: 2 additions & 2 deletions packages/github-utilities/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
},
"dependencies": {
"chalk": "^5.2.0",
"dotenv": "^16.3.1",
"inquirer": "^9.0.0",
"tsx": "^3.12.1",
"typescript": "^5",
"dotenv": "^16.3.1"
"typescript": "^5"
}
}
22 changes: 11 additions & 11 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,14 @@
"@fortawesome/vue-fontawesome": "^3.0.0-2",
"@rollup/plugin-commonjs": "^19.0.0",
"@rollup/plugin-node-resolve": "^13.0.0",
"@storybook/addon-essentials": "^7.1.0",
"@storybook/addon-interactions": "^7.1.0",
"@storybook/addon-links": "^7.1.0",
"@storybook/blocks": "^7.1.0",
"@storybook/addon-essentials": "^8.0.5",
"@storybook/addon-interactions": "^8.0.5",
"@storybook/addon-links": "^8.0.5",
"@storybook/blocks": "^8.0.5",
"@storybook/jest": "^0.2.3",
"@storybook/testing-library": "^0.0.14-next.2",
"@storybook/vue3": "^7.1.0",
"@storybook/vue3-vite": "^7.1.0",
"@storybook/vue3": "^8.0.5",
"@storybook/vue3-vite": "^8.0.5",
"@types/cleave.js": "^1.4.7",
"@types/mini-css-extract-plugin": "^1.2.1",
"@types/semver": "^7.3.6",
Expand All @@ -90,7 +90,7 @@
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^5.0.0",
"eslint-plugin-storybook": "^0.6.12",
"eslint-plugin-storybook": "^0.8.0",
"eslint-plugin-vue": "^9.19.2",
"identity-obj-proxy": "^3.0.0",
"ionicons": "^3.0.0",
Expand All @@ -108,14 +108,14 @@
"rollup-plugin-vue": "^6.0.0",
"sass": "^1.57.1",
"semver": "^7.3.5",
"storybook": "^7.1.0",
"storybook-dark-mode": "^3.0.0",
"storybook": "^8.0.5",
"storybook-dark-mode": "^4.0.1",
"stylelint": "^13.13.1",
"stylelint-config-standard": "^22.0.0",
"typescript": "5.3.2",
"vite": "^4.2.1",
"vite-plugin-chunk-split": "^0.4.7",
"vitest": "^0.18.1",
"vitest": "^1.4.0",
"vue": "3.3.11",
"vue-tsc": "^2.0.7",
"yargs": "^17.5.1"
Expand Down Expand Up @@ -167,4 +167,4 @@
]
}
}
}
}