|
111 | 111 | "@types/react-virtualized-auto-sizer": "^1.0.0", |
112 | 112 | "@types/react-window": "^1.8.2", |
113 | 113 | "@types/resize-observer-browser": "^0.1.7", |
114 | | - "@typescript-eslint/eslint-plugin": "^4.8.1", |
115 | | - "@typescript-eslint/parser": "^4.8.1", |
| 114 | + "@typescript-eslint/eslint-plugin": "^6.1.0", |
| 115 | + "@typescript-eslint/parser": "^6.1.0", |
116 | 116 | "@wojtekmaj/enzyme-adapter-react-17": "^0.8.0", |
117 | 117 | "all-contributors-cli": "^6.14.0", |
118 | 118 | "enzyme": "^3.7.0", |
119 | | - "eslint": "^7.14.0", |
120 | | - "eslint-config-prettier": "^6.15.0", |
121 | | - "eslint-plugin-prettier": "^3.1.4", |
122 | | - "eslint-plugin-react": "^7.19.0", |
| 119 | + "eslint": "^8.45.0", |
| 120 | + "eslint-config-prettier": "^8.8.0", |
| 121 | + "eslint-plugin-prettier": "^5.0.0", |
| 122 | + "eslint-plugin-react": "^7.33.0", |
123 | 123 | "genversion": "^2.2.1", |
124 | | - "husky": "^1.3.1", |
| 124 | + "husky": "^8.0.3", |
125 | 125 | "identity-obj-proxy": "^3.0.0", |
126 | 126 | "jest": "^26.0.0", |
127 | 127 | "jest-fetch-mock": "^3.0.0", |
128 | | - "lint-staged": "^11.0.0", |
| 128 | + "lint-staged": "^13.2.3", |
129 | 129 | "mkdirp": "^1.0.3", |
130 | 130 | "npm-run-all": "^4.1.5", |
131 | | - "prettier": "^2.1.1", |
132 | | - "rimraf": "^3.0.2", |
133 | | - "stylelint": "^14.3.0", |
134 | | - "stylelint-config-prettier": "^9.0.4", |
135 | | - "stylelint-config-recommended": "^6.0.0", |
136 | | - "stylelint-config-standard": "~24.0.0", |
137 | | - "stylelint-prettier": "^2.0.0", |
| 131 | + "prettier": "^3.0.0", |
| 132 | + "rimraf": "^5.0.1", |
| 133 | + "stylelint": "^15.10.1", |
| 134 | + "stylelint-config-recommended": "^13.0.0", |
| 135 | + "stylelint-config-standard": "~34.0.0", |
138 | 136 | "ts-jest": "^26.0.0", |
139 | | - "typescript": "~4.1.3" |
| 137 | + "typescript": "~4.3.5" |
140 | 138 | }, |
141 | 139 | "peerDependencies": { |
142 | 140 | "codemirror": "^5.0.0" |
143 | 141 | }, |
144 | 142 | "directories": { |
145 | 143 | "lib": "lib" |
146 | 144 | }, |
147 | | - "husky": { |
148 | | - "hooks": { |
149 | | - "pre-commit": "lint-staged" |
150 | | - } |
151 | | - }, |
152 | 145 | "lint-staged": { |
153 | 146 | "*.{ts,tsx}": [ |
154 | 147 | "eslint . --ext .ts,.tsx --fix" |
|
0 commit comments