Skip to content

Commit

Permalink
chore(deps): update rollup and esbuild (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
patak-dev committed Dec 8, 2022
1 parent d05b193 commit 92fec7b
Show file tree
Hide file tree
Showing 3 changed files with 322 additions and 53 deletions.
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -56,7 +56,7 @@
"@typescript-eslint/eslint-plugin": "^5.45.0",
"@typescript-eslint/parser": "^5.45.0",
"conventional-changelog-cli": "^2.2.2",
"esbuild": "^0.15.9",
"esbuild": "^0.16.2",
"eslint": "^8.29.0",
"eslint-define-config": "^1.12.0",
"eslint-plugin-import": "^2.26.0",
Expand All @@ -75,15 +75,15 @@
"prompts": "^2.4.2",
"resolve": "^1.22.1",
"rimraf": "^3.0.2",
"rollup": "~3.3.0",
"rollup": "^3.7.0",
"rollup-plugin-license": "^2.9.1",
"semver": "^7.3.8",
"simple-git-hooks": "^2.8.1",
"tslib": "^2.4.1",
"tsx": "^3.12.1",
"typescript": "^4.6.4",
"unbuild": "^0.9.4",
"vite": "^4.0.0-alpha.6",
"vite": "^4.0.0-beta.6",
"vitest": "^0.25.3",
"vue": "^3.2.45"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/plugin-vue/package.json
Expand Up @@ -35,17 +35,17 @@
},
"homepage": "https://github.com/vitejs/vite-plugin-vue/tree/main/packages/plugin-vue#readme",
"peerDependencies": {
"vite": "^4.0.0-alpha.0",
"vite": "^4.0.0-beta.6",
"vue": "^3.2.25"
},
"devDependencies": {
"@jridgewell/gen-mapping": "^0.3.2",
"@jridgewell/trace-mapping": "^0.3.17",
"debug": "^4.3.4",
"rollup": "~3.3.0",
"rollup": "^3.7.0",
"slash": "^5.0.0",
"source-map": "^0.6.1",
"vite": "^4.0.0-alpha.6",
"vite": "^4.0.0-beta.6",
"vue": "^3.2.45"
}
}

0 comments on commit 92fec7b

Please sign in to comment.