|
11 | 11 | "pnpm": ">=7.x" |
12 | 12 | }, |
13 | 13 | "devDependencies": { |
14 | | - "@babel/core": "7.21.8", |
15 | | - "@babel/eslint-parser": "7.21.8", |
16 | | - "@babel/plugin-transform-runtime": "7.21.4", |
17 | | - "@babel/preset-env": "7.21.5", |
18 | | - "@babel/preset-react": "7.18.6", |
19 | | - "@babel/preset-typescript": "7.21.5", |
| 14 | + "@babel/core": "7.22.5", |
| 15 | + "@babel/eslint-parser": "7.22.5", |
| 16 | + "@babel/plugin-transform-runtime": "7.22.5", |
| 17 | + "@babel/preset-env": "7.22.5", |
| 18 | + "@babel/preset-react": "7.22.5", |
| 19 | + "@babel/preset-typescript": "7.22.5", |
20 | 20 | "@changesets/changelog-github": "0.4.8", |
21 | 21 | "@changesets/cli": "2.26.1", |
22 | | - "@commitlint/cli": "17.6.3", |
23 | | - "@commitlint/config-conventional": "17.6.3", |
| 22 | + "@commitlint/cli": "17.6.5", |
| 23 | + "@commitlint/config-conventional": "17.6.5", |
24 | 24 | "@rollup/plugin-babel": "6.0.3", |
25 | | - "@rollup/plugin-node-resolve": "15.0.2", |
| 25 | + "@rollup/plugin-node-resolve": "15.1.0", |
26 | 26 | "@scaleway/eslint-config-react": "workspace:*", |
27 | 27 | "@scaleway/tsconfig": "workspace:*", |
28 | 28 | "@testing-library/jest-dom": "5.16.5", |
29 | 29 | "@testing-library/react": "13.4.0", |
30 | | - "@tsd/typescript": "5.0.4", |
31 | | - "@types/jest": "29.5.1", |
| 30 | + "@tsd/typescript": "5.1.3", |
| 31 | + "@types/jest": "29.5.2", |
32 | 32 | "@types/node": "18.16.12", |
33 | 33 | "@types/prop-types": "15.7.5", |
34 | 34 | "@types/react": "18.2.6", |
35 | | - "@types/react-dom": "18.2.4", |
| 35 | + "@types/react-dom": "18.2.5", |
36 | 36 | "builtin-modules": "3.3.0", |
37 | 37 | "cross-env": "7.0.3", |
38 | | - "eslint": "8.41.0", |
| 38 | + "eslint": "8.42.0", |
39 | 39 | "husky": "8.0.3", |
40 | 40 | "jest": "29.5.0", |
41 | 41 | "jest-environment-jsdom": "29.5.0", |
|
48 | 48 | "react": "18.2.0", |
49 | 49 | "react-dom": "18.2.0", |
50 | 50 | "read-pkg": "8.0.0", |
51 | | - "rollup": "3.22.1", |
| 51 | + "rollup": "3.25.1", |
52 | 52 | "rollup-plugin-dts": "5.3.0", |
53 | 53 | "rollup-plugin-preserve-shebangs": "0.2.0", |
54 | | - "rollup-plugin-visualizer": "5.9.0", |
| 54 | + "rollup-plugin-visualizer": "5.9.2", |
55 | 55 | "tsd-lite": "0.7.0", |
56 | | - "typescript": "5.0.4", |
| 56 | + "typescript": "5.1.3", |
57 | 57 | "wait-for-expect": "3.0.2" |
58 | 58 | }, |
59 | 59 | "scripts": { |
|
0 commit comments