|
32 | 32 | "scripts": { |
33 | 33 | "build": "rollup -c && yarn copy-definitionfile", |
34 | 34 | "build-storybook": "build-storybook", |
35 | | - "lint": "eslint \"**/*.{ts,tsx}\" --cache --max-warnings 0", |
| 35 | + "lint": "eslint --cache", |
36 | 36 | "prepack": "yarn build", |
37 | 37 | "prepare-pr": "yarn prettier . --write && yarn lint && yarn build && yarn test\"", |
38 | 38 | "prettier-check": "prettier --check .", |
|
59 | 59 | "@fortawesome/fontawesome-svg-core": "^6.1.1", |
60 | 60 | "@fortawesome/free-solid-svg-icons": "^6.1.1", |
61 | 61 | "@fortawesome/react-fontawesome": "^0.1.18", |
| 62 | + "@neolution-ch/eslint-config-neolution": "^2.3.0", |
62 | 63 | "@release-it/keep-a-changelog": "^3.1.0", |
63 | 64 | "@rollup/plugin-commonjs": "^24.1.0", |
64 | 65 | "@rollup/plugin-node-resolve": "^15.0.2", |
|
84 | 85 | "bootstrap": "^4.0.0", |
85 | 86 | "concurrently": "^8.0.1", |
86 | 87 | "cross-env": "^7.0.3", |
87 | | - "eslint": "^8.39.0", |
88 | | - "eslint-config-prettier": "^8.8.0", |
89 | | - "eslint-import-resolver-typescript": "^3.5.5", |
90 | | - "eslint-plugin-import": "^2.27.5", |
91 | | - "eslint-plugin-react": "^7.33.2", |
92 | | - "eslint-plugin-react-hooks": "^4.6.0", |
93 | | - "eslint-plugin-storybook": "^0.6.12", |
| 88 | + "eslint": "^9.37.0", |
| 89 | + "eslint-plugin-storybook": "^0.10.0", |
94 | 90 | "gh-pages": "^5.0.0", |
95 | 91 | "jest": "^27.5.1", |
96 | 92 | "nodemon": "^2.0.22", |
97 | | - "prettier": "^2.8.8", |
| 93 | + "prettier": "^3.6.2", |
98 | 94 | "react": "^17.0.2", |
99 | 95 | "react-dom": "^17.0.2", |
100 | 96 | "reactstrap": "^8.10.1", |
|
118 | 114 | "reactstrap": "^8.0.0 || ^9.0.0" |
119 | 115 | }, |
120 | 116 | "engines": { |
121 | | - "node": ">=14" |
| 117 | + "node": ">=20" |
122 | 118 | }, |
123 | 119 | "publishConfig": { |
124 | 120 | "access": "public", |
|
0 commit comments