Skip to content

Commit

Permalink
chore(deps): update rollup & vite
Browse files Browse the repository at this point in the history
  • Loading branch information
whale4113 committed Oct 20, 2024
1 parent 63ba67f commit bf27f56
Show file tree
Hide file tree
Showing 6 changed files with 112 additions and 243 deletions.
2 changes: 1 addition & 1 deletion apps/chrome-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@rollup/plugin-typescript": "^11.1.6",
"chrome-types": "^0.1.255",
"glob": "^10.3.10",
"rollup": "^4.12.1"
"rollup": "^4.22.4"
},
"dependencies": {
"@dolphin/common": "workspace:^",
Expand Down
7 changes: 1 addition & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,10 @@
"prettier": "^3.3.3",
"turbo": "^1.13.4",
"typescript": "^5.6.2",
"vite": "^5.4.6",
"vite": "^5.2.14",
"vitest": "^1.6.0"
},
"dependencies": {
"core-js": "3.36.0"
},
"pnpm": {
"overrides": {
"[email protected]>micromatch": "4.0.8"
}
}
}
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@dolphin/rollup-config": "workspace:^",
"@dolphin/typescript-config": "workspace:^",
"@types/mdast": "^4.0.3",
"rollup": "^4.12.1"
"rollup": "^4.22.4"
},
"dependencies": {}
}
2 changes: 1 addition & 1 deletion packages/lark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@dolphin/typescript-config": "workspace:^",
"@types/lodash-es": "^4.17.12",
"@types/mdast": "^4.0.3",
"rollup": "^4.12.1"
"rollup": "^4.22.4"
},
"dependencies": {
"@dolphin/common": "workspace:^",
Expand Down
4 changes: 2 additions & 2 deletions packages/rollup-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"tslib": "^2.6.2"
},
"devDependencies": {
"rollup": "^4.12.1"
"rollup": "^4.22.4"
},
"peerDependencies": {
"rollup": "^4.12.1"
"rollup": "^4.22.4"
}
}
Loading

0 comments on commit bf27f56

Please sign in to comment.