Skip to content

Commit 31937e8

Browse files
fix(deps): update all non-major dependencies (#14)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 33d3da6 commit 31937e8

File tree

3 files changed

+132
-136
lines changed

3 files changed

+132
-136
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "unplugin-jsx-string",
33
"version": "0.5.5",
4-
"packageManager": "[email protected].3",
4+
"packageManager": "[email protected].5",
55
"description": "Converts JSX to HTML strings at compile time.",
66
"keywords": [
77
"unplugin",
@@ -77,8 +77,8 @@
7777
"prepublishOnly": "pnpm run build"
7878
},
7979
"dependencies": {
80-
"@babel/parser": "^7.19.3",
81-
"@babel/types": "^7.19.3",
80+
"@babel/parser": "^7.19.4",
81+
"@babel/types": "^7.19.4",
8282
"@rollup/pluginutils": "^4.2.1",
8383
"entities": "^4.4.0",
8484
"estree-walker": "^3.0.1",
@@ -101,8 +101,8 @@
101101
"tsup": "^6.2.3",
102102
"tsx": "^3.10.1",
103103
"typescript": "^4.8.4",
104-
"vite": "^3.1.6",
105-
"vitest": "^0.24.0"
104+
"vite": "^3.1.8",
105+
"vitest": "^0.24.3"
106106
},
107107
"engines": {
108108
"node": ">=14.19.0"

playground/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "unplugin-jsx-string-playground",
33
"version": "0.0.0",
4-
"packageManager": "[email protected].3",
4+
"packageManager": "[email protected].5",
55
"license": "MIT",
66
"author": "三咲智子 <[email protected]>",
77
"scripts": {
@@ -12,17 +12,17 @@
1212
},
1313
"dependencies": {
1414
"@unocss/reset": "^0.45.29",
15-
"@vueuse/core": "^9.3.0",
15+
"@vueuse/core": "^9.3.1",
1616
"unplugin-jsx-string": "workspace:^0.5.3-0",
17-
"vue": "^3.2.40"
17+
"vue": "^3.2.41"
1818
},
1919
"devDependencies": {
20-
"@iconify-json/carbon": "^1.1.8",
20+
"@iconify-json/carbon": "^1.1.9",
2121
"@vitejs/plugin-vue": "^3.1.2",
22-
"@vue/runtime-core": "^3.2.40",
22+
"@vue/runtime-core": "^3.2.41",
2323
"unocss": "^0.45.29",
2424
"unplugin-auto-import": "^0.11.2",
2525
"unplugin-vue-components": "^0.22.8",
26-
"vite": "^3.1.6"
26+
"vite": "^3.1.8"
2727
}
2828
}

0 commit comments

Comments
 (0)