Skip to content

Commit 92fec7b

Browse files
authored
chore(deps): update rollup and esbuild (#46)
1 parent d05b193 commit 92fec7b

File tree

3 files changed

+322
-53
lines changed

3 files changed

+322
-53
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"@typescript-eslint/eslint-plugin": "^5.45.0",
5757
"@typescript-eslint/parser": "^5.45.0",
5858
"conventional-changelog-cli": "^2.2.2",
59-
"esbuild": "^0.15.9",
59+
"esbuild": "^0.16.2",
6060
"eslint": "^8.29.0",
6161
"eslint-define-config": "^1.12.0",
6262
"eslint-plugin-import": "^2.26.0",
@@ -75,15 +75,15 @@
7575
"prompts": "^2.4.2",
7676
"resolve": "^1.22.1",
7777
"rimraf": "^3.0.2",
78-
"rollup": "~3.3.0",
78+
"rollup": "^3.7.0",
7979
"rollup-plugin-license": "^2.9.1",
8080
"semver": "^7.3.8",
8181
"simple-git-hooks": "^2.8.1",
8282
"tslib": "^2.4.1",
8383
"tsx": "^3.12.1",
8484
"typescript": "^4.6.4",
8585
"unbuild": "^0.9.4",
86-
"vite": "^4.0.0-alpha.6",
86+
"vite": "^4.0.0-beta.6",
8787
"vitest": "^0.25.3",
8888
"vue": "^3.2.45"
8989
},

packages/plugin-vue/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -35,17 +35,17 @@
3535
},
3636
"homepage": "https://github.com/vitejs/vite-plugin-vue/tree/main/packages/plugin-vue#readme",
3737
"peerDependencies": {
38-
"vite": "^4.0.0-alpha.0",
38+
"vite": "^4.0.0-beta.6",
3939
"vue": "^3.2.25"
4040
},
4141
"devDependencies": {
4242
"@jridgewell/gen-mapping": "^0.3.2",
4343
"@jridgewell/trace-mapping": "^0.3.17",
4444
"debug": "^4.3.4",
45-
"rollup": "~3.3.0",
45+
"rollup": "^3.7.0",
4646
"slash": "^5.0.0",
4747
"source-map": "^0.6.1",
48-
"vite": "^4.0.0-alpha.6",
48+
"vite": "^4.0.0-beta.6",
4949
"vue": "^3.2.45"
5050
}
5151
}

0 commit comments

Comments
 (0)