Skip to content

Commit 1ce7958

Browse files
committed
chore(deps): migrate storybook 10.1.3 [ci visual]
1 parent 562d678 commit 1ce7958

File tree

5 files changed

+585
-294
lines changed

5 files changed

+585
-294
lines changed

package.json

Lines changed: 150 additions & 150 deletions
Original file line numberDiff line numberDiff line change
@@ -1,152 +1,152 @@
11
{
2-
"name": "fundamental-styles",
3-
"description": "Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/",
4-
"type": "module",
5-
"engines": {
6-
"yarn": ">= 4.10.3",
7-
"node": ">= 22"
8-
},
9-
"packageManager": "[email protected]",
10-
"scripts": {
11-
"transform-stories": "ts-node stories-transformer.ts",
12-
"build": "npx nx build workspace-plugins && npx nx run-many --target=build --all",
13-
"build:prod": "npx nx build workspace-plugins --skip-nx-cache && npx nx run common-css:build --configuration=production --skip-nx-cache && npx nx run styles:build --configuration=production --skip-nx-cache && npx nx run cx:build --configuration=production --skip-nx-cache && npx nx run theming-preview:build --configuration=production --skip-nx-cache",
14-
"build:theming-preview": "npx nx run theming-preview:build",
15-
"build:visual-stories": "nx run-many --target=build-visual --all",
16-
"lint:style": "stylelint \"packages/*/src/**/*.(sa|sc|c)ss\"",
17-
"lint:js": "eslint . --ext .js",
18-
"lint": "yarn run sync-entries && yarn run lint:style && yarn run lint:js",
19-
"lint:fix": "yarn run sync-entries fix && yarn run lint:style --fix && yarn run lint:js --fix",
20-
"lint:pre-commit": "echo running pre-commit lint... && yarn run lint && echo done!\n",
21-
"hotfix-release": "node scripts/release-hotfix.mjs",
22-
"size": "bundlesize --config config/bundlesize.json",
23-
"start": "npx nx build workspace-plugins && yarn run build:visual-stories && yarn run storybook:serve",
24-
"start:prod": "yarn run storybook:serve:prod",
25-
"test": "npx vitest --run",
26-
"test:accessibility": "vitest accessibility --run",
27-
"test:update": "npx nx run-many --target=update-storyshots --all",
28-
"storybook": "yarn run storybook:serve",
29-
"storybook:serve": "storybook dev -p 6006",
30-
"storybook:serve:prod": "cross-env NODE_ENV=production yarn run storybook:prep && cross-env NODE_ENV=production yarn run start",
31-
"storybook:ci": "yarn run storybook --ci --quiet",
32-
"storybook:prep": "npx nx build workspace-plugins && yarn run build:visual-stories",
33-
"storybook:static": "yarn run storybook:prep && cross-env STORYBOOK_ENV=docs storybook build -c .storybook -o storybook-static --docs",
34-
"storybook:chromatic": "yarn run storybook:prep && cross-env STORYBOOK_ENV=chromatic storybook build -c .storybook -o storybook-chromatic",
35-
"prepare": "husky install",
36-
"sync-fiori-components": "npx nx build workspace-plugins && npx nx run styles:sync-entry",
37-
"sync-entries": "npx nx build workspace-plugins && npx nx run-many --target sync-entry --all",
38-
"pre-commit": "lint-staged && yarn run lint:pre-commit"
39-
},
40-
"repository": {
41-
"type": "git",
42-
"url": "https://github.com/SAP/fundamental-styles.git"
43-
},
44-
"author": "",
45-
"license": "Apache-2.0",
46-
"homepage": "https://sap.github.io/fundamental-styles/",
47-
"devDependencies": {
48-
"@actions/core": "1.11.1",
49-
"@babel/core": "7.23.9",
50-
"@chromatic-com/storybook": "^4.1.2",
51-
"@commitlint/cli": "20.0.0",
52-
"@commitlint/config-conventional": "20.0.0",
53-
"@nx/devkit": "22.0.2",
54-
"@nx/eslint": "22.0.2",
55-
"@nx/eslint-plugin": "22.0.2",
56-
"@nx/js": "22.0.2",
57-
"@nx/plugin": "22.0.2",
58-
"@nx/react": "22.0.2",
59-
"@nx/web": "22.0.2",
60-
"@sap-theming/theming-base-content": "11.32.2",
61-
"@storybook/addon-a11y": "^10.0.4",
62-
"@storybook/addon-docs": "^10.0.4",
63-
"@storybook/addon-links": "^10.0.4",
64-
"@storybook/html-vite": "^10.0.4",
65-
"@storybook/icons": "^1.3.2",
66-
"@swc/core": "1.5.7",
67-
"@testing-library/react": "15.0.6",
68-
"@types/fs-extra": "11.0.4",
69-
"@types/node": "18.19.14",
70-
"@types/react": "18.3.1",
71-
"@types/react-dom": "18.3.0",
72-
"@typescript-eslint/eslint-plugin": "7.18.0",
73-
"@typescript-eslint/parser": "7.18.0",
74-
"autoprefixer": "10.4.21",
75-
"bundlesize": "0.18.2",
76-
"chromatic": "^11.25.2",
77-
"clean-css": "5.3.3",
78-
"clean-css-cli": "5.4.1",
79-
"colors": "1.4.0",
80-
"conventional-changelog": "7.1.1",
81-
"conventional-changelog-angular": "8.1.0",
82-
"conventional-changelog-cli": "5.0.0",
83-
"conventional-recommended-bump": "11.2.0",
84-
"core-js": "3.35.1",
85-
"cross-env": "7.0.3",
86-
"cssnano": "7.0.5",
87-
"eslint": "8.57.0",
88-
"eslint-plugin-import": "2.31.0",
89-
"eslint-plugin-jsx-a11y": "6.10.1",
90-
"eslint-plugin-react": "7.31.11",
91-
"eslint-plugin-react-hooks": "5.0.0",
92-
"eslint-plugin-storybook": "^10.0.4",
93-
"fast-glob": "3.3.2",
94-
"fs-extra": "11.2.0",
95-
"git-semver-tags": "4.1.1",
96-
"glob": "8.0.3",
97-
"husky": "7.0.4",
98-
"jsonc-eslint-parser": "2.1.0",
99-
"lerna": "8.2.1",
100-
"lint-staged": "12.4.2",
101-
"lodash": "4.17.21",
102-
"markdown-to-jsx": "7.1.2",
103-
"normalize.css": "8.0.1",
104-
"npm-run-all": "4.1.5",
105-
"nx": "22.0.2",
106-
"nx-stylelint": "17.1.4",
107-
"postcss": "8.4.38",
108-
"postcss-banner": "4.0.1",
109-
"postcss-cli": "9.1.0",
110-
"postcss-import": "14.1.0",
111-
"postcss-normalize-charset": "4.0.1",
112-
"postcss-scss": "4.0.9",
113-
"prettier": "^3.2.5",
114-
"react": "18.3.1",
115-
"react-dom": "18.3.1",
116-
"react-is": "18.3.1",
117-
"remark-gfm": "4.0.1",
118-
"sass": "1.52.1",
119-
"semver": "7.5.4",
120-
"standard-version": "9.3.2",
121-
"start-server-and-test": "1.14.0",
122-
"storybook": "^10.0.4",
123-
"stylelint": "16.8.2",
124-
"stylelint-config-standard": "36.0.1",
125-
"stylelint-config-standard-scss": "^13.1.0",
126-
"stylelint-scss": "6.1.0",
127-
"through2": "4.0.2",
128-
"tocbot": "4.12.3",
129-
"ts-node": "10.9.2",
130-
"tslib": "2.3.0",
131-
"typescript": "5.9.3",
132-
"vite": "6.4.1",
133-
"vite-tsconfig-paths": "4.2.0",
134-
"vitest": "0.30.1",
135-
"vitest-axe": "0.1.0"
136-
},
137-
"resolutions": {
138-
"nx": "22.0.2"
139-
},
140-
"browserslist": [
141-
"last 2 versions"
142-
],
143-
"lint-staged": {
144-
"{packages,stories,.storybook}/**/*.(sa|sc|c)ss": "stylelint --fix",
145-
"*.js": "eslint --fix"
146-
},
147-
"dependencies": {
148-
"@vitejs/plugin-react": "4.5.0",
149-
"fast-deep-equal": "3.1.3",
150-
"jsdom": "20.0.1"
151-
}
2+
"name": "fundamental-styles",
3+
"description": "Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/",
4+
"type": "module",
5+
"engines": {
6+
"yarn": ">= 4.10.3",
7+
"node": ">= 22"
8+
},
9+
"packageManager": "[email protected]",
10+
"scripts": {
11+
"transform-stories": "ts-node stories-transformer.ts",
12+
"build": "npx nx build workspace-plugins && npx nx run-many --target=build --all",
13+
"build:prod": "npx nx build workspace-plugins --skip-nx-cache && npx nx run common-css:build --configuration=production --skip-nx-cache && npx nx run styles:build --configuration=production --skip-nx-cache && npx nx run cx:build --configuration=production --skip-nx-cache && npx nx run theming-preview:build --configuration=production --skip-nx-cache",
14+
"build:theming-preview": "npx nx run theming-preview:build",
15+
"build:visual-stories": "nx run-many --target=build-visual --all",
16+
"lint:style": "stylelint \"packages/*/src/**/*.(sa|sc|c)ss\"",
17+
"lint:js": "eslint . --ext .js",
18+
"lint": "yarn run sync-entries && yarn run lint:style && yarn run lint:js",
19+
"lint:fix": "yarn run sync-entries fix && yarn run lint:style --fix && yarn run lint:js --fix",
20+
"lint:pre-commit": "echo running pre-commit lint... && yarn run lint && echo done!\n",
21+
"hotfix-release": "node scripts/release-hotfix.mjs",
22+
"size": "bundlesize --config config/bundlesize.json",
23+
"start": "npx nx build workspace-plugins && yarn run build:visual-stories && yarn run storybook:serve",
24+
"start:prod": "yarn run storybook:serve:prod",
25+
"test": "npx vitest --run",
26+
"test:accessibility": "vitest accessibility --run",
27+
"test:update": "npx nx run-many --target=update-storyshots --all",
28+
"storybook": "yarn run storybook:serve",
29+
"storybook:serve": "storybook dev -p 6006",
30+
"storybook:serve:prod": "cross-env NODE_ENV=production yarn run storybook:prep && cross-env NODE_ENV=production yarn run start",
31+
"storybook:ci": "yarn run storybook --ci --quiet",
32+
"storybook:prep": "npx nx build workspace-plugins && yarn run build:visual-stories",
33+
"storybook:static": "yarn run storybook:prep && cross-env STORYBOOK_ENV=docs storybook build -c .storybook -o storybook-static --docs",
34+
"storybook:chromatic": "yarn run storybook:prep && cross-env STORYBOOK_ENV=chromatic storybook build -c .storybook -o storybook-chromatic",
35+
"prepare": "husky install",
36+
"sync-fiori-components": "npx nx build workspace-plugins && npx nx run styles:sync-entry",
37+
"sync-entries": "npx nx build workspace-plugins && npx nx run-many --target sync-entry --all",
38+
"pre-commit": "lint-staged && yarn run lint:pre-commit"
39+
},
40+
"repository": {
41+
"type": "git",
42+
"url": "https://github.com/SAP/fundamental-styles.git"
43+
},
44+
"author": "",
45+
"license": "Apache-2.0",
46+
"homepage": "https://sap.github.io/fundamental-styles/",
47+
"devDependencies": {
48+
"@actions/core": "1.11.1",
49+
"@babel/core": "7.23.9",
50+
"@chromatic-com/storybook": "^4.1.3",
51+
"@commitlint/cli": "20.0.0",
52+
"@commitlint/config-conventional": "20.0.0",
53+
"@nx/devkit": "22.0.2",
54+
"@nx/eslint": "22.0.2",
55+
"@nx/eslint-plugin": "22.0.2",
56+
"@nx/js": "22.0.2",
57+
"@nx/plugin": "22.0.2",
58+
"@nx/react": "22.0.2",
59+
"@nx/web": "22.0.2",
60+
"@sap-theming/theming-base-content": "11.32.2",
61+
"@storybook/addon-a11y": "^10.1.3",
62+
"@storybook/addon-docs": "^10.1.3",
63+
"@storybook/addon-links": "^10.1.3",
64+
"@storybook/html-vite": "^10.1.3",
65+
"@storybook/icons": "^1.3.2",
66+
"@swc/core": "1.5.7",
67+
"@testing-library/react": "15.0.6",
68+
"@types/fs-extra": "11.0.4",
69+
"@types/node": "18.19.14",
70+
"@types/react": "18.3.1",
71+
"@types/react-dom": "18.3.0",
72+
"@typescript-eslint/eslint-plugin": "7.18.0",
73+
"@typescript-eslint/parser": "7.18.0",
74+
"autoprefixer": "10.4.21",
75+
"bundlesize": "0.18.2",
76+
"chromatic": "^11.25.2",
77+
"clean-css": "5.3.3",
78+
"clean-css-cli": "5.4.1",
79+
"colors": "1.4.0",
80+
"conventional-changelog": "7.1.1",
81+
"conventional-changelog-angular": "8.1.0",
82+
"conventional-changelog-cli": "5.0.0",
83+
"conventional-recommended-bump": "11.2.0",
84+
"core-js": "3.35.1",
85+
"cross-env": "7.0.3",
86+
"cssnano": "7.0.5",
87+
"eslint": "8.57.0",
88+
"eslint-plugin-import": "2.31.0",
89+
"eslint-plugin-jsx-a11y": "6.10.1",
90+
"eslint-plugin-react": "7.31.11",
91+
"eslint-plugin-react-hooks": "5.0.0",
92+
"eslint-plugin-storybook": "^10.1.3",
93+
"fast-glob": "3.3.2",
94+
"fs-extra": "11.2.0",
95+
"git-semver-tags": "4.1.1",
96+
"glob": "8.0.3",
97+
"husky": "7.0.4",
98+
"jsonc-eslint-parser": "2.1.0",
99+
"lerna": "8.2.1",
100+
"lint-staged": "12.4.2",
101+
"lodash": "4.17.21",
102+
"markdown-to-jsx": "7.1.2",
103+
"normalize.css": "8.0.1",
104+
"npm-run-all": "4.1.5",
105+
"nx": "22.0.2",
106+
"nx-stylelint": "17.1.4",
107+
"postcss": "8.4.38",
108+
"postcss-banner": "4.0.1",
109+
"postcss-cli": "9.1.0",
110+
"postcss-import": "14.1.0",
111+
"postcss-normalize-charset": "4.0.1",
112+
"postcss-scss": "4.0.9",
113+
"prettier": "^3.2.5",
114+
"react": "18.3.1",
115+
"react-dom": "18.3.1",
116+
"react-is": "18.3.1",
117+
"remark-gfm": "4.0.1",
118+
"sass": "1.52.1",
119+
"semver": "7.5.4",
120+
"standard-version": "9.3.2",
121+
"start-server-and-test": "1.14.0",
122+
"storybook": "^10.1.3",
123+
"stylelint": "16.8.2",
124+
"stylelint-config-standard": "36.0.1",
125+
"stylelint-config-standard-scss": "^13.1.0",
126+
"stylelint-scss": "6.1.0",
127+
"through2": "4.0.2",
128+
"tocbot": "4.12.3",
129+
"ts-node": "10.9.2",
130+
"tslib": "2.3.0",
131+
"typescript": "5.9.3",
132+
"vite": "6.4.1",
133+
"vite-tsconfig-paths": "4.2.0",
134+
"vitest": "0.30.1",
135+
"vitest-axe": "0.1.0"
136+
},
137+
"resolutions": {
138+
"nx": "22.0.2"
139+
},
140+
"browserslist": [
141+
"last 2 versions"
142+
],
143+
"lint-staged": {
144+
"{packages,stories,.storybook}/**/*.(sa|sc|c)ss": "stylelint --fix",
145+
"*.js": "eslint --fix"
146+
},
147+
"dependencies": {
148+
"@vitejs/plugin-react": "4.5.0",
149+
"fast-deep-equal": "3.1.3",
150+
"jsdom": "20.0.1"
151+
}
152152
}

