|
33 | 33 | "copyrights": "babel-node --presets @babel/env ./scripts/addHeaders.js", |
34 | 34 | "build:icons": "babel-node --presets @babel/env ./scripts/buildIcons.js", |
35 | 35 | "clean:icons": "babel-node --presets @babel/env ./scripts/cleanIcons.js", |
36 | | - "postinstall": "yarn build:icons && patch-package", |
| 36 | + "postinstall": "patch-package && yarn build:icons", |
37 | 37 | "plop": "plop --plopfile scripts/plopfile.js", |
38 | 38 | "chromatic": "NODE_ENV=production CHROMATIC=1 chromatic --project-token $CHROMATIC_PROJECT_TOKEN --build-script-name 'build:chromatic'", |
39 | 39 | "chromatic:forced-colors": "NODE_ENV=production CHROMATIC=1 chromatic --project-token $CHROMATIC_FC_PROJECT_TOKEN --build-script-name 'build:chromatic-fc'", |
|
98 | 98 | "@testing-library/jest-dom": "^5.16.5", |
99 | 99 | "@testing-library/react": "^14.0.0", |
100 | 100 | "@testing-library/user-event": "^14.4.3", |
101 | | - "@types/react": "^18.2.7", |
| 101 | + "@types/react": "^18.2.28", |
102 | 102 | "@types/storybook__react": "^5.2.1", |
103 | | - "@typescript-eslint/eslint-plugin": "^5.40.0", |
104 | | - "@typescript-eslint/parser": "^5.40.0", |
| 103 | + "@typescript-eslint/eslint-plugin": "^6.7.5", |
| 104 | + "@typescript-eslint/parser": "^6.7.5", |
105 | 105 | "autoprefixer": "^9.6.0", |
106 | 106 | "axe-core": "^4.6.3", |
107 | 107 | "axe-playwright": "^1.1.11", |
|
169 | 169 | "tailwindcss": "^3.2.2", |
170 | 170 | "tailwindcss-animate": "^1.0.7", |
171 | 171 | "tempy": "^0.5.0", |
172 | | - "typescript": "5.0.4", |
| 172 | + "typescript": "5.2.2", |
173 | 173 | "typescript-strict-plugin": "^2.0.0", |
174 | 174 | "verdaccio": "^5.13.0", |
175 | 175 | "walk-object": "^4.0.0", |
|
178 | 178 | }, |
179 | 179 | "resolutions": { |
180 | 180 | "@babel/core": "7.12.10", |
| 181 | + "@types/react": "18.2.28", |
181 | 182 | "postcss": "8.4.24", |
182 | 183 | "postcss-custom-properties": "13.2.0", |
183 | 184 | "postcss-import": "15.1.0", |
|
0 commit comments