Skip to content

Commit 95aa2c3

Browse files
committed
chore: bump deps
1 parent 6377e33 commit 95aa2c3

File tree

2 files changed

+16
-11
lines changed

2 files changed

+16
-11
lines changed

Diff for: bun.lockb

3.14 KB
Binary file not shown.

Diff for: package.json

+16-11
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nivalis/linter",
3-
"version": "0.0.10",
3+
"version": "0.0.12",
44
"module": "src/index.ts",
55
"type": "module",
66
"publishConfig": {
@@ -34,7 +34,12 @@
3434
"dist"
3535
],
3636
"unbuild": {
37-
"rollup": { "esbuild": { "target": "node18", "minify": true } },
37+
"rollup": {
38+
"esbuild": {
39+
"target": "node18",
40+
"minify": true
41+
}
42+
},
3843
"declaration": true,
3944
"clean": true,
4045
"failOnWarn": false,
@@ -43,22 +48,22 @@
4348
"sourcemap": true
4449
},
4550
"devDependencies": {
46-
"@eslint/js": "^9.11.0",
51+
"@eslint/js": "^9.13.0",
4752
"@types/bun": "latest",
4853
"@types/yargs": "^17.0.33",
49-
"globals": "^15.9.0",
50-
"typescript-eslint": "^8.6.0",
54+
"globals": "^15.11.0",
55+
"typescript-eslint": "^8.10.0",
5156
"unbuild": "^2.0.0"
5257
},
5358
"peerDependencies": {
54-
"@biomejs/wasm-bundler": "1.8.3",
55-
"@biomejs/wasm-nodejs": "1.8.3",
56-
"@biomejs/wasm-web": "1.8.3",
57-
"typescript": "^5.0.0"
59+
"@biomejs/wasm-bundler": "1.9.4",
60+
"@biomejs/wasm-nodejs": "1.9.4",
61+
"@biomejs/wasm-web": "1.9.4",
62+
"typescript": "^5.5.4"
5863
},
5964
"dependencies": {
60-
"@biomejs/js-api": "^0.6.2",
61-
"eslint": "^9.11.0",
65+
"@biomejs/js-api": "0.7.1",
66+
"eslint": "^9.13.0",
6267
"globby": "^14.0.2",
6368
"yargs": "^17.7.2"
6469
}

0 commit comments

Comments
 (0)