|
16 | 16 | "yarn": ">=1.10.x" |
17 | 17 | }, |
18 | 18 | "devDependencies": { |
19 | | - "@babel/cli": "^7.8.4", |
20 | | - "@babel/core": "^7.9.0", |
21 | | - "@babel/plugin-proposal-class-properties": "^7.8.3", |
22 | | - "@babel/plugin-transform-flow-strip-types": "^7.9.0", |
23 | | - "@babel/plugin-transform-object-assign": "^7.8.3", |
24 | | - "@babel/plugin-transform-runtime": "^7.9.0", |
25 | | - "@babel/polyfill": "^7.8.7", |
26 | | - "@babel/preset-env": "^7.9.5", |
27 | | - "@babel/preset-react": "^7.9.4", |
28 | | - "@babel/preset-typescript": "^7.9.0", |
29 | | - "@box/frontend": "^6.4.0", |
| 19 | + "@babel/cli": "^7.25.9", |
| 20 | + "@babel/core": "^7.25.9", |
| 21 | + "@babel/eslint-parser": "^7.24.7", |
| 22 | + "@babel/plugin-proposal-class-properties": "^7.18.6", |
| 23 | + "@babel/plugin-proposal-object-rest-spread": "^7.20.7", |
| 24 | + "@babel/plugin-transform-flow-strip-types": "^7.25.9", |
| 25 | + "@babel/plugin-transform-object-assign": "^7.25.9", |
| 26 | + "@babel/plugin-transform-runtime": "^7.25.9", |
| 27 | + "@babel/preset-env": "^7.25.9", |
| 28 | + "@babel/preset-react": "^7.25.9", |
| 29 | + "@babel/preset-typescript": "^7.25.9", |
| 30 | + "@box/frontend": "^10.0.0", |
30 | 31 | "@box/languages": "^1.1.0", |
| 32 | + "@cfaester/enzyme-adapter-react-18": "^0.8.0", |
31 | 33 | "@commitlint/cli": "^8.3.5", |
32 | 34 | "@commitlint/config-conventional": "^8.2.0", |
33 | 35 | "@formatjs/intl-pluralrules": "^1.5.5", |
|
39 | 41 | "@types/enzyme": "^3.10.5", |
40 | 42 | "@types/jest": "^24.9.0", |
41 | 43 | "@types/lodash": "^4.14.150", |
42 | | - "@types/react": "^17.0.2", |
43 | | - "@types/react-dom": "^17.0.1", |
44 | | - "@types/react-redux": "^7.1.16", |
| 44 | + "@types/react": "18.3.12", |
| 45 | + "@types/react-dom": "18.3.1", |
| 46 | + "@types/react-redux": "^7.1.33", |
45 | 47 | "@types/uuid": "^8.3.0", |
46 | | - "@typescript-eslint/eslint-plugin": "^2.29.0", |
47 | | - "@typescript-eslint/parser": "^2.29.0", |
48 | | - "@wojtekmaj/enzyme-adapter-react-17": "^0.4.1", |
| 48 | + "@typescript-eslint/eslint-plugin": "^7.3.1", |
| 49 | + "@typescript-eslint/parser": "^7.3.1", |
49 | 50 | "autoprefixer": "^9.7.6", |
50 | 51 | "axios": "^0.24.0", |
51 | 52 | "babel-eslint": "^10.1.0", |
|
59 | 60 | "circular-dependency-plugin": "^5.2.0", |
60 | 61 | "classnames": "^2.2.5", |
61 | 62 | "conventional-github-releaser": "^3.1.3", |
62 | | - "core-js": "^3.6.5", |
| 63 | + "core-js": "^3.38.1", |
63 | 64 | "css-loader": "^3.5.2", |
64 | 65 | "cypress": "^4.4.1", |
65 | 66 | "draft-js": "0.10.5", |
66 | 67 | "enzyme": "^3.11.0", |
67 | 68 | "enzyme-to-json": "^3.4.4", |
68 | | - "eslint": "^6.7.2", |
69 | | - "eslint-config-airbnb": "^18.1.0", |
70 | | - "eslint-config-prettier": "^6.11.0", |
| 69 | + "eslint": "^8.57.0", |
| 70 | + "eslint-config-airbnb": "^19.0.4", |
| 71 | + "eslint-config-prettier": "^9.1.0", |
71 | 72 | "eslint-plugin-babel": "^5.3.0", |
72 | 73 | "eslint-plugin-cypress": "^2.10.3", |
73 | | - "eslint-plugin-flowtype": "^4.7.0", |
74 | | - "eslint-plugin-formatjs": "^1.5.4", |
75 | | - "eslint-plugin-import": "^2.20.2", |
| 74 | + "eslint-plugin-flowtype": "^8.0.3", |
| 75 | + "eslint-plugin-formatjs": "^4.13.3", |
| 76 | + "eslint-plugin-import": "^2.26.0", |
76 | 77 | "eslint-plugin-jest": "^23.8.2", |
77 | 78 | "eslint-plugin-jsx-a11y": "^6.2.3", |
78 | | - "eslint-plugin-lodash": "^6.0.0", |
79 | | - "eslint-plugin-prettier": "^3.1.3", |
80 | | - "eslint-plugin-react": "^7.19.0", |
81 | | - "eslint-plugin-react-hooks": "^1.7.0", |
| 79 | + "eslint-plugin-lodash": "^7.4.0", |
| 80 | + "eslint-plugin-prettier": "^5.2.1", |
| 81 | + "eslint-plugin-react": "^7.34.3", |
| 82 | + "eslint-plugin-react-hooks": "^4.6.0", |
82 | 83 | "formik": "^2.1.4", |
83 | 84 | "husky": "^3.1.0", |
84 | 85 | "jest": "^24.9.0", |
|
92 | 93 | "postcss-loader": "^3.0.0", |
93 | 94 | "prettier": "^1.19.1", |
94 | 95 | "raw-loader": "^4.0.1", |
95 | | - "react": "^17.0.1", |
96 | | - "react-dom": "^17.0.1", |
| 96 | + "react": "18.3.1", |
| 97 | + "react-dom": "18.3.1", |
97 | 98 | "react-intl": "6.4.2", |
98 | | - "react-redux": "^7.2.2", |
| 99 | + "react-redux": "^9.1.2", |
99 | 100 | "react-tether": "1.0.5", |
100 | 101 | "react-textarea-autosize": "^7.1.2", |
101 | 102 | "redux": "^4.0.5", |
| 103 | + "regenerator-runtime": "^0.13.9", |
102 | 104 | "sass": "^1.64.1", |
103 | 105 | "sass-loader": "^8.0.2", |
104 | 106 | "scroll-into-view-if-needed": "^2.2.24", |
|
109 | 111 | "stylelint-order": "^3.1.1", |
110 | 112 | "tabbable": "^1.1.3", |
111 | 113 | "terser-webpack-plugin": "^4.2.3", |
112 | | - "typescript": "^3.8.3", |
| 114 | + "typescript": "4.9.5", |
113 | 115 | "uuid": "^8.3.1", |
114 | 116 | "wait-on": "^4.0.2", |
115 | 117 | "webpack": "^4.47.0", |
|
153 | 155 | } |
154 | 156 | }, |
155 | 157 | "resolutions": { |
156 | | - "**/react-intl/**/@types/react": "^17.0.2" |
| 158 | + "**/react-intl/**/@types/react": "^18.3.12", |
| 159 | + "**/@types/react": "^18.3.12", |
| 160 | + "**/@types/react-dom": "^18.2.0" |
157 | 161 | } |
158 | 162 | } |
0 commit comments