Skip to content

Commit 13690e9

Browse files
fix(deps): update all non-major dependencies (#8)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3174ed3 commit 13690e9

File tree

3 files changed

+275
-238
lines changed

3 files changed

+275
-238
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.5.5",
4-
"packageManager": "[email protected].3",
4+
"packageManager": "[email protected].5",
55
"description": "Converts JSX to HTML strings at compile time.",
66
"keywords": [
77
"unplugin",
@@ -77,30 +77,30 @@
7777
"prepublishOnly": "pnpm run build"
7878
},
7979
"dependencies": {
80-
"@babel/parser": "^7.18.11",
81-
"@babel/types": "^7.18.10",
80+
"@babel/parser": "^7.18.13",
81+
"@babel/types": "^7.18.13",
8282
"@rollup/pluginutils": "^4.2.1",
8383
"entities": "^4.3.1",
8484
"estree-walker": "^3.0.1",
8585
"jsesc": "^3.0.2",
8686
"magic-string": "^0.26.2",
87-
"unplugin": "^0.9.4"
87+
"unplugin": "^0.9.5"
8888
},
8989
"devDependencies": {
9090
"@sxzz/eslint-config": "^2.4.1",
91-
"@types/benchmark": "^2.1.1",
91+
"@types/benchmark": "^2.1.2",
9292
"@types/jsesc": "^3.0.1",
9393
"@types/node": "*",
9494
"@types/react": "^18.0.17",
9595
"benchmark": "^2.1.4",
9696
"bumpp": "^8.2.1",
97-
"eslint": "^8.22.0",
97+
"eslint": "^8.23.0",
9898
"eslint-define-config": "^1.6.0",
9999
"fast-glob": "^3.2.11",
100100
"prettier": "^2.7.1",
101-
"tsup": "^6.2.2",
101+
"tsup": "^6.2.3",
102102
"tsx": "^3.8.2",
103-
"typescript": "^4.7.4",
103+
"typescript": "^4.8.2",
104104
"vite": "^3.0.9",
105105
"vitest": "^0.22.1"
106106
},

playground/package.json

Lines changed: 4 additions & 4 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].3",
4+
"packageManager": "[email protected].5",
55
"license": "MIT",
66
"author": "三咲智子 <[email protected]>",
77
"scripts": {
@@ -11,16 +11,16 @@
1111
"vercel-build": "pnpm run -C .. build && pnpm build"
1212
},
1313
"dependencies": {
14-
"@unocss/reset": "^0.45.9",
15-
"@vueuse/core": "^9.1.0",
14+
"@unocss/reset": "^0.45.13",
15+
"@vueuse/core": "^9.1.1",
1616
"unplugin-jsx-string": "workspace:^0.5.3-0",
1717
"vue": "^3.2.37"
1818
},
1919
"devDependencies": {
2020
"@iconify-json/carbon": "^1.1.7",
2121
"@vitejs/plugin-vue": "^3.0.3",
2222
"@vue/runtime-core": "^3.2.37",
23-
"unocss": "^0.45.9",
23+
"unocss": "^0.45.13",
2424
"unplugin-auto-import": "^0.11.2",
2525
"unplugin-vue-components": "^0.22.4",
2626
"vite": "^3.0.9"

0 commit comments

Comments
 (0)