Skip to content

Commit 421607e

Browse files
fix(deps): update all non-major dependencies (#66)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b7d0434 commit 421607e

File tree

3 files changed

+82
-67
lines changed

3 files changed

+82
-67
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].4",
4+
"packageManager": "[email protected].6",
55
"description": "Converts JSX to HTML strings at compile time.",
66
"keywords": [
77
"unplugin",
@@ -102,20 +102,20 @@
102102
},
103103
"dependencies": {
104104
"@babel/parser": "^7.22.16",
105-
"@babel/types": "^7.22.17",
105+
"@babel/types": "^7.22.19",
106106
"@rollup/pluginutils": "^5.0.4",
107107
"entities": "^4.5.0",
108108
"estree-walker": "^3.0.3",
109109
"jsesc": "^3.0.2",
110110
"magic-string": "^0.30.3",
111-
"unplugin": "^1.4.0"
111+
"unplugin": "^1.5.0"
112112
},
113113
"devDependencies": {
114114
"@sxzz/eslint-config": "^3.5.4",
115115
"@sxzz/prettier-config": "^1.0.4",
116-
"@types/benchmark": "^2.1.2",
116+
"@types/benchmark": "^2.1.3",
117117
"@types/jsesc": "^3.0.1",
118-
"@types/node": "^20.6.0",
118+
"@types/node": "^20.6.2",
119119
"@types/react": "^18.2.21",
120120
"benchmark": "^2.1.4",
121121
"bumpp": "^9.2.0",
@@ -124,7 +124,7 @@
124124
"fast-glob": "^3.3.1",
125125
"prettier": "^3.0.3",
126126
"tsup": "^7.2.0",
127-
"tsx": "^3.12.8",
127+
"tsx": "^3.12.10",
128128
"typescript": "^5.2.2",
129129
"vite": "^4.4.9",
130130
"vitest": "^0.34.4"

playground/package.json

Lines changed: 2 additions & 2 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].4",
4+
"packageManager": "[email protected].6",
55
"license": "MIT",
66
"author": "三咲智子 <[email protected]>",
77
"scripts": {
@@ -24,6 +24,6 @@
2424
"unplugin-auto-import": "^0.16.6",
2525
"unplugin-vue-components": "^0.25.2",
2626
"vite": "^4.4.9",
27-
"vue-tsc": "^1.8.10"
27+
"vue-tsc": "^1.8.11"
2828
}
2929
}

0 commit comments

Comments
 (0)