Skip to content

Commit

Permalink
Release 11.1.0 (#88)
Browse files Browse the repository at this point in the history
## What's changed

* deps: remove storybook
([#87](#87))
  • Loading branch information
puehringer authored Sep 4, 2024
2 parents b567475 + 8459f5e commit 9800d5d
Show file tree
Hide file tree
Showing 4 changed files with 561 additions and 891 deletions.
4 changes: 2 additions & 2 deletions config/eslintrc.template.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ module.exports = ({ tsconfigRootDir }) => ({
'plugin:react/recommended',
'plugin:@typescript-eslint/recommended',
'plugin:prettier/recommended',
'plugin:lodash/recommended',
// 'plugin:lodash/recommended',
],
plugins: ['react', '@typescript-eslint', 'react-compiler', 'lodash'],
plugins: ['react', '@typescript-eslint', 'react-compiler'],
ignorePatterns: ['*.js'],
env: {
browser: true,
Expand Down
47 changes: 17 additions & 30 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "visyn_scripts",
"description": "",
"version": "11.0.0",
"version": "11.1.0",
"author": {
"name": "datavisyn GmbH",
"email": "[email protected]",
Expand Down Expand Up @@ -33,46 +33,34 @@
"dist": "npm run lint && npm run test"
},
"dependencies": {
"@rsdoctor/cli": "^0.3.11",
"@rsdoctor/rspack-plugin": "^0.3.11",
"@rspack/cli": "~1.0.0",
"@rspack/core": "~1.0.0",
"@rsdoctor/cli": "^0.4.1",
"@rsdoctor/rspack-plugin": "^0.4.1",
"@rspack/cli": "~1.0.2",
"@rspack/core": "~1.0.2",
"@rspack/plugin-minify": "~0.7.5",
"@rspack/plugin-react-refresh": "~1.0.0",
"@storybook/addon-actions": "^7.6.20",
"@storybook/addon-essentials": "^7.6.20",
"@storybook/addon-interactions": "^7.6.20",
"@storybook/addon-links": "^7.6.20",
"@storybook/addon-styling": "^1.3.7",
"@storybook/addon-styling-webpack": "^1.0.0",
"@storybook/cli": "^7.6.20",
"@storybook/react": "^7.6.20",
"@storybook/react-webpack5": "^7.6.20",
"@storybook/testing-library": "0.2.2",
"@swc/core": "~1.7.21",
"@swc/helpers": "~0.5.12",
"@swc/core": "~1.7.23",
"@swc/helpers": "~0.5.13",
"@swc/jest": "~0.2.36",
"@types/jest": "~27.4.1",
"@types/node": "^20.14.12",
"@typescript-eslint/eslint-plugin": "~8.3.0",
"@typescript-eslint/parser": "~8.3.0",
"@types/node": "^20.16.4",
"@typescript-eslint/eslint-plugin": "~7.18.0",
"@typescript-eslint/parser": "~7.18.0",
"dotenv": "^16.4.5",
"dotenv-expand": "^11.0.6",
"eslint": "^8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-chai-friendly": "^1.0.1",
"eslint-plugin-cypress": "^3.5.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-jest": "^27.9.0",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-lodash": "^8.0.0",
"eslint-plugin-jsx-a11y": "^6.10.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-compiler": "0.0.0-experimental-0924e7a-20240827",
"eslint-plugin-react": "^7.35.2",
"eslint-plugin-react-compiler": "0.0.0-experimental-b8a7b48-20240830",
"eslint-plugin-react-hooks": "^4.6.2",
"fork-ts-checker-webpack-plugin": "^9.0.2",
"fs-extra": "^11.2.0",
Expand All @@ -94,16 +82,15 @@
"resolve-url-loader": "^5.0.0",
"rimraf": "~6.0.1",
"rspack-plugin-dotenv": "^0.0.3",
"sass-embedded": "~1.77.8",
"sass-embedded": "~1.78.0",
"sass-loader": "^16.0.1",
"shx": "~0.3.4",
"storybook": "^7.6.20",
"storybook-addon-swc": "^1.2.0",
"tailwindcss": "^3.4.10",
"ts-node": "^10.9.2",
"tslib": "~2.7.0",
"typescript": "~5.5.4",
"util": "^0.12.5",
"webpack": "^5.94.0",
"yargs": "^17.7.2"
},
"devDependencies": {
Expand All @@ -112,7 +99,7 @@
"jest-dev-server": "^6.2.0"
},
"peerDependencies": {
"@types/react": "^18.3.4",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"react": "^18.3.1",
"react-dom": "^18.3.1"
Expand Down
14 changes: 13 additions & 1 deletion tests_fixtures/standalone_template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,20 @@
"visyn_scripts": "portal:../../"
},
"devDependencies": {
"@storybook/addon-actions": "^7.6.20",
"@storybook/addon-essentials": "^7.6.20",
"@storybook/addon-interactions": "^7.6.20",
"@storybook/addon-links": "^7.6.20",
"@storybook/addon-styling": "^1.3.7",
"@storybook/addon-styling-webpack": "^1.0.0",
"@storybook/cli": "^7.6.20",
"@storybook/react": "^7.6.20",
"@storybook/react-webpack5": "^7.6.20",
"@storybook/testing-library": "0.2.2",
"@types/react": "18.2.42",
"@types/react-dom": "^18.0.0"
"@types/react-dom": "^18.0.0",
"storybook": "^7.6.20",
"storybook-addon-swc": "^1.2.0"
},
"resolutions": {
"visyn_scripts": "portal:../../"
Expand Down
Loading

0 comments on commit 9800d5d

Please sign in to comment.