Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0944f67

Browse files
authoredMay 29, 2023
fix(deps): update all non-major dependencies (#46)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent da58d70 commit 0944f67

File tree

3 files changed

+181
-185
lines changed

3 files changed

+181
-185
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.6.0",
4-
"packageManager": "pnpm@8.5.1",
4+
"packageManager": "pnpm@8.6.0",
55
"description": "Converts JSX to HTML strings at compile time.",
66
"keywords": [
77
"unplugin",
@@ -75,8 +75,8 @@
7575
"prepublishOnly": "pnpm run build"
7676
},
7777
"dependencies": {
78-
"@babel/parser": "^7.21.8",
79-
"@babel/types": "^7.21.5",
78+
"@babel/parser": "^7.22.3",
79+
"@babel/types": "^7.22.3",
8080
"@rollup/pluginutils": "^5.0.2",
8181
"entities": "^4.5.0",
8282
"estree-walker": "^3.0.3",
@@ -88,8 +88,8 @@
8888
"@sxzz/eslint-config": "^2.4.6",
8989
"@types/benchmark": "^2.1.2",
9090
"@types/jsesc": "^3.0.1",
91-
"@types/node": "^18.16.14",
92-
"@types/react": "^18.2.6",
91+
"@types/node": "^18.16.16",
92+
"@types/react": "^18.2.7",
9393
"benchmark": "^2.1.4",
9494
"bumpp": "^9.1.0",
9595
"eslint": "^8.41.0",
@@ -99,7 +99,7 @@
9999
"tsup": "^6.7.0",
100100
"tsx": "^3.12.7",
101101
"typescript": "^5.0.4",
102-
"vite": "^4.3.8",
102+
"vite": "^4.3.9",
103103
"vitest": "^0.31.1"
104104
},
105105
"engines": {

‎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.5.1",
4+
"packageManager": "pnpm@8.6.0",
55
"license": "MIT",
66
"author": "三咲智子 <sxzz@sxzz.moe>",
77
"scripts": {
@@ -11,19 +11,19 @@
1111
"vercel-build": "pnpm run -C .. build && pnpm build"
1212
},
1313
"dependencies": {
14-
"@unocss/reset": "^0.52.0",
14+
"@unocss/reset": "^0.52.4",
1515
"@vueuse/core": "^10.1.2",
1616
"unplugin-jsx-string": "workspace:*",
1717
"vue": "^3.3.4"
1818
},
1919
"devDependencies": {
20-
"@iconify-json/carbon": "^1.1.16",
20+
"@iconify-json/carbon": "^1.1.17",
2121
"@vitejs/plugin-vue": "^4.2.3",
2222
"@vue/runtime-core": "^3.3.4",
23-
"unocss": "^0.52.0",
24-
"unplugin-auto-import": "^0.16.1",
23+
"unocss": "^0.52.4",
24+
"unplugin-auto-import": "^0.16.2",
2525
"unplugin-vue-components": "^0.24.1",
26-
"vite": "^4.3.8",
26+
"vite": "^4.3.9",
2727
"vue-tsc": "^1.6.5"
2828
}
2929
}

0 commit comments

Comments
 (0)
Please sign in to comment.