Skip to content

Commit 084ef70

Browse files
chore(deps): update npm non-major dependencies
1 parent 0a6e594 commit 084ef70

7 files changed

Lines changed: 2047 additions & 4547 deletions

File tree

internals/tsconfig/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"private": true,
55
"author": "zhong666 <hi@zhong666.me>",
66
"dependencies": {
7-
"@tsconfig/node18": "^18.2.2"
7+
"@tsconfig/node18": "^18.2.4"
88
}
99
}

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,18 +25,18 @@
2525
"release": "turbo run --no-daemon release --concurrency=1"
2626
},
2727
"devDependencies": {
28-
"@aa900031/eslint-config": "^1.3.0",
29-
"@release-it/conventional-changelog": "^8.0.1",
28+
"@aa900031/eslint-config": "^1.9.1",
29+
"@release-it/conventional-changelog": "^8.0.2",
3030
"@types/mockjs": "^1.0.10",
31-
"conventional-changelog-unjs": "^0.1.1",
32-
"eslint": "^8.57.0",
31+
"conventional-changelog-unjs": "^0.1.2",
32+
"eslint": "^8.57.1",
3333
"happy-dom": "^11.2.0",
3434
"mockjs": "^1.1.0",
3535
"release-it": "^16.3.0",
36-
"rimraf": "^5.0.5",
36+
"rimraf": "^5.0.10",
3737
"sirv-cli": "^2.0.2",
38-
"turbo": "^1.12.4",
39-
"typescript": "^5.3.3",
38+
"turbo": "^1.13.4",
39+
"typescript": "^5.6.2",
4040
"unbuild": "^2.0.0",
4141
"vitest": "^0.34.6"
4242
},

packages/scroller/vue/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,12 @@
5050
"@bouzu/scroller-dom": "workspace:^",
5151
"@bouzu/shared": "workspace:^",
5252
"@bouzu/vue-helper": "workspace:^",
53-
"@vueuse/core": "^10.8.0",
53+
"@vueuse/core": "^10.11.1",
5454
"vue-demi": "latest"
5555
},
5656
"devDependencies": {
5757
"@bouzu/release-it-config": "workspace:*",
5858
"@bouzu/tsconfig": "workspace:*",
59-
"vue": "^3.4.20"
59+
"vue": "^3.5.6"
6060
}
6161
}

packages/utils/vue-helper/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,6 @@
5353
"devDependencies": {
5454
"@bouzu/release-it-config": "workspace:*",
5555
"@bouzu/tsconfig": "workspace:*",
56-
"vue": "^3.4.20"
56+
"vue": "^3.5.6"
5757
}
5858
}

packages/virtualizer/vue/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,14 @@
5050
"@bouzu/virtualizer": "workspace:^",
5151
"@bouzu/virtualizer-dom": "workspace:^",
5252
"@bouzu/vue-helper": "workspace:^",
53-
"@vueuse/core": "^10.8.0",
53+
"@vueuse/core": "^10.11.1",
5454
"dequal": "^2.0.3",
5555
"klona": "^2.0.6",
5656
"vue-demi": "latest"
5757
},
5858
"devDependencies": {
5959
"@bouzu/release-it-config": "workspace:*",
6060
"@bouzu/tsconfig": "workspace:*",
61-
"vue": "^3.4.20"
61+
"vue": "^3.5.6"
6262
}
6363
}

0 commit comments

Comments
 (0)