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

chore(deps): storybook v 8.5.6 [ci vidual] #5948

Merged
merged 1 commit into from
Feb 17, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
322 changes: 161 additions & 161 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,163 +1,163 @@
{
"name": "fundamental-styles",
"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/",
"engines": {
"yarn": ">= 4.5.1",
"node": ">= 18"
},
"packageManager": "[email protected]",
"scripts": {
"transform-stories": "ts-node stories-transformer.ts",
"build": "npx nx run-many --target=build --all",
"build:prod": "yarn run build --configuration=production --skip-nx-cache",
"build:theming-preview": "npx nx run theming-preview:build",
"build:visual-stories": "nx run-many --target=build-visual --all",
"lint:style": "stylelint \"packages/*/src/**/*.(sa|sc|c)ss\"",
"lint:js": "eslint . --ext .js",
"lint": "yarn run sync-entries && yarn run lint:style && yarn run lint:js",
"lint:fix": "yarn run sync-entries fix && yarn run lint:style --fix && yarn run lint:js --fix",
"lint:pre-commit": "echo running pre-commit lint... && yarn run lint && echo done!\n",
"hotfix-release": "./scripts/hotfix-publish-release.sh",
"hotfix-release-latest": "./scripts/hotfix-publish-release.sh latest",
"size": "bundlesize --config config/bundlesize.json",
"start": "yarn run build:visual-stories && yarn run storybook:serve",
"start:prod": "yarn run storybook:serve:prod",
"test": "npx vitest --run",
"test:accessibility": "vitest accessibility --run",
"test:update": "npx nx run-many --target=update-storyshots --all",
"storybook": "yarn run storybook:serve",
"storybook:serve": "storybook dev -p 6006",
"storybook:serve:prod": "cross-env NODE_ENV=production yarn run storybook:prep && cross-env NODE_ENV=production yarn run start",
"storybook:ci": "yarn run storybook --ci --quiet",
"storybook:prep": "yarn run build:visual-stories",
"storybook:static": "yarn run storybook:prep && cross-env STORYBOOK_ENV=docs storybook build -c .storybook -o storybook-static --docs",
"storybook:chromatic": "yarn run storybook:prep && cross-env STORYBOOK_ENV=chromatic storybook build -c .storybook -o storybook-chromatic",
"prepare": "husky install",
"sync-fiori-components": "npx nx run styles:sync-entry",
"sync-entries": "npx nx run-many --target sync-entry --all",
"pre-commit": "lint-staged && yarn run lint:pre-commit"
},
"repository": {
"type": "git",
"url": "https://github.com/SAP/fundamental-styles.git"
},
"author": "",
"license": "Apache-2.0",
"homepage": "https://sap.github.io/fundamental-styles/",
"devDependencies": {
"@actions/core": "1.10.1",
"@babel/core": "7.23.9",
"@chromatic-com/storybook": "^3.2.4",
"@commitlint/cli": "18.6.0",
"@commitlint/config-conventional": "18.6.0",
"@jsdevtools/npm-publish": "3.0.1",
"@nx/devkit": "20.4.4",
"@nx/eslint": "20.4.4",
"@nx/eslint-plugin": "20.4.4",
"@nx/js": "20.4.4",
"@nx/plugin": "20.4.4",
"@nx/react": "20.4.4",
"@nx/web": "20.4.4",
"@sap-theming/theming-base-content": "11.25.1",
"@storybook/addon-a11y": "^8.5.3",
"@storybook/addon-actions": "^8.5.3",
"@storybook/addon-controls": "^8.5.3",
"@storybook/addon-docs": "^8.5.3",
"@storybook/addon-links": "^8.5.3",
"@storybook/addon-mdx-gfm": "^8.5.3",
"@storybook/addon-toolbars": "^8.5.3",
"@storybook/addon-viewport": "^8.5.3",
"@storybook/csf-tools": "^8.5.3",
"@storybook/html": "^8.5.3",
"@storybook/html-vite": "^8.5.3",
"@storybook/icons": "^1.3.2",
"@storybook/manager-api": "^8.5.3",
"@storybook/preview-api": "^8.5.3",
"@storybook/theming": "^8.5.3",
"@swc/core": "1.5.7",
"@testing-library/react": "15.0.6",
"@types/fs-extra": "11.0.4",
"@types/node": "18.19.14",
"@types/react": "18.3.1",
"@types/react-dom": "18.3.0",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"autoprefixer": "10.4.20",
"bundlesize": "0.18.2",
"chromatic": "^11.20.2",
"clean-css": "5.3.3",
"clean-css-cli": "5.4.1",
"colors": "1.4.0",
"conventional-changelog": "5.1.0",
"conventional-changelog-angular": "7.0.0",
"conventional-changelog-cli": "4.1.0",
"conventional-recommended-bump": "9.0.0",
"core-js": "3.35.1",
"cross-env": "7.0.3",
"cssnano": "7.0.5",
"eslint": "8.57.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jsx-a11y": "6.10.1",
"eslint-plugin-react": "7.31.11",
"eslint-plugin-react-hooks": "5.0.0",
"eslint-plugin-storybook": "^0.11.2",
"fast-glob": "3.3.2",
"fs-extra": "11.2.0",
"git-semver-tags": "4.1.1",
"glob": "8.0.3",
"husky": "7.0.4",
"jsonc-eslint-parser": "2.1.0",
"lerna": "8.1.9",
"lint-staged": "12.4.2",
"lodash": "4.17.21",
"markdown-to-jsx": "7.1.2",
"normalize.css": "8.0.1",
"npm-run-all": "4.1.5",
"nx": "20.4.4",
"nx-stylelint": "17.1.4",
"postcss": "8.4.38",
"postcss-banner": "4.0.1",
"postcss-cli": "9.1.0",
"postcss-import": "14.1.0",
"postcss-normalize-charset": "4.0.1",
"postcss-scss": "4.0.9",
"prettier": "^3.2.5",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-is": "18.3.1",
"remark-gfm": "3.0.1",
"sass": "1.52.1",
"semver": "7.5.4",
"standard-version": "9.3.2",
"start-server-and-test": "1.14.0",
"storybook": "^8.5.3",
"stylelint": "16.8.2",
"stylelint-config-standard": "36.0.1",
"stylelint-config-standard-scss": "^13.1.0",
"stylelint-scss": "6.1.0",
"through2": "4.0.2",
"tocbot": "4.12.3",
"ts-node": "10.9.2",
"tslib": "2.3.0",
"typescript": "5.7.3",
"vite": "4.5.5",
"vite-tsconfig-paths": "4.2.0",
"vitest": "0.30.1",
"vitest-axe": "0.1.0"
},
"browserslist": [
"last 2 versions"
],
"lint-staged": {
"{packages,stories,.storybook}/**/*.(sa|sc|c)ss": "stylelint --fix",
"*.js": "eslint --fix"
},
"dependencies": {
"@storybook/blocks": "^8.5.3",
"@storybook/components": "^8.5.3",
"@storybook/core-events": "^8.5.3",
"@vitejs/plugin-react": "3.1.0",
"fast-deep-equal": "3.1.3",
"jsdom": "20.0.1"
}
"name": "fundamental-styles",
"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/",
"engines": {
"yarn": ">= 4.5.1",
"node": ">= 18"
},
"packageManager": "[email protected]",
"scripts": {
"transform-stories": "ts-node stories-transformer.ts",
"build": "npx nx run-many --target=build --all",
"build:prod": "yarn run build --configuration=production --skip-nx-cache",
"build:theming-preview": "npx nx run theming-preview:build",
"build:visual-stories": "nx run-many --target=build-visual --all",
"lint:style": "stylelint \"packages/*/src/**/*.(sa|sc|c)ss\"",
"lint:js": "eslint . --ext .js",
"lint": "yarn run sync-entries && yarn run lint:style && yarn run lint:js",
"lint:fix": "yarn run sync-entries fix && yarn run lint:style --fix && yarn run lint:js --fix",
"lint:pre-commit": "echo running pre-commit lint... && yarn run lint && echo done!\n",
"hotfix-release": "./scripts/hotfix-publish-release.sh",
"hotfix-release-latest": "./scripts/hotfix-publish-release.sh latest",
"size": "bundlesize --config config/bundlesize.json",
"start": "yarn run build:visual-stories && yarn run storybook:serve",
"start:prod": "yarn run storybook:serve:prod",
"test": "npx vitest --run",
"test:accessibility": "vitest accessibility --run",
"test:update": "npx nx run-many --target=update-storyshots --all",
"storybook": "yarn run storybook:serve",
"storybook:serve": "storybook dev -p 6006",
"storybook:serve:prod": "cross-env NODE_ENV=production yarn run storybook:prep && cross-env NODE_ENV=production yarn run start",
"storybook:ci": "yarn run storybook --ci --quiet",
"storybook:prep": "yarn run build:visual-stories",
"storybook:static": "yarn run storybook:prep && cross-env STORYBOOK_ENV=docs storybook build -c .storybook -o storybook-static --docs",
"storybook:chromatic": "yarn run storybook:prep && cross-env STORYBOOK_ENV=chromatic storybook build -c .storybook -o storybook-chromatic",
"prepare": "husky install",
"sync-fiori-components": "npx nx run styles:sync-entry",
"sync-entries": "npx nx run-many --target sync-entry --all",
"pre-commit": "lint-staged && yarn run lint:pre-commit"
},
"repository": {
"type": "git",
"url": "https://github.com/SAP/fundamental-styles.git"
},
"author": "",
"license": "Apache-2.0",
"homepage": "https://sap.github.io/fundamental-styles/",
"devDependencies": {
"@actions/core": "1.10.1",
"@babel/core": "7.23.9",
"@chromatic-com/storybook": "^3.2.4",
"@commitlint/cli": "18.6.0",
"@commitlint/config-conventional": "18.6.0",
"@jsdevtools/npm-publish": "3.0.1",
"@nx/devkit": "20.4.4",
"@nx/eslint": "20.4.4",
"@nx/eslint-plugin": "20.4.4",
"@nx/js": "20.4.4",
"@nx/plugin": "20.4.4",
"@nx/react": "20.4.4",
"@nx/web": "20.4.4",
"@sap-theming/theming-base-content": "11.25.1",
"@storybook/addon-a11y": "^8.5.6",
"@storybook/addon-actions": "^8.5.6",
"@storybook/addon-controls": "^8.5.6",
"@storybook/addon-docs": "^8.5.6",
"@storybook/addon-links": "^8.5.6",
"@storybook/addon-mdx-gfm": "^8.5.6",
"@storybook/addon-toolbars": "^8.5.6",
"@storybook/addon-viewport": "^8.5.6",
"@storybook/csf-tools": "^8.5.6",
"@storybook/html": "^8.5.6",
"@storybook/html-vite": "^8.5.6",
"@storybook/icons": "^1.3.2",
"@storybook/manager-api": "^8.5.6",
"@storybook/preview-api": "^8.5.6",
"@storybook/theming": "^8.5.6",
"@swc/core": "1.5.7",
"@testing-library/react": "15.0.6",
"@types/fs-extra": "11.0.4",
"@types/node": "18.19.14",
"@types/react": "18.3.1",
"@types/react-dom": "18.3.0",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"autoprefixer": "10.4.20",
"bundlesize": "0.18.2",
"chromatic": "^11.25.2",
"clean-css": "5.3.3",
"clean-css-cli": "5.4.1",
"colors": "1.4.0",
"conventional-changelog": "5.1.0",
"conventional-changelog-angular": "7.0.0",
"conventional-changelog-cli": "4.1.0",
"conventional-recommended-bump": "9.0.0",
"core-js": "3.35.1",
"cross-env": "7.0.3",
"cssnano": "7.0.5",
"eslint": "8.57.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jsx-a11y": "6.10.1",
"eslint-plugin-react": "7.31.11",
"eslint-plugin-react-hooks": "5.0.0",
"eslint-plugin-storybook": "^0.11.2",
"fast-glob": "3.3.2",
"fs-extra": "11.2.0",
"git-semver-tags": "4.1.1",
"glob": "8.0.3",
"husky": "7.0.4",
"jsonc-eslint-parser": "2.1.0",
"lerna": "8.1.9",
"lint-staged": "12.4.2",
"lodash": "4.17.21",
"markdown-to-jsx": "7.1.2",
"normalize.css": "8.0.1",
"npm-run-all": "4.1.5",
"nx": "20.4.4",
"nx-stylelint": "17.1.4",
"postcss": "8.4.38",
"postcss-banner": "4.0.1",
"postcss-cli": "9.1.0",
"postcss-import": "14.1.0",
"postcss-normalize-charset": "4.0.1",
"postcss-scss": "4.0.9",
"prettier": "^3.2.5",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-is": "18.3.1",
"remark-gfm": "3.0.1",
"sass": "1.52.1",
"semver": "7.5.4",
"standard-version": "9.3.2",
"start-server-and-test": "1.14.0",
"storybook": "^8.5.6",
"stylelint": "16.8.2",
"stylelint-config-standard": "36.0.1",
"stylelint-config-standard-scss": "^13.1.0",
"stylelint-scss": "6.1.0",
"through2": "4.0.2",
"tocbot": "4.12.3",
"ts-node": "10.9.2",
"tslib": "2.3.0",
"typescript": "5.7.3",
"vite": "4.5.5",
"vite-tsconfig-paths": "4.2.0",
"vitest": "0.30.1",
"vitest-axe": "0.1.0"
},
"browserslist": [
"last 2 versions"
],
"lint-staged": {
"{packages,stories,.storybook}/**/*.(sa|sc|c)ss": "stylelint --fix",
"*.js": "eslint --fix"
},
"dependencies": {
"@storybook/blocks": "^8.5.6",
"@storybook/components": "^8.5.6",
"@storybook/core-events": "^8.5.6",
"@vitejs/plugin-react": "3.1.0",
"fast-deep-equal": "3.1.3",
"jsdom": "20.0.1"
}
}
Loading