Skip to content

Commit a55aa1e

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

File tree

3 files changed

+88
-80
lines changed

3 files changed

+88
-80
lines changed

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",
33
"version": "0.7.1",
4-
"packageManager": "[email protected].11",
4+
"packageManager": "[email protected].12",
55
"description": "Converts JSX to HTML strings at compile time.",
66
"keywords": [
77
"unplugin",
@@ -115,19 +115,19 @@
115115
"@sxzz/prettier-config": "^1.0.4",
116116
"@types/benchmark": "^2.1.2",
117117
"@types/jsesc": "^3.0.1",
118-
"@types/node": "^20.4.5",
118+
"@types/node": "^20.4.8",
119119
"@types/react": "^18.2.18",
120120
"benchmark": "^2.1.4",
121121
"bumpp": "^9.1.1",
122122
"eslint": "^8.46.0",
123-
"eslint-define-config": "^1.22.0",
123+
"eslint-define-config": "^1.23.0",
124124
"fast-glob": "^3.3.1",
125-
"prettier": "^3.0.0",
125+
"prettier": "^3.0.1",
126126
"tsup": "^7.2.0",
127127
"tsx": "^3.12.7",
128128
"typescript": "^5.1.6",
129-
"vite": "^4.4.8",
130-
"vitest": "^0.33.0"
129+
"vite": "^4.4.9",
130+
"vitest": "^0.34.1"
131131
},
132132
"engines": {
133133
"node": ">=16.14.0"

playground/package.json

Lines changed: 3 additions & 3 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].11",
4+
"packageManager": "[email protected].12",
55
"license": "MIT",
66
"author": "三咲智子 <[email protected]>",
77
"scripts": {
@@ -17,13 +17,13 @@
1717
"vue": "^3.3.4"
1818
},
1919
"devDependencies": {
20-
"@iconify-json/carbon": "^1.1.18",
20+
"@iconify-json/carbon": "^1.1.19",
2121
"@vitejs/plugin-vue": "^4.2.3",
2222
"@vue/runtime-core": "^3.3.4",
2323
"unocss": "^0.54.1",
2424
"unplugin-auto-import": "^0.16.6",
2525
"unplugin-vue-components": "^0.25.1",
26-
"vite": "^4.4.8",
26+
"vite": "^4.4.9",
2727
"vue-tsc": "^1.8.8"
2828
}
2929
}

0 commit comments

Comments
 (0)