|
1 | 1 | { |
2 | 2 | "name": "visyn_scripts", |
3 | 3 | "description": "", |
4 | | - "version": "9.0.0", |
| 4 | + "version": "10.0.0", |
5 | 5 | "author": { |
6 | 6 | "name": "datavisyn GmbH", |
7 | 7 | |
|
29 | 29 | "lint:fix": "eslint --fix bin/**/*.js config/**/*.js tests/**/*.js", |
30 | 30 | "test": "jest -w 1", |
31 | 31 | "test:watch": "jest -w 1 --watch", |
| 32 | + "build": "echo 'No build script defined'", |
32 | 33 | "dist": "npm run lint && npm run test" |
33 | 34 | }, |
34 | 35 | "dependencies": { |
35 | | - "@rsdoctor/cli": "^0.1.3", |
36 | | - "@rsdoctor/rspack-plugin": "^0.1.3", |
37 | | - "@rspack/cli": "~0.5.4", |
38 | | - "@rspack/core": "~0.5.4", |
39 | | - "@rspack/plugin-minify": "~0.5.4", |
40 | | - "@rspack/plugin-react-refresh": "~0.5.4", |
| 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", |
| 40 | + "@rspack/plugin-minify": "~0.7.5", |
| 41 | + "@rspack/plugin-react-refresh": "~0.7.5", |
41 | 42 | "@storybook/addon-actions": "^7.6.17", |
42 | 43 | "@storybook/addon-essentials": "^7.6.17", |
43 | 44 | "@storybook/addon-interactions": "^7.6.17", |
|
48 | 49 | "@storybook/react": "^7.6.17", |
49 | 50 | "@storybook/react-webpack5": "^7.6.17", |
50 | 51 | "@storybook/testing-library": "0.2.2", |
51 | | - "@swc/core": "~1.4.2", |
52 | | - "@swc/helpers": "~0.5.6", |
| 52 | + "@swc/core": "~1.7.2", |
| 53 | + "@swc/helpers": "~0.5.12", |
53 | 54 | "@swc/jest": "~0.2.36", |
54 | 55 | "@types/jest": "~27.4.1", |
55 | | - "@types/node": "^20.11.20", |
56 | | - "@typescript-eslint/eslint-plugin": "~7.1.0", |
57 | | - "@typescript-eslint/parser": "~7.1.0", |
| 56 | + "@types/node": "^20.14.12", |
| 57 | + "@typescript-eslint/eslint-plugin": "~7.17.0", |
| 58 | + "@typescript-eslint/parser": "~7.17.0", |
58 | 59 | "dotenv": "^16.4.5", |
59 | 60 | "dotenv-expand": "^11.0.6", |
60 | 61 | "eslint": "^8.57.0", |
61 | 62 | "eslint-config-airbnb": "^19.0.4", |
62 | 63 | "eslint-config-airbnb-base": "^15.0.0", |
63 | | - "eslint-config-airbnb-typescript": "^17.1.0", |
| 64 | + "eslint-config-airbnb-typescript": "^18.0.0", |
64 | 65 | "eslint-config-prettier": "^9.1.0", |
65 | 66 | "eslint-config-react-app": "^7.0.1", |
66 | | - "eslint-plugin-chai-friendly": "^0.7.4", |
67 | | - "eslint-plugin-cypress": "^2.15.1", |
| 67 | + "eslint-plugin-chai-friendly": "^1.0.0", |
| 68 | + "eslint-plugin-cypress": "^3.4.0", |
68 | 69 | "eslint-plugin-import": "^2.29.1", |
69 | 70 | "eslint-plugin-jest": "^27.9.0", |
70 | | - "eslint-plugin-jsx-a11y": "^6.8.0", |
71 | | - "eslint-plugin-prettier": "^5.1.3", |
72 | | - "eslint-plugin-react": "^7.33.2", |
73 | | - "eslint-plugin-react-hooks": "^4.6.0", |
| 71 | + "eslint-plugin-jsx-a11y": "^6.9.0", |
| 72 | + "eslint-plugin-prettier": "^5.2.1", |
| 73 | + "eslint-plugin-react": "^7.35.0", |
| 74 | + "eslint-plugin-react-compiler": "0.0.0-experimental-9ed098e-20240725", |
| 75 | + "eslint-plugin-react-hooks": "^4.6.2", |
74 | 76 | "fork-ts-checker-webpack-plugin": "^9.0.2", |
75 | 77 | "fs-extra": "^11.2.0", |
76 | | - "glob": "^10.3.10", |
77 | | - "html-loader": "~5.0.0", |
| 78 | + "glob": "^11.0.0", |
| 79 | + "html-loader": "~5.1.0", |
78 | 80 | "html-webpack-plugin": "^5.6.0", |
79 | 81 | "identity-obj-proxy": "^3.0.0", |
80 | 82 | "jest": "^27.5.1", |
81 | 83 | "jest-raw-loader": "~1.0.1", |
82 | 84 | "jest-resolve": "^27.4.2", |
83 | 85 | "postcss": "^8.4.35", |
84 | 86 | "postcss-flexbugs-fixes": "^5.0.2", |
85 | | - "postcss-loader": "^8.1.0", |
| 87 | + "postcss-loader": "^8.1.1", |
86 | 88 | "postcss-normalize": "^10.0.1", |
87 | | - "postcss-preset-env": "^9.4.0", |
88 | | - "prettier": "^3.2.5", |
| 89 | + "postcss-preset-env": "^9.6.0", |
| 90 | + "prettier": "^3.3.3", |
89 | 91 | "react-dev-utils": "^12.0.1", |
90 | | - "react-refresh": "^0.14.0", |
| 92 | + "react-refresh": "^0.14.2", |
91 | 93 | "resolve-url-loader": "^5.0.0", |
92 | | - "rimraf": "~5.0.5", |
| 94 | + "rimraf": "~6.0.1", |
93 | 95 | "rspack-plugin-dotenv": "^0.0.3", |
94 | | - "sass-embedded": "~1.71.1", |
95 | | - "sass-loader": "^14.1.1", |
| 96 | + "sass-embedded": "~1.77.8", |
| 97 | + "sass-loader": "^16.0.0", |
96 | 98 | "shx": "~0.3.4", |
97 | 99 | "storybook": "^7.6.17", |
98 | 100 | "storybook-addon-swc": "^1.2.0", |
99 | | - "tailwindcss": "^3.4.1", |
| 101 | + "tailwindcss": "^3.4.7", |
100 | 102 | "ts-node": "^10.9.2", |
101 | | - "tslib": "~2.6.2", |
102 | | - "typescript": "~5.3.3", |
| 103 | + "tslib": "~2.6.3", |
| 104 | + "typescript": "~5.5.4", |
103 | 105 | "util": "^0.12.5", |
104 | 106 | "yargs": "^17.7.2" |
105 | 107 | }, |
|
109 | 111 | "jest-dev-server": "^6.1.1" |
110 | 112 | }, |
111 | 113 | "peerDependencies": { |
112 | | - "@types/react": "^18.0.0", |
113 | | - "@types/react-dom": "^18.0.0", |
114 | | - "react": "^18.0.0", |
115 | | - "react-dom": "^18.0.0" |
| 114 | + "@types/react": "^18.3.3", |
| 115 | + "@types/react-dom": "^18.3.0", |
| 116 | + "react": "^18.3.1", |
| 117 | + "react-dom": "^18.3.1" |
116 | 118 | }, |
117 | 119 | "jest": { |
118 | 120 | "testPathIgnorePatterns": [ |
|
0 commit comments