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 3ed3d23

Browse files
authoredApr 3, 2023
fix(deps): update all non-major dependencies (#36)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fb67a07 commit 3ed3d23

File tree

3 files changed

+397
-256
lines changed

3 files changed

+397
-256
lines changed
 

‎package.json

Lines changed: 13 additions & 13 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.30.0",
4+
"packageManager": "pnpm@7.30.5",
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.3",
79-
"@babel/types": "^7.21.3",
78+
"@babel/parser": "^7.21.4",
79+
"@babel/types": "^7.21.4",
8080
"@rollup/pluginutils": "^5.0.2",
8181
"entities": "^4.4.0",
8282
"estree-walker": "^3.0.3",
@@ -85,22 +85,22 @@
8585
"unplugin": "^1.3.1"
8686
},
8787
"devDependencies": {
88-
"@sxzz/eslint-config": "^2.4.5",
88+
"@sxzz/eslint-config": "^2.4.6",
8989
"@types/benchmark": "^2.1.2",
9090
"@types/jsesc": "^3.0.1",
91-
"@types/node": "^18.15.3",
92-
"@types/react": "^18.0.28",
91+
"@types/node": "^18.15.11",
92+
"@types/react": "^18.0.32",
9393
"benchmark": "^2.1.4",
94-
"bumpp": "^9.0.0",
95-
"eslint": "^8.36.0",
94+
"bumpp": "^9.1.0",
95+
"eslint": "^8.37.0",
9696
"eslint-define-config": "^1.17.0",
9797
"fast-glob": "^3.2.12",
98-
"prettier": "^2.8.4",
98+
"prettier": "^2.8.7",
9999
"tsup": "^6.7.0",
100-
"tsx": "^3.12.5",
101-
"typescript": "^5.0.2",
102-
"vite": "^4.2.0",
103-
"vitest": "^0.29.3"
100+
"tsx": "^3.12.6",
101+
"typescript": "^5.0.3",
102+
"vite": "^4.2.1",
103+
"vitest": "^0.29.8"
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.30.0",
4+
"packageManager": "pnpm@7.30.5",
55
"license": "MIT",
66
"author": "三咲智子 <sxzz@sxzz.moe>",
77
"scripts": {
@@ -21,9 +21,9 @@
2121
"@vitejs/plugin-vue": "^4.1.0",
2222
"@vue/runtime-core": "^3.2.47",
2323
"unocss": "^0.50.6",
24-
"unplugin-auto-import": "^0.15.1",
24+
"unplugin-auto-import": "^0.15.2",
2525
"unplugin-vue-components": "^0.24.1",
26-
"vite": "^4.2.0",
26+
"vite": "^4.2.1",
2727
"vue-tsc": "^1.2.0"
2828
}
2929
}

0 commit comments

Comments
 (0)
Please sign in to comment.