Skip to content

Commit 4478b8d

Browse files
committed
chore: remove unused pkg
1 parent 72849fb commit 4478b8d

4 files changed

Lines changed: 23 additions & 714 deletions

File tree

.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
.vscode
22
.eslintrc.js
33
.prettierrc.js
4+
node_modules/

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@
4444
"bump": "pnpm run build && pnpx bumpp && npm publish",
4545
"test": "vitest --globals"
4646
},
47-
"prettier": "@vercel/style-guide/prettier",
4847
"dependencies": {
4948
"@babel/core": "^7.22.20",
5049
"@babel/plugin-syntax-jsx": "^7.22.5",
@@ -63,23 +62,22 @@
6362
"@babel/preset-typescript": "^7.22.15",
6463
"@babel/traverse": "^7.22.20",
6564
"@mvlchain/eslint-config": "^1.0.3",
66-
"@mvlchain/prettier-config": "^1.0.0",
65+
"@mvlchain/prettier-config": "^1.0.1",
6766
"@types/babel-plugin-syntax-jsx": "^6.18.0",
6867
"@types/babel-types": "^7.0.12",
6968
"@types/babel__core": "^7.20.2",
7069
"@types/babel__helper-plugin-utils": "^7.10.1",
7170
"@types/babel__traverse": "^7.20.2",
7271
"@types/react": "^18.2.33",
7372
"@types/react-dom": "^18.2.14",
74-
"@vercel/style-guide": "^5.0.1",
7573
"babel-plugin-tester": "^11.0.4",
7674
"bumpp": "^9.2.0",
7775
"chalk": "^5.3.0",
7876
"eslint": "^8.54.0",
7977
"prettier": "^3.0.3",
8078
"ts-pattern": "^5.0.5",
8179
"tsup": "^7.2.0",
82-
"typescript": "link:@vercel/style-guide/typescript",
80+
"typescript": "^5.3.2",
8381
"vite": "^4.4.9",
8482
"vitest": "^0.34.4"
8583
}

0 commit comments

Comments
 (0)