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

Skip to content

Commit 495d33a

Browse files
renovate[bot]sxzz
andauthored
fix(deps): update all non-major dependencies (#68)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: 三咲智子 Kevin Deng <[email protected]>
1 parent 31cfc94 commit 495d33a

File tree

5 files changed

+256
-255
lines changed

5 files changed

+256
-255
lines changed

package.json

Lines changed: 8 additions & 8 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": "pnpm@8.7.6",
4+
"packageManager": "pnpm@8.8.0",
55
"description": "Converts JSX to HTML strings at compile time.",
66
"keywords": [
77
"unplugin",
@@ -101,22 +101,22 @@
101101
"prepublishOnly": "pnpm run build"
102102
},
103103
"dependencies": {
104-
"@babel/parser": "^7.22.16",
105-
"@babel/types": "^7.22.19",
104+
"@babel/parser": "^7.23.0",
105+
"@babel/types": "^7.23.0",
106106
"@rollup/pluginutils": "^5.0.4",
107107
"entities": "^4.5.0",
108108
"estree-walker": "^3.0.3",
109109
"jsesc": "^3.0.2",
110-
"magic-string": "^0.30.3",
110+
"magic-string": "^0.30.4",
111111
"unplugin": "^1.5.0"
112112
},
113113
"devDependencies": {
114114
"@sxzz/eslint-config": "^3.6.1",
115115
"@sxzz/prettier-config": "^1.0.4",
116116
"@types/benchmark": "^2.1.3",
117117
"@types/jsesc": "^3.0.1",
118-
"@types/node": "^20.6.5",
119-
"@types/react": "^18.2.22",
118+
"@types/node": "^20.8.2",
119+
"@types/react": "^18.2.25",
120120
"benchmark": "^2.1.4",
121121
"bumpp": "^9.2.0",
122122
"eslint": "^8.50.0",
@@ -126,8 +126,8 @@
126126
"tsup": "^7.2.0",
127127
"tsx": "^3.13.0",
128128
"typescript": "^5.2.2",
129-
"vite": "^4.4.9",
130-
"vitest": "^0.34.5"
129+
"vite": "^4.4.10",
130+
"vitest": "^0.34.6"
131131
},
132132
"engines": {
133133
"node": ">=16.14.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": "pnpm@8.7.6",
4+
"packageManager": "pnpm@8.8.0",
55
"license": "MIT",
66
"author": "三咲智子 <[email protected]>",
77
"scripts": {
@@ -11,19 +11,19 @@
1111
"vercel-build": "pnpm run -C .. build && pnpm build"
1212
},
1313
"dependencies": {
14-
"@unocss/reset": "^0.56.1",
14+
"@unocss/reset": "^0.56.5",
1515
"@vueuse/core": "^10.4.1",
1616
"unplugin-jsx-string": "workspace:*",
1717
"vue": "^3.3.4"
1818
},
1919
"devDependencies": {
2020
"@iconify-json/carbon": "^1.1.21",
21-
"@vitejs/plugin-vue": "^4.3.4",
21+
"@vitejs/plugin-vue": "^4.4.0",
2222
"@vue/runtime-core": "^3.3.4",
23-
"unocss": "^0.56.1",
23+
"unocss": "^0.56.5",
2424
"unplugin-auto-import": "^0.16.6",
2525
"unplugin-vue-components": "^0.25.2",
26-
"vite": "^4.4.9",
27-
"vue-tsc": "^1.8.13"
26+
"vite": "^4.4.10",
27+
"vue-tsc": "^1.8.15"
2828
}
2929
}

playground/tsconfig.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
22
"compilerOptions": {
33
"target": "esnext",
4+
"lib": ["esnext", "dom"],
5+
"jsx": "preserve",
46
"useDefineForClassFields": true,
57
"module": "esnext",
68
"moduleResolution": "bundler",
7-
"strict": true,
8-
"jsx": "preserve",
9-
"sourceMap": true,
9+
"types": [],
1010
"resolveJsonModule": true,
11+
"sourceMap": true,
1112
"isolatedModules": true,
1213
"esModuleInterop": true,
13-
"lib": ["esnext", "dom"],
14-
"types": [],
14+
"strict": true,
1515
"skipLibCheck": true
1616
},
17-
"include": ["src"],
18-
"references": [{ "path": "./tsconfig.node.json" }]
17+
"references": [{ "path": "./tsconfig.node.json" }],
18+
"include": ["src"]
1919
}

0 commit comments

Comments
 (0)