Skip to content

Commit 7fc8a74

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

File tree

4 files changed

+231
-163
lines changed

4 files changed

+231
-163
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.6.0",
4-
"packageManager": "pnpm@7.26.3",
4+
"packageManager": "pnpm@7.27.0",
55
"description": "Converts JSX to HTML strings at compile time.",
66
"keywords": [
77
"unplugin",
@@ -81,26 +81,26 @@
8181
"entities": "^4.4.0",
8282
"estree-walker": "^3.0.3",
8383
"jsesc": "^3.0.2",
84-
"magic-string": "^0.27.0",
84+
"magic-string": "^0.29.0",
8585
"unplugin": "^1.0.1"
8686
},
8787
"devDependencies": {
8888
"@sxzz/eslint-config": "^2.4.4",
8989
"@types/benchmark": "^2.1.2",
9090
"@types/jsesc": "^3.0.1",
9191
"@types/node": "^18.13.0",
92-
"@types/react": "^18.0.27",
92+
"@types/react": "^18.0.28",
9393
"benchmark": "^2.1.4",
9494
"bumpp": "^8.2.1",
95-
"eslint": "^8.33.0",
95+
"eslint": "^8.34.0",
9696
"eslint-define-config": "^1.15.0",
9797
"fast-glob": "^3.2.12",
98-
"prettier": "^2.8.3",
99-
"tsup": "^6.6.0",
98+
"prettier": "^2.8.4",
99+
"tsup": "^6.6.2",
100100
"tsx": "^3.12.3",
101-
"typescript": "^5.0.0-dev.20230207",
101+
"typescript": "^5.0.0-dev.20230213",
102102
"vite": "^4.1.1",
103-
"vitest": "^0.28.4"
103+
"vitest": "^0.28.5"
104104
},
105105
"engines": {
106106
"node": ">=14.19.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": "pnpm@7.26.3",
4+
"packageManager": "pnpm@7.27.0",
55
"license": "MIT",
66
"author": "三咲智子 <[email protected]>",
77
"scripts": {
@@ -17,11 +17,11 @@
1717
"vue": "^3.2.47"
1818
},
1919
"devDependencies": {
20-
"@iconify-json/carbon": "^1.1.14",
20+
"@iconify-json/carbon": "^1.1.15",
2121
"@vitejs/plugin-vue": "^4.0.0",
2222
"@vue/runtime-core": "^3.2.47",
2323
"unocss": "^0.49.4",
24-
"unplugin-auto-import": "^0.13.0",
24+
"unplugin-auto-import": "^0.14.2",
2525
"unplugin-vue-components": "^0.23.0",
2626
"vite": "^4.1.1",
2727
"vue-tsc": "^1.0.24"

0 commit comments

Comments
 (0)