packages/common-css/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
2-
"name": "@sap-ui/common-css",
3-
"version": "0.41.0-rc.84",
4-
"license": "Apache-2.0",
5-
"homepage": "https://sap.github.io/fundamental-styles/",
6-
"description": "SAP UI Common CSS",
7-
"repository": {
8-
"type": "git",
9-
"url": "https://github.com/SAP/fundamental-styles"
10-
},
11-
"dependencies": {
12-
"@sap-theming/theming-base-content": "SAP_THEMING_VERSION"
13-
}
2+
"name": "@sap-ui/common-css",
3+
"version": "0.41.0-rc.84",
4+
"license": "Apache-2.0",
5+
"homepage": "https://sap.github.io/fundamental-styles/",
6+
"description": "SAP UI Common CSS",
7+
"repository": {
8+
"type": "git",
9+
"url": "https://github.com/SAP/fundamental-styles"
10+
},
11+
"dependencies": {
12+
"@sap-theming/theming-base-content": "SAP_THEMING_VERSION"
13+
}
1414
}

packages/cx/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"name": "@fundamental-styles/cx",
3-
"version": "0.41.0-rc.84",
4-
"license": "Apache-2.0",
5-
"homepage": "https://sap.github.io/fundamental-styles/",
6-
"description": "Fundamental Library Styles",
7-
"repository": {
8-
"type": "git",
9-
"url": "https://github.com/SAP/fundamental-styles"
10-
}
2+
"name": "@fundamental-styles/cx",
3+
"version": "0.41.0-rc.84",
4+
"license": "Apache-2.0",
5+
"homepage": "https://sap.github.io/fundamental-styles/",
6+
"description": "Fundamental Library Styles",
7+
"repository": {
8+
"type": "git",
9+
"url": "https://github.com/SAP/fundamental-styles"
10+
}
1111
}

