|
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.0", |
71 |
| - "@types/node": "^18.11.4", |
72 |
| - "@types/react": "^18.0.22", |
73 |
| - "@types/react-dom": "^18.0.7", |
| 70 | + "@types/jest": "^29.2.1", |
| 71 | + "@types/node": "^18.11.8", |
| 72 | + "@types/react": "^18.0.24", |
| 73 | + "@types/react-dom": "^18.0.8", |
74 | 74 | "@types/react-window": "^1.8.5",
|
75 | 75 | "@types/styled-components": "^5.1.26",
|
76 |
| - "@typescript-eslint/eslint-plugin": "^5.41.0", |
77 |
| - "@typescript-eslint/parser": "^5.41.0", |
| 76 | + "@typescript-eslint/eslint-plugin": "^5.42.0", |
| 77 | + "@typescript-eslint/parser": "^5.42.0", |
78 | 78 | "babel-jest": "^29.2.2",
|
79 |
| - "babel-loader": "^8.2.5", |
| 79 | + "babel-loader": "^9.0.1", |
80 | 80 | "babel-plugin-styled-components": "^2.0.7",
|
81 |
| - "chromatic": "^6.10.5", |
| 81 | + "chromatic": "^6.11.3", |
82 | 82 | "cross-env": "^7.0.3",
|
83 | 83 | "enzyme": "^3.11.0",
|
84 | 84 | "eslint": "^8.26.0",
|
|
95 | 95 | "react-dom": "^18.2.0",
|
96 | 96 | "react-syntax-highlighter": "^15.5.0",
|
97 | 97 | "react-toastify": "^9.0.8",
|
98 |
| - "react-window": "^1.8.7", |
| 98 | + "react-window": "^1.8.8", |
99 | 99 | "rimraf": "^3.0.2",
|
100 |
| - "rollup": "^3.2.3", |
| 100 | + "rollup": "^3.2.4", |
101 | 101 | "rollup-plugin-terser": "^7.0.2",
|
102 | 102 | "styled-components": "^5.3.6",
|
103 | 103 | "typescript": "^4.8.4",
|
|
125 | 125 | "chromatic": "chromatic --force-rebuild --auto-accept-changes"
|
126 | 126 | },
|
127 | 127 | "dependencies": {
|
128 |
| - "@babel/runtime": "^7.19.4" |
| 128 | + "@babel/runtime": "^7.20.0" |
129 | 129 | }
|
130 | 130 | }
|
0 commit comments