|
1 | 1 | {
|
2 | 2 | "author": "Serhey Shmyg",
|
3 | 3 | "name": "frontend-ts",
|
4 |
| - "version": "3.5.0", |
| 4 | + "version": "3.6.0", |
5 | 5 | "homepage": "https://github.com/sshmyg",
|
6 | 6 | "license": "ISC",
|
7 | 7 | "repository": {
|
|
27 | 27 | "node": ">=18"
|
28 | 28 | },
|
29 | 29 | "devDependencies": {
|
30 |
| - "@babel/cli": "7.19.3", |
31 |
| - "@babel/core": "^7.19.3", |
32 |
| - "@babel/plugin-transform-async-to-generator": "^7.18.6", |
33 |
| - "@babel/plugin-transform-modules-commonjs": "7.18.6", |
34 |
| - "@babel/plugin-transform-react-constant-elements": "^7.18.12", |
| 30 | + "@babel/cli": "7.20.7", |
| 31 | + "@babel/core": "^7.20.12", |
| 32 | + "@babel/plugin-transform-async-to-generator": "^7.20.7", |
| 33 | + "@babel/plugin-transform-modules-commonjs": "7.20.11", |
| 34 | + "@babel/plugin-transform-react-constant-elements": "^7.20.2", |
35 | 35 | "@babel/plugin-transform-react-inline-elements": "^7.18.6",
|
36 |
| - "@babel/plugin-transform-runtime": "7.19.1", |
37 |
| - "@babel/preset-env": "^7.19.4", |
| 36 | + "@babel/plugin-transform-runtime": "7.19.6", |
| 37 | + "@babel/preset-env": "^7.20.2", |
38 | 38 | "@babel/preset-react": "^7.18.6",
|
39 | 39 | "@babel/preset-typescript": "7.18.6",
|
40 |
| - "@commitlint/cli": "17.1.2", |
41 |
| - "@commitlint/config-conventional": "17.1.0", |
42 |
| - "@pmmmwh/react-refresh-webpack-plugin": "0.5.8", |
| 40 | + "@commitlint/cli": "17.4.2", |
| 41 | + "@commitlint/config-conventional": "17.4.2", |
| 42 | + "@pmmmwh/react-refresh-webpack-plugin": "0.5.10", |
43 | 43 | "@testing-library/jest-dom": "5.16.5",
|
44 | 44 | "@testing-library/react": "13.4.0",
|
45 | 45 | "@testing-library/user-event": "14.4.3",
|
46 |
| - "@types/jest": "29.1.2", |
47 |
| - "@types/node": "18.11.0", |
48 |
| - "@types/react": "18.0.21", |
49 |
| - "@types/react-dom": "18.0.6", |
50 |
| - "@typescript-eslint/eslint-plugin": "5.40.0", |
51 |
| - "@typescript-eslint/parser": "5.40.0", |
52 |
| - "autoprefixer": "10.4.12", |
| 46 | + "@types/jest": "29.2.5", |
| 47 | + "@types/node": "18.11.18", |
| 48 | + "@types/react": "18.0.26", |
| 49 | + "@types/react-dom": "18.0.10", |
| 50 | + "@typescript-eslint/eslint-plugin": "5.48.2", |
| 51 | + "@typescript-eslint/parser": "5.48.2", |
| 52 | + "autoprefixer": "10.4.13", |
53 | 53 | "babel-eslint": "10.1.0",
|
54 |
| - "babel-jest": "29.2.0", |
55 |
| - "babel-loader": "^8.2.5", |
56 |
| - "babel-plugin-module-resolver": "4.1.0", |
| 54 | + "babel-jest": "29.3.1", |
| 55 | + "babel-loader": "^9.1.2", |
| 56 | + "babel-plugin-module-resolver": "5.0.0", |
57 | 57 | "babel-plugin-transform-react-class-to-function": "1.2.2",
|
58 | 58 | "copy-webpack-plugin": "11.0.0",
|
59 |
| - "css-loader": "6.7.1", |
| 59 | + "css-loader": "6.7.3", |
60 | 60 | "css-minimizer-webpack-plugin": "4.2.2",
|
61 | 61 | "dotenv-webpack": "8.0.1",
|
62 |
| - "eslint": "8.25.0", |
63 |
| - "eslint-config-prettier": "8.5.0", |
64 |
| - "eslint-import-resolver-babel-module": "^5.3.1", |
65 |
| - "eslint-import-resolver-typescript": "3.5.1", |
66 |
| - "eslint-plugin-i18next": "6.0.0-4", |
67 |
| - "eslint-plugin-import": "2.26.0", |
68 |
| - "eslint-plugin-jest": "^27.1.2", |
| 62 | + "eslint": "8.32.0", |
| 63 | + "eslint-config-prettier": "8.6.0", |
| 64 | + "eslint-import-resolver-babel-module": "^5.3.2", |
| 65 | + "eslint-import-resolver-typescript": "3.5.3", |
| 66 | + "eslint-plugin-i18next": "6.0.0-6", |
| 67 | + "eslint-plugin-import": "2.27.5", |
| 68 | + "eslint-plugin-jest": "^27.2.1", |
69 | 69 | "eslint-plugin-prettier": "4.2.1",
|
70 |
| - "eslint-plugin-promise": "^6.1.0", |
71 |
| - "eslint-plugin-react": "7.31.10", |
| 70 | + "eslint-plugin-promise": "^6.1.1", |
| 71 | + "eslint-plugin-react": "7.32.1", |
72 | 72 | "eslint-plugin-react-hooks": "4.6.0",
|
73 | 73 | "html-webpack-plugin": "5.5.0",
|
74 |
| - "husky": "^8.0.1", |
| 74 | + "husky": "^8.0.3", |
75 | 75 | "i18next-xhr-backend": "3.2.2",
|
76 |
| - "jest": "29.2.0", |
77 |
| - "jest-environment-jsdom": "29.2.0", |
78 |
| - "lint-staged": "13.0.3", |
| 76 | + "jest": "29.3.1", |
| 77 | + "jest-environment-jsdom": "29.3.1", |
| 78 | + "lint-staged": "13.1.0", |
79 | 79 | "local-web-server": "5.2.1",
|
80 |
| - "mini-css-extract-plugin": "2.6.1", |
| 80 | + "mini-css-extract-plugin": "2.7.2", |
81 | 81 | "node-notifier": "10.0.1",
|
82 |
| - "postcss": "8.4.18", |
83 |
| - "postcss-loader": "7.0.1", |
| 82 | + "postcss": "8.4.21", |
| 83 | + "postcss-loader": "7.0.2", |
84 | 84 | "postcss-nested": "6.0.0",
|
85 |
| - "postcss-preset-env": "7.8.2", |
86 |
| - "prettier": "2.7.1", |
| 85 | + "postcss-preset-env": "7.8.3", |
| 86 | + "prettier": "2.8.3", |
87 | 87 | "react-cosmos": "5.7.2",
|
88 | 88 | "react-dev-utils": "12.0.1",
|
89 | 89 | "react-refresh": "0.14.0",
|
90 | 90 | "servor": "4.0.2",
|
91 | 91 | "style-loader": "3.3.1",
|
92 |
| - "stylelint": "14.14.0", |
| 92 | + "stylelint": "14.16.1", |
93 | 93 | "stylelint-config-recommended": "9.0.0",
|
94 | 94 | "sugarss": "4.0.1",
|
95 | 95 | "terser-webpack-plugin": "5.3.6",
|
96 |
| - "typescript": "4.8.4", |
97 |
| - "webpack": "5.74.0", |
98 |
| - "webpack-bundle-analyzer": "4.6.1", |
99 |
| - "webpack-cli": "4.10.0", |
| 96 | + "typescript": "4.9.4", |
| 97 | + "webpack": "5.75.0", |
| 98 | + "webpack-bundle-analyzer": "4.7.0", |
| 99 | + "webpack-cli": "5.0.1", |
100 | 100 | "webpack-dev-server": "^4.11.1"
|
101 | 101 | },
|
102 | 102 | "dependencies": {
|
103 |
| - "i18next": "21.10.0", |
| 103 | + "i18next": "22.4.9", |
104 | 104 | "react": "^18.2.0",
|
105 | 105 | "react-dom": "^18.2.0",
|
106 |
| - "react-i18next": "11.18.6", |
107 |
| - "react-router-dom": "6.4.2" |
| 106 | + "react-i18next": "12.1.4", |
| 107 | + "react-router-dom": "6.6.2" |
108 | 108 | }
|
109 | 109 | }
|
0 commit comments