packages/styles/package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
2-
"name": "fundamental-styles",
3-
"version": "0.41.0-rc.84",
4-
"description": "Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/",
5-
"repository": {
6-
"type": "git",
7-
"url": "https://github.com/SAP/fundamental-styles.git"
8-
},
9-
"files": [
10-
"/dist"
11-
],
12-
"author": "",
13-
"license": "Apache-2.0",
14-
"homepage": "https://sap.github.io/fundamental-styles/",
15-
"peerDependencies": {
16-
"@sap-theming/theming-base-content": "SAP_THEMING_VERSION",
17-
"@sap-ui/common-css": "VERSION_PLACEHOLDER"
18-
}
2+
"name": "fundamental-styles",
3+
"version": "0.41.0-rc.84",
4+
"description": "Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/",
5+
"repository": {
6+
"type": "git",
7+
"url": "https://github.com/SAP/fundamental-styles.git"
8+
},
9+
"files": [
10+
"/dist"
11+
],
12+
"author": "",
13+
"license": "Apache-2.0",
14+
"homepage": "https://sap.github.io/fundamental-styles/",
15+
"peerDependencies": {
16+
"@sap-theming/theming-base-content": "SAP_THEMING_VERSION",
17+
"@sap-ui/common-css": "VERSION_PLACEHOLDER"
18+
}
1919
}

0 commit comments

Comments
 (0)