Skip to content

Commit 9e64340

Browse files
chore(deps): update all non-major dependencies (#366)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b666cfe commit 9e64340

File tree

5 files changed

+134
-134
lines changed

5 files changed

+134
-134
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,17 +41,17 @@
4141
"@types/convert-source-map": "^2.0.3",
4242
"@types/debug": "^4.1.12",
4343
"@types/fs-extra": "^11.0.4",
44-
"@types/node": "^20.11.24",
44+
"@types/node": "^20.11.26",
4545
"@types/resolve": "^1.20.6",
46-
"@typescript-eslint/eslint-plugin": "^7.1.0",
47-
"@typescript-eslint/parser": "^7.1.0",
46+
"@typescript-eslint/eslint-plugin": "^7.2.0",
47+
"@typescript-eslint/parser": "^7.2.0",
4848
"@vitejs/release-scripts": "^1.3.1",
4949
"conventional-changelog-cli": "^4.1.0",
5050
"eslint": "^8.57.0",
5151
"eslint-define-config": "^2.1.0",
5252
"eslint-plugin-import": "^2.29.1",
5353
"eslint-plugin-node": "^11.1.0",
54-
"eslint-plugin-regexp": "^2.2.0",
54+
"eslint-plugin-regexp": "^2.3.0",
5555
"execa": "^8.0.1",
5656
"fast-glob": "^3.3.2",
5757
"fs-extra": "^11.2.0",
@@ -65,7 +65,7 @@
6565
"rollup-plugin-license": "^3.2.0",
6666
"simple-git-hooks": "^2.10.0",
6767
"tsx": "^4.7.1",
68-
"typescript": "^5.3.3",
68+
"typescript": "^5.4.2",
6969
"unbuild": "2.0.0",
7070
"vite": "^5.1.4",
7171
"vitest": "^1.3.1",

playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"private": true,
44
"version": "1.0.0",
55
"devDependencies": {
6-
"@types/node": "^20.11.24",
6+
"@types/node": "^20.11.26",
77
"convert-source-map": "^2.0.0",
88
"css-color-names": "^1.0.1",
99
"kill-port": "^1.6.1",

playground/tailwind/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"vue-router": "^4.3.0"
1616
},
1717
"devDependencies": {
18-
"@types/node": "^20.11.24",
18+
"@types/node": "^20.11.26",
1919
"@vitejs/plugin-vue": "workspace:*",
2020
"ts-node": "^10.9.2"
2121
}

playground/vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
"less": "^4.2.0",
1919
"pug": "^3.0.2",
2020
"sass": "^1.71.1",
21-
"stylus": "^0.62.0"
21+
"stylus": "^0.63.0"
2222
}
2323
}

0 commit comments

Comments
 (0)