|
15 | 15 | "node": ">=12" |
16 | 16 | }, |
17 | 17 | "dependencies": { |
18 | | - "@babel/core": "^7", |
19 | | - "@babel/eslint-parser": "^7.18.2", |
| 18 | + "@babel/core": "^7.22.17", |
| 19 | + "@babel/eslint-parser": "^7.22.15", |
20 | 20 | "@frontrockets/redux-abstract-action": "^0.0.1", |
21 | | - "@sentry/browser": "^5.11.1", |
22 | | - "@storybook/addon-actions": "^6", |
23 | | - "@storybook/addon-knobs": "^6", |
24 | | - "@storybook/addon-storysource": "^6", |
25 | | - "@storybook/preset-create-react-app": "^3", |
26 | | - "@storybook/react": "^6", |
27 | | - "@typescript-eslint/eslint-plugin": "^4.25.0", |
28 | | - "@typescript-eslint/parser": "^4.25.0", |
29 | | - "babel-jest": "^26", |
30 | | - "babel-plugin-jsx-remove-data-test-id": "^2.1.3", |
31 | | - "babel-plugin-module-resolver": "^4.0.0", |
32 | | - "babel-plugin-react-require": "^3.1.3", |
33 | | - "babel-plugin-styled-components": "^1.10.7", |
| 21 | + "@sentry/browser": "^7.69.0", |
| 22 | + "@storybook/addon-actions": "^7.4.1", |
| 23 | + "@storybook/addon-knobs": "^7.0.2", |
| 24 | + "@storybook/addon-storysource": "^7.4.1", |
| 25 | + "@storybook/preset-create-react-app": "^7.4.1", |
| 26 | + "@storybook/react": "^7.4.1", |
| 27 | + "@typescript-eslint/eslint-plugin": "^6.7.0", |
| 28 | + "@typescript-eslint/parser": "^6.7.0", |
| 29 | + "babel-jest": "^29.7.0", |
| 30 | + "babel-plugin-jsx-remove-data-test-id": "^3.0.0", |
| 31 | + "babel-plugin-module-resolver": "^5.0.0", |
| 32 | + "babel-plugin-react-require": "^4.0.1", |
| 33 | + "babel-plugin-styled-components": "^2.1.4", |
34 | 34 | "babel-plugin-styled-components-require": "^1.1.0", |
35 | 35 | "babel-plugin-transform-react-pug": "^7.0.1", |
36 | | - "dotenv": "^8.2.0", |
| 36 | + "dotenv": "^16.3.1", |
37 | 37 | "enzyme": "^3.11", |
38 | | - "enzyme-adapter-react-16": "^1.15", |
39 | | - "eslint": "^7", |
40 | | - "eslint-config-airbnb": "^18", |
41 | | - "eslint-config-datarockets": "https://gitpkg.now.sh/datarockets/style-guide/packages/eslint-config?master", |
42 | | - "eslint-config-prettier": "^6", |
43 | | - "eslint-import-resolver-babel-module": "^5.1", |
44 | | - "eslint-plugin-import": "^2", |
45 | | - "eslint-plugin-import-helpers": "^1", |
46 | | - "eslint-plugin-jsx-a11y": "^6", |
47 | | - "eslint-plugin-react": "^7", |
| 38 | + "enzyme-adapter-react-16": "^1.15.7", |
| 39 | + "eslint": "^8.49.0", |
| 40 | + "eslint-config-airbnb": "^19.0.4", |
| 41 | + "eslint-config-datarockets": "https://gitpkg.now.sh/datarockets/style-guide/packages/eslint-config?upgrade-dependencies", |
| 42 | + "eslint-config-prettier": "^9.0.0", |
| 43 | + "eslint-import-resolver-babel-module": "^5.3.2", |
| 44 | + "eslint-plugin-import": "^2.28.1", |
| 45 | + "eslint-plugin-import-helpers": "^1.3.1", |
| 46 | + "eslint-plugin-jsx-a11y": "^6.7.1", |
| 47 | + "eslint-plugin-react": "^7.33.2", |
48 | 48 | "eslint-plugin-react-pug": "^0.8", |
49 | | - "find-up": "^5", |
| 49 | + "find-up": "^6.3.0", |
50 | 50 | "identity-obj-proxy": "^3", |
51 | | - "jest": "^26", |
| 51 | + "jest": "^29.7.0", |
52 | 52 | "jest-enzyme": "^7", |
53 | 53 | "lodash": "^4", |
54 | | - "minimatch": "^3.0.4", |
55 | | - "module-alias": "^2.2.2", |
56 | | - "react-redux": "^7.1", |
| 54 | + "minimatch": "^9.0.3", |
| 55 | + "module-alias": "^2.2.3", |
| 56 | + "react-redux": "^7.2.8", |
57 | 57 | "react-scripts": "^5.0.1", |
58 | | - "redux": "^4.0", |
59 | | - "redux-saga": "^1.1", |
60 | | - "stylelint": "^13", |
61 | | - "stylelint-config-datarockets": "https://gitpkg.now.sh/datarockets/style-guide/packages/stylelint-config?master", |
62 | | - "stylelint-config-prettier": "^8", |
63 | | - "stylelint-config-standard": "^20", |
| 58 | + "redux": "^4.2.1", |
| 59 | + "redux-saga": "^1.2.3", |
| 60 | + "stylelint": "^15.10.3", |
| 61 | + "stylelint-config-datarockets": "https://gitpkg.now.sh/datarockets/style-guide/packages/stylelint-config?upgrade-dependencies", |
| 62 | + "stylelint-config-standard": "^34.0.0", |
64 | 63 | "stylelint-config-styled-components": "^0.1", |
65 | 64 | "stylelint-processor-styled-components": "^1" |
66 | 65 | }, |
67 | 66 | "devDependencies": { |
68 | | - "@babel/preset-env": "^7", |
69 | | - "prettier": "^2.7" |
| 67 | + "@babel/preset-env": "^7.22.15", |
| 68 | + "prettier": "^2.8.7" |
70 | 69 | }, |
71 | 70 | "peerDependencies": { |
72 | 71 | "react": "^16.8 || ^17 || ^18" |
|
0 commit comments