|
44 | 44 | "bump": "pnpm run build && pnpx bumpp && npm publish", |
45 | 45 | "test": "vitest --globals" |
46 | 46 | }, |
47 | | - "prettier": "@vercel/style-guide/prettier", |
48 | 47 | "dependencies": { |
49 | 48 | "@babel/core": "^7.22.20", |
50 | 49 | "@babel/plugin-syntax-jsx": "^7.22.5", |
|
63 | 62 | "@babel/preset-typescript": "^7.22.15", |
64 | 63 | "@babel/traverse": "^7.22.20", |
65 | 64 | "@mvlchain/eslint-config": "^1.0.3", |
66 | | - "@mvlchain/prettier-config": "^1.0.0", |
| 65 | + "@mvlchain/prettier-config": "^1.0.1", |
67 | 66 | "@types/babel-plugin-syntax-jsx": "^6.18.0", |
68 | 67 | "@types/babel-types": "^7.0.12", |
69 | 68 | "@types/babel__core": "^7.20.2", |
70 | 69 | "@types/babel__helper-plugin-utils": "^7.10.1", |
71 | 70 | "@types/babel__traverse": "^7.20.2", |
72 | 71 | "@types/react": "^18.2.33", |
73 | 72 | "@types/react-dom": "^18.2.14", |
74 | | - "@vercel/style-guide": "^5.0.1", |
75 | 73 | "babel-plugin-tester": "^11.0.4", |
76 | 74 | "bumpp": "^9.2.0", |
77 | 75 | "chalk": "^5.3.0", |
78 | 76 | "eslint": "^8.54.0", |
79 | 77 | "prettier": "^3.0.3", |
80 | 78 | "ts-pattern": "^5.0.5", |
81 | 79 | "tsup": "^7.2.0", |
82 | | - "typescript": "link:@vercel/style-guide/typescript", |
| 80 | + "typescript": "^5.3.2", |
83 | 81 | "vite": "^4.4.9", |
84 | 82 | "vitest": "^0.34.4" |
85 | 83 | } |
|
0 commit comments