|
61 | 61 | }, |
62 | 62 | "devDependencies": { |
63 | 63 | "@babel/core": "^7.19.1", |
64 | | - "@babel/plugin-transform-react-jsx-self": "^7.16.7", |
65 | | - "@babel/plugin-transform-react-jsx-source": "^7.16.7", |
66 | 64 | "@rollup/plugin-commonjs": "^22.0.2", |
67 | 65 | "@rollup/plugin-node-resolve": "^14.1.0", |
68 | 66 | "@storybook/addon-actions": "^6.5.12", |
69 | 67 | "@storybook/addon-essentials": "^6.5.12", |
70 | 68 | "@storybook/addon-interactions": "^6.5.12", |
71 | 69 | "@storybook/addon-links": "^6.5.12", |
72 | | - "@storybook/builder-webpack5": "^6.5.12", |
| 70 | + "@storybook/builder-webpack4": "^6.5.12", |
73 | 71 | "@storybook/manager-webpack5": "^6.5.12", |
74 | 72 | "@storybook/react": "^6.5.12", |
75 | 73 | "@storybook/testing-library": "^0.0.13", |
76 | | - "@testing-library/jest-dom": "^5.16.3", |
77 | | - "@testing-library/react": "^13.0.0", |
78 | | - "@testing-library/user-event": "^14.0.4", |
| 74 | + "@testing-library/jest-dom": "^5.16.5", |
| 75 | + "@testing-library/react": "^13.4.0", |
| 76 | + "@testing-library/user-event": "^14.4.3", |
79 | 77 | "@types/jest": "^29.0.3", |
80 | | - "@types/node": "^17.0.23", |
81 | | - "@types/react": "^17.0.43", |
82 | | - "@types/react-dom": "^17.0.14", |
83 | | - "@types/styled-components": "^5.1.24", |
| 78 | + "@types/node": "^18.7.18", |
| 79 | + "@types/react": "^18.0.20", |
| 80 | + "@types/react-dom": "^18.0.6", |
84 | 81 | "@typescript-eslint/eslint-plugin": "^5.18.0", |
85 | 82 | "@typescript-eslint/parser": "^5.18.0", |
86 | 83 | "babel-eslint": "^10.0.3", |
87 | 84 | "babel-loader": "^8.2.5", |
88 | 85 | "cross-env": "^7.0.3", |
89 | | - "dotenv-cli": "^5.1.0", |
| 86 | + "dotenv-cli": "^6.0.0", |
90 | 87 | "eslint": "^8.12.0", |
91 | 88 | "eslint-config-prettier": "^8.5.0", |
92 | 89 | "eslint-config-standard": "^16.0.3", |
|
97 | 94 | "eslint-plugin-promise": "^6.0.0", |
98 | 95 | "eslint-plugin-react": "^7.29.4", |
99 | 96 | "eslint-plugin-standard": "^4.1.0", |
100 | | - "gh-pages": "^3.2.3", |
101 | 97 | "npm-run-all": "^4.1.5", |
102 | 98 | "postcss": "^8.4.16", |
103 | | - "prettier": "^2.6.2", |
104 | | - "react": "^17.0.0", |
105 | | - "react-dom": "^17.0.0", |
106 | | - "react-scripts": "^5.0.0", |
| 99 | + "prettier": "^2.7.1", |
| 100 | + "react": "^18.2.0", |
| 101 | + "react-dom": "^18.2.0", |
107 | 102 | "release-it": "^14.14.0", |
108 | 103 | "rollup": "^2.79.0", |
109 | 104 | "rollup-plugin-postcss": "^4.0.2", |
|
0 commit comments