|
24 | 24 | "ts:check": "tsc --noEmit" |
25 | 25 | }, |
26 | 26 | "devDependencies": { |
27 | | - "@babel/core": "7.28.4", |
| 27 | + "@babel/core": "7.28.5", |
28 | 28 | "@babel/plugin-proposal-decorators": "7.28.0", |
29 | 29 | "@babel/plugin-transform-class-properties": "7.27.1", |
30 | | - "@babel/preset-env": "7.28.3", |
| 30 | + "@babel/preset-env": "7.28.5", |
31 | 31 | "@babel/preset-typescript": "7.27.1", |
32 | 32 | "@changesets/changelog-github": "0.5.1", |
33 | 33 | "@changesets/cli": "2.29.7", |
|
48 | 48 | "eslint-config-standard": "17.1.0", |
49 | 49 | "eslint-plugin-import": "2.32.0", |
50 | 50 | "eslint-plugin-n": "17.23.1", |
51 | | - "eslint-plugin-package-json": "^0.58.0", |
| 51 | + "eslint-plugin-package-json": "^0.59.0", |
52 | 52 | "eslint-plugin-promise": "7.2.1", |
53 | 53 | "eslint-plugin-unicorn": "60.0.0", |
54 | 54 | "globby": "15.0.0", |
|
63 | 63 | "ts-node": "10.9.2", |
64 | 64 | "typescript": "5.9.3", |
65 | 65 | "wait-on": "9.0.1", |
66 | | - "wrangler": "4.44.0" |
| 66 | + "wrangler": "4.45.0" |
67 | 67 | }, |
68 | 68 | "lint-staged": { |
69 | 69 | "packages/**/src/**/*.{ts,tsx}": [ |
|
77 | 77 | "overrides": { |
78 | 78 | "esbuild": "^0.25.0", |
79 | 79 | "graphql": "16.8.1", |
80 | | - "estree-util-value-to-estree": "3.4.1", |
| 80 | + "estree-util-value-to-estree": "3.5.0", |
81 | 81 | "estree-util-build-jsx": "3.0.1", |
82 | 82 | "braces": "3.0.3", |
83 | 83 | "cross-spawn": "7.0.6", |
84 | 84 | "micromatch": "4.0.8", |
85 | 85 | "dompurify": "3.3.0", |
86 | 86 | "webpack": "5.102.1", |
87 | | - "axios": "1.12.2", |
| 87 | + "axios": "1.13.0", |
88 | 88 | "undici": "5.29.0", |
89 | 89 | "cookie": "1.0.2", |
90 | 90 | "@eslint/plugin-kit": "0.4.0", |
|
0 commit comments