|
32 | 32 | "lint": "prettier -w ./packages/*/**/*.ts"
|
33 | 33 | },
|
34 | 34 | "devDependencies": {
|
35 |
| - "@babel/core": "^7.26.9", |
| 35 | + "@babel/core": "^7.26.10", |
36 | 36 | "@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
37 | 37 | "@babel/plugin-transform-destructuring": "^7.25.9",
|
38 | 38 | "@babel/plugin-transform-logical-assignment-operators": "^7.25.9",
|
|
41 | 41 | "@babel/plugin-transform-parameters": "^7.25.9",
|
42 | 42 | "@babel/plugin-transform-spread": "^7.25.9",
|
43 | 43 | "@babel/plugin-transform-template-literals": "^7.26.8",
|
44 |
| - "@changesets/cli": "^2.28.0", |
| 44 | + "@changesets/cli": "^2.28.1", |
45 | 45 | "@rollup/plugin-babel": "^6.0.4",
|
46 |
| - "@types/node": "^20.17.19", |
| 46 | + "@types/node": "^20.17.24", |
47 | 47 | "@vitejs/plugin-react": "^4.3.4",
|
48 | 48 | "babel-plugin-syntax-trailing-function-commas": "^6.22.0",
|
49 | 49 | "concurrently": "^8.2.2",
|
50 | 50 | "cross-env": "^7.0.3",
|
51 | 51 | "jsdom": "^24.1.3",
|
52 |
| - "lint-staged": "^15.4.3", |
| 52 | + "lint-staged": "^15.5.0", |
53 | 53 | "nx": "^19.8.14",
|
54 |
| - "prettier": "^3.5.1", |
| 54 | + "prettier": "^3.5.3", |
55 | 55 | "rimraf": "^5.0.10",
|
56 | 56 | "terser": "^5.39.0",
|
57 | 57 | "tslib": "^2.8.1",
|
58 |
| - "typescript": "^5.7.3", |
| 58 | + "typescript": "^5.8.2", |
59 | 59 | "vite": "^5.4.14",
|
60 | 60 | "vite-plugin-banner": "^0.7.1",
|
61 | 61 | "vite-plugin-merge-exports": "^0.0.0",
|
|
0 commit comments