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

Skip to content

Commit ce85925

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

File tree

3 files changed

+383
-389
lines changed

3 files changed

+383
-389
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].0",
4+
"packageManager": "[email protected].1",
55
"description": "Converts JSX to HTML strings at compile time.",
66
"keywords": [
77
"unplugin",
@@ -101,7 +101,7 @@
101101
"prepublishOnly": "pnpm run build"
102102
},
103103
"dependencies": {
104-
"@babel/parser": "^7.22.11",
104+
"@babel/parser": "^7.22.14",
105105
"@babel/types": "^7.22.11",
106106
"@rollup/pluginutils": "^5.0.4",
107107
"entities": "^4.5.0",
@@ -111,20 +111,20 @@
111111
"unplugin": "^1.4.0"
112112
},
113113
"devDependencies": {
114-
"@sxzz/eslint-config": "^3.4.0",
114+
"@sxzz/eslint-config": "^3.5.1",
115115
"@sxzz/prettier-config": "^1.0.4",
116116
"@types/benchmark": "^2.1.2",
117117
"@types/jsesc": "^3.0.1",
118-
"@types/node": "^20.5.7",
118+
"@types/node": "^20.5.9",
119119
"@types/react": "^18.2.21",
120120
"benchmark": "^2.1.4",
121121
"bumpp": "^9.2.0",
122122
"eslint": "^8.48.0",
123123
"eslint-define-config": "^1.23.0",
124124
"fast-glob": "^3.3.1",
125-
"prettier": "^3.0.2",
125+
"prettier": "^3.0.3",
126126
"tsup": "^7.2.0",
127-
"tsx": "^3.12.7",
127+
"tsx": "^3.12.8",
128128
"typescript": "^5.2.2",
129129
"vite": "^4.4.9",
130130
"vitest": "^0.34.3"

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].0",
4+
"packageManager": "[email protected].1",
55
"license": "MIT",
66
"author": "三咲智子 <[email protected]>",
77
"scripts": {
@@ -11,18 +11,18 @@
1111
"vercel-build": "pnpm run -C .. build && pnpm build"
1212
},
1313
"dependencies": {
14-
"@unocss/reset": "^0.55.3",
14+
"@unocss/reset": "^0.55.6",
1515
"@vueuse/core": "^10.4.1",
1616
"unplugin-jsx-string": "workspace:*",
1717
"vue": "^3.3.4"
1818
},
1919
"devDependencies": {
20-
"@iconify-json/carbon": "^1.1.20",
21-
"@vitejs/plugin-vue": "^4.3.3",
20+
"@iconify-json/carbon": "^1.1.21",
21+
"@vitejs/plugin-vue": "^4.3.4",
2222
"@vue/runtime-core": "^3.3.4",
23-
"unocss": "^0.55.3",
23+
"unocss": "^0.55.6",
2424
"unplugin-auto-import": "^0.16.6",
25-
"unplugin-vue-components": "^0.25.1",
25+
"unplugin-vue-components": "^0.25.2",
2626
"vite": "^4.4.9",
2727
"vue-tsc": "^1.8.8"
2828
}

0 commit comments

Comments
 (0)