Navigation Menu

Skip to content

Commit

Permalink
fix: upgrade rollup and typescript (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
bluwy committed Feb 24, 2023
1 parent a78a724 commit c8a61e3
Show file tree
Hide file tree
Showing 4 changed files with 74 additions and 91 deletions.
3 changes: 0 additions & 3 deletions .github/renovate.json5
Expand Up @@ -13,15 +13,12 @@
],
"ignoreDeps": [
// manually bumping
"esbuild",
"rollup",
"node",
"typescript",

// breaking changes
"source-map", // `source-map:v0.7.0+` needs more investigation
"dotenv-expand", // `dotenv-expand:6.0.0+` has breaking changes (#6858)
"kill-port", // `kill-port:^2.0.0 has perf issues (#8392)
"miniflare", // `miniflare:v2.0.0+` only supports node 16.7
],
}
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -61,12 +61,12 @@
"prettier": "2.8.1",
"prompts": "^2.4.2",
"resolve": "^1.22.1",
"rollup": "^3.7.0",
"rollup": "^3.17.2",
"rollup-plugin-license": "^2.9.1",
"semver": "^7.3.8",
"simple-git-hooks": "^2.8.1",
"tsx": "^3.12.1",
"typescript": "^4.6.4",
"typescript": "^4.9.5",
"unbuild": "^1.1.1",
"vite": "^4.0.3",
"vitest": "^0.26.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-vue/package.json
Expand Up @@ -42,7 +42,7 @@
"@jridgewell/gen-mapping": "^0.3.2",
"@jridgewell/trace-mapping": "^0.3.17",
"debug": "^4.3.4",
"rollup": "^3.7.0",
"rollup": "^3.17.2",
"slash": "^5.0.0",
"source-map": "^0.6.1",
"vite": "^4.0.3",
Expand Down

0 comments on commit c8a61e3

Please sign in to comment.