|
1 | 1 | { |
2 | 2 | "name": "visyn_scripts", |
3 | 3 | "description": "", |
4 | | - "version": "10.1.1", |
| 4 | + "version": "11.0.0", |
5 | 5 | "author": { |
6 | 6 | "name": "datavisyn GmbH", |
7 | 7 | |
|
33 | 33 | "dist": "npm run lint && npm run test" |
34 | 34 | }, |
35 | 35 | "dependencies": { |
36 | | - "@rsdoctor/cli": "^0.3.10", |
37 | | - "@rsdoctor/rspack-plugin": "^0.3.10", |
38 | | - "@rspack/cli": "~0.7.5", |
39 | | - "@rspack/core": "~0.7.5", |
| 36 | + "@rsdoctor/cli": "^0.3.11", |
| 37 | + "@rsdoctor/rspack-plugin": "^0.3.11", |
| 38 | + "@rspack/cli": "~1.0.0", |
| 39 | + "@rspack/core": "~1.0.0", |
40 | 40 | "@rspack/plugin-minify": "~0.7.5", |
41 | | - "@rspack/plugin-react-refresh": "~0.7.5", |
42 | | - "@storybook/addon-actions": "^7.6.17", |
43 | | - "@storybook/addon-essentials": "^7.6.17", |
44 | | - "@storybook/addon-interactions": "^7.6.17", |
45 | | - "@storybook/addon-links": "^7.6.17", |
| 41 | + "@rspack/plugin-react-refresh": "~1.0.0", |
| 42 | + "@storybook/addon-actions": "^7.6.20", |
| 43 | + "@storybook/addon-essentials": "^7.6.20", |
| 44 | + "@storybook/addon-interactions": "^7.6.20", |
| 45 | + "@storybook/addon-links": "^7.6.20", |
46 | 46 | "@storybook/addon-styling": "^1.3.7", |
47 | | - "@storybook/addon-styling-webpack": "^0.0.6", |
48 | | - "@storybook/cli": "^7.6.17", |
49 | | - "@storybook/react": "^7.6.17", |
50 | | - "@storybook/react-webpack5": "^7.6.17", |
| 47 | + "@storybook/addon-styling-webpack": "^1.0.0", |
| 48 | + "@storybook/cli": "^7.6.20", |
| 49 | + "@storybook/react": "^7.6.20", |
| 50 | + "@storybook/react-webpack5": "^7.6.20", |
51 | 51 | "@storybook/testing-library": "0.2.2", |
52 | | - "@swc/core": "~1.7.2", |
| 52 | + "@swc/core": "~1.7.21", |
53 | 53 | "@swc/helpers": "~0.5.12", |
54 | 54 | "@swc/jest": "~0.2.36", |
55 | 55 | "@types/jest": "~27.4.1", |
56 | 56 | "@types/node": "^20.14.12", |
57 | | - "@typescript-eslint/eslint-plugin": "~7.17.0", |
58 | | - "@typescript-eslint/parser": "~7.17.0", |
| 57 | + "@typescript-eslint/eslint-plugin": "~8.3.0", |
| 58 | + "@typescript-eslint/parser": "~8.3.0", |
59 | 59 | "dotenv": "^16.4.5", |
60 | 60 | "dotenv-expand": "^11.0.6", |
61 | 61 | "eslint": "^8.57.0", |
|
64 | 64 | "eslint-config-airbnb-typescript": "^18.0.0", |
65 | 65 | "eslint-config-prettier": "^9.1.0", |
66 | 66 | "eslint-config-react-app": "^7.0.1", |
67 | | - "eslint-plugin-chai-friendly": "^1.0.0", |
68 | | - "eslint-plugin-cypress": "^3.4.0", |
| 67 | + "eslint-plugin-chai-friendly": "^1.0.1", |
| 68 | + "eslint-plugin-cypress": "^3.5.0", |
69 | 69 | "eslint-plugin-import": "^2.29.1", |
70 | 70 | "eslint-plugin-jest": "^27.9.0", |
71 | 71 | "eslint-plugin-jsx-a11y": "^6.9.0", |
| 72 | + "eslint-plugin-lodash": "^8.0.0", |
72 | 73 | "eslint-plugin-prettier": "^5.2.1", |
73 | 74 | "eslint-plugin-react": "^7.35.0", |
74 | | - "eslint-plugin-react-compiler": "0.0.0-experimental-9ed098e-20240725", |
| 75 | + "eslint-plugin-react-compiler": "0.0.0-experimental-0924e7a-20240827", |
75 | 76 | "eslint-plugin-react-hooks": "^4.6.2", |
76 | 77 | "fork-ts-checker-webpack-plugin": "^9.0.2", |
77 | 78 | "fs-extra": "^11.2.0", |
|
82 | 83 | "jest": "^27.5.1", |
83 | 84 | "jest-raw-loader": "~1.0.1", |
84 | 85 | "jest-resolve": "^27.4.2", |
85 | | - "postcss": "^8.4.35", |
| 86 | + "postcss": "^8.4.41", |
86 | 87 | "postcss-flexbugs-fixes": "^5.0.2", |
87 | 88 | "postcss-loader": "^8.1.1", |
88 | 89 | "postcss-normalize": "^10.0.1", |
89 | | - "postcss-preset-env": "^9.6.0", |
| 90 | + "postcss-preset-env": "^10.0.2", |
90 | 91 | "prettier": "^3.3.3", |
91 | 92 | "react-dev-utils": "^12.0.1", |
92 | 93 | "react-refresh": "^0.14.2", |
93 | 94 | "resolve-url-loader": "^5.0.0", |
94 | 95 | "rimraf": "~6.0.1", |
95 | 96 | "rspack-plugin-dotenv": "^0.0.3", |
96 | 97 | "sass-embedded": "~1.77.8", |
97 | | - "sass-loader": "^16.0.0", |
| 98 | + "sass-loader": "^16.0.1", |
98 | 99 | "shx": "~0.3.4", |
99 | | - "storybook": "^7.6.17", |
| 100 | + "storybook": "^7.6.20", |
100 | 101 | "storybook-addon-swc": "^1.2.0", |
101 | | - "tailwindcss": "^3.4.7", |
| 102 | + "tailwindcss": "^3.4.10", |
102 | 103 | "ts-node": "^10.9.2", |
103 | | - "tslib": "~2.6.3", |
| 104 | + "tslib": "~2.7.0", |
104 | 105 | "typescript": "~5.5.4", |
105 | 106 | "util": "^0.12.5", |
106 | 107 | "yargs": "^17.7.2" |
107 | 108 | }, |
108 | 109 | "devDependencies": { |
109 | | - "@types/yargs": "^17.0.32", |
| 110 | + "@types/yargs": "^17.0.33", |
110 | 111 | "http-server": "^14.1.1", |
111 | | - "jest-dev-server": "^6.1.1" |
| 112 | + "jest-dev-server": "^6.2.0" |
112 | 113 | }, |
113 | 114 | "peerDependencies": { |
114 | | - "@types/react": "^18.3.3", |
| 115 | + "@types/react": "^18.3.4", |
115 | 116 | "@types/react-dom": "^18.3.0", |
116 | 117 | "react": "^18.3.1", |
117 | 118 | "react-dom": "^18.3.1" |
|
0 commit comments