Skip to content

Commit ca06ae4

Browse files
committed
upgrade packages
1 parent 7a0b75d commit ca06ae4

File tree

2 files changed

+4873
-3965
lines changed

2 files changed

+4873
-3965
lines changed

Diff for: package.json

+12-15
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,7 @@
2222
}
2323
}
2424
},
25-
"files": [
26-
"dist",
27-
"src"
28-
],
25+
"files": ["dist", "src"],
2926
"scripts": {
3027
"lint": "biome lint ./src",
3128
"check": "biome check ./src --apply --no-errors-on-unmatched --files-ignore-unknown=true",
@@ -48,24 +45,24 @@
4845
},
4946
"homepage": "https://github.com/your-username/untilted#readme",
5047
"devDependencies": {
51-
"@babel/core": "^7.24.0",
52-
"@babel/preset-env": "^7.24.0",
53-
"@babel/preset-typescript": "^7.23.3",
48+
"@babel/core": "^7.25.2",
49+
"@babel/preset-env": "^7.25.4",
50+
"@babel/preset-typescript": "^7.24.7",
5451
"@biomejs/biome": "1.9.2",
55-
"@changesets/cli": "^2.27.1",
56-
"@types/node": "^20.11.24",
57-
"@vitest/coverage-v8": "^1.3.1",
52+
"@changesets/cli": "^2.27.8",
53+
"@types/node": "^22.7.4",
54+
"@vitest/coverage-v8": "^2.1.1",
5855
"babel-plugin-dev-expression": "^0.2.3",
5956
"babel-plugin-transform-define": "^2.1.4",
60-
"lefthook": "^1.6.5",
57+
"lefthook": "^1.7.17",
6158
"microbundle": "^0.15.1",
6259
"shx": "^0.3.4",
63-
"typedoc": "^0.26.0",
64-
"typedoc-plugin-markdown": "^3.17.1",
65-
"typescript": "^5.3.3",
60+
"typedoc": "^0.26.7",
61+
"typedoc-plugin-markdown": "^4.2.8",
62+
"typescript": "^5.6.2",
6663
"vite-plugin-babel": "^1.2.0"
6764
},
6865
"dependencies": {
69-
"vitest": "^1.3.1"
66+
"vitest": "^2.1.1"
7067
}
7168
}

0 commit comments

Comments
 (0)