Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b7d0434

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

File tree

3 files changed

+284
-269
lines changed

3 files changed

+284
-269
lines changed

package.json

Lines changed: 7 additions & 7 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].1",
4+
"packageManager": "[email protected].4",
55
"description": "Converts JSX to HTML strings at compile time.",
66
"keywords": [
77
"unplugin",
@@ -101,8 +101,8 @@
101101
"prepublishOnly": "pnpm run build"
102102
},
103103
"dependencies": {
104-
"@babel/parser": "^7.22.14",
105-
"@babel/types": "^7.22.11",
104+
"@babel/parser": "^7.22.16",
105+
"@babel/types": "^7.22.17",
106106
"@rollup/pluginutils": "^5.0.4",
107107
"entities": "^4.5.0",
108108
"estree-walker": "^3.0.3",
@@ -111,23 +111,23 @@
111111
"unplugin": "^1.4.0"
112112
},
113113
"devDependencies": {
114-
"@sxzz/eslint-config": "^3.5.1",
114+
"@sxzz/eslint-config": "^3.5.4",
115115
"@sxzz/prettier-config": "^1.0.4",
116116
"@types/benchmark": "^2.1.2",
117117
"@types/jsesc": "^3.0.1",
118-
"@types/node": "^20.5.9",
118+
"@types/node": "^20.6.0",
119119
"@types/react": "^18.2.21",
120120
"benchmark": "^2.1.4",
121121
"bumpp": "^9.2.0",
122-
"eslint": "^8.48.0",
122+
"eslint": "^8.49.0",
123123
"eslint-define-config": "^1.23.0",
124124
"fast-glob": "^3.3.1",
125125
"prettier": "^3.0.3",
126126
"tsup": "^7.2.0",
127127
"tsx": "^3.12.8",
128128
"typescript": "^5.2.2",
129129
"vite": "^4.4.9",
130-
"vitest": "^0.34.3"
130+
"vitest": "^0.34.4"
131131
},
132132
"engines": {
133133
"node": ">=16.14.0"

playground/package.json

Lines changed: 4 additions & 4 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].1",
4+
"packageManager": "[email protected].4",
55
"license": "MIT",
66
"author": "三咲智子 <[email protected]>",
77
"scripts": {
@@ -11,7 +11,7 @@
1111
"vercel-build": "pnpm run -C .. build && pnpm build"
1212
},
1313
"dependencies": {
14-
"@unocss/reset": "^0.55.6",
14+
"@unocss/reset": "^0.55.7",
1515
"@vueuse/core": "^10.4.1",
1616
"unplugin-jsx-string": "workspace:*",
1717
"vue": "^3.3.4"
@@ -20,10 +20,10 @@
2020
"@iconify-json/carbon": "^1.1.21",
2121
"@vitejs/plugin-vue": "^4.3.4",
2222
"@vue/runtime-core": "^3.3.4",
23-
"unocss": "^0.55.6",
23+
"unocss": "^0.55.7",
2424
"unplugin-auto-import": "^0.16.6",
2525
"unplugin-vue-components": "^0.25.2",
2626
"vite": "^4.4.9",
27-
"vue-tsc": "^1.8.8"
27+
"vue-tsc": "^1.8.10"
2828
}
2929
}

0 commit comments

Comments
 (0)