|
48 | 48 | ], |
49 | 49 | "devDependencies": { |
50 | 50 | "@babel/cli": "^7.19.3", |
51 | | - "@babel/core": "^7.19.6", |
| 51 | + "@babel/core": "^7.20.2", |
52 | 52 | "@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6", |
53 | 53 | "@babel/plugin-proposal-optional-chaining": "^7.18.9", |
54 | 54 | "@babel/plugin-transform-runtime": "^7.19.6", |
55 | | - "@babel/preset-env": "^7.19.4", |
| 55 | + "@babel/preset-env": "^7.20.2", |
56 | 56 | "@babel/preset-react": "^7.18.6", |
57 | 57 | "@babel/preset-typescript": "^7.18.6", |
58 | 58 | "@rollup/plugin-babel": "^6.0.2", |
|
67 | 67 | "@testing-library/jest-dom": "^5.16.5", |
68 | 68 | "@testing-library/react": "^13.4.0", |
69 | 69 | "@testing-library/user-event": "^14.4.3", |
70 | | - "@types/jest": "^29.2.1", |
| 70 | + "@types/jest": "^29.2.2", |
71 | 71 | "@types/node": "^18.11.9", |
72 | | - "@types/react": "^18.0.24", |
| 72 | + "@types/react": "^18.0.25", |
73 | 73 | "@types/react-dom": "^18.0.8", |
74 | 74 | "@types/react-window": "^1.8.5", |
75 | 75 | "@types/styled-components": "^5.1.26", |
76 | 76 | "@typescript-eslint/eslint-plugin": "^5.42.0", |
77 | 77 | "@typescript-eslint/parser": "^5.42.0", |
78 | 78 | "babel-jest": "^29.2.2", |
79 | | - "babel-loader": "^9.0.1", |
| 79 | + "babel-loader": "^9.1.0", |
80 | 80 | "babel-plugin-styled-components": "^2.0.7", |
81 | 81 | "chromatic": "^6.11.4", |
82 | 82 | "cross-env": "^7.0.3", |
|
94 | 94 | "react": "^18.2.0", |
95 | 95 | "react-dom": "^18.2.0", |
96 | 96 | "react-syntax-highlighter": "^15.5.0", |
97 | | - "react-toastify": "^9.1.0", |
| 97 | + "react-toastify": "^9.1.1", |
98 | 98 | "react-window": "^1.8.8", |
99 | 99 | "rimraf": "^3.0.2", |
100 | 100 | "rollup": "^3.2.5", |
|
0 commit comments