|
1 | 1 | { |
2 | 2 | "name": "create-react-app-ts", |
3 | | - "version": "1.9.0", |
| 3 | + "version": "1.10.0", |
4 | 4 | "description": "Scalable starter boilerplate for React applications", |
5 | 5 | "main": "./src/index.tsx", |
6 | 6 | "bin": { |
|
12 | 12 | "build": "yarn tsc:enums && webpack --mode production", |
13 | 13 | "tsc": "tsc --noEmit --skipLibCheck", |
14 | 14 | "tsc:enums": "rm -rf ./dist && tsc --project tsconfig-enums.json --skipLibCheck", |
15 | | - "lint": "npm run lint:ts && npm run lint:scss", |
| 15 | + "lint": "yarn lint:ts && yarn lint:scss", |
16 | 16 | "lint:ts": "eslint 'src/**/*.{ts,tsx}'", |
17 | 17 | "lint:scss": "stylelint './src/**/*.scss' --config .stylelintrc", |
18 | 18 | "test": "jest", |
19 | 19 | "test:coverage": "jest --coverage", |
20 | | - "locale:scan": "i18next-scanner --config ./src/i18n/scanner-config.ts './src/**/*.{ts,tsx}'", |
21 | | - "locale:pot": "node ./src/i18n/gettext-converter.ts jsonToPot", |
22 | | - "locale:po": "node ./src/i18n/gettext-converter.ts poToJson", |
| 20 | + "locale:scan": "i18next-scanner --config ./src/i18n/scanner-config.js './src/**/*.{ts,tsx}'", |
| 21 | + "locale:pot": "node ./src/i18n/gettext-converter.mjs jsonToPot", |
| 22 | + "locale:po": "node ./src/i18n/gettext-converter.mjs poToJson", |
23 | 23 | "locale": "yarn locale:scan && yarn locale:pot && yarn locale:po", |
24 | 24 | "run-dist": "yarn build && npx ecstatic ./dist --root=./dist --host=localhost --port=8080 --baseDir=/", |
25 | 25 | "postbuild": "workbox generateSW" |
|
69 | 69 | "react": "18.2.0", |
70 | 70 | "react-dom": "18.2.0", |
71 | 71 | "react-hook-form": "7.34.2", |
72 | | - "react-i18next": "11.18.4", |
| 72 | + "react-i18next": "11.18.5", |
73 | 73 | "react-inlinesvg": "3.0.1", |
74 | 74 | "react-redux": "8.0.2", |
75 | 75 | "react-router": "5.3.3", |
|
86 | 86 | "@types/enzyme": "3.10.12", |
87 | 87 | "@types/jest": "28.1.8", |
88 | 88 | "@types/loadable__component": "5.13.4", |
89 | | - "@types/node": "18.7.1", |
| 89 | + "@types/node": "18.7.13", |
90 | 90 | "@types/react": "18.0.17", |
91 | | - "@types/react-dom": "17.0.17", |
| 91 | + "@types/react-dom": "18.0.6", |
92 | 92 | "@types/react-loadable": "5.5.6", |
93 | 93 | "@types/react-redux": "7.1.24", |
94 | 94 | "@types/react-router": "5.1.18", |
|
112 | 112 | "html-webpack-plugin": "5.5.0", |
113 | 113 | "i18next-conv": "13.1.0", |
114 | 114 | "i18next-scanner": "4.0.0", |
115 | | - "jest": "28.1.3", |
| 115 | + "jest": "29.0.0", |
116 | 116 | "mini-css-extract-plugin": "2.6.1", |
117 | 117 | "postcss": "8.4.16", |
118 | 118 | "postcss-easy-import": "4.0.0", |
|
196 | 196 | "<rootDir>/dist/", |
197 | 197 | "<rootDir>/test-config/" |
198 | 198 | ] |
199 | | - }, |
200 | | - "resolutions": { |
201 | | - "@types/react": "18.0.17", |
202 | | - "@types/react-dom": "17.0.17" |
203 | 199 | } |
204 | 200 | } |
0 commit comments