Skip to content

Commit

Permalink
feat!: update to rollup v4 (#1018)
Browse files Browse the repository at this point in the history
  • Loading branch information
sapphi-red committed Oct 16, 2023
1 parent e85437e commit 438ec47
Show file tree
Hide file tree
Showing 7 changed files with 155 additions and 80 deletions.
11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@
"joycon": "^3.0.1",
"postcss-load-config": "^4.0.1",
"resolve-from": "^5.0.0",
"rollup": "^3.2.5",
"rollup": "^4.0.2",
"source-map": "0.8.0-beta.0",
"sucrase": "^3.20.3",
"tree-kill": "^1.2.2"
},
"devDependencies": {
"@rollup/plugin-json": "5.0.1",
"@rollup/plugin-json": "6.0.1",
"@swc/core": "1.2.218",
"@types/debug": "4.1.7",
"@types/flat": "5.0.2",
Expand All @@ -59,8 +59,7 @@
"postcss-simple-vars": "6.0.3",
"prettier": "2.5.1",
"resolve": "1.20.0",
"rollup-plugin-dts": "5.3.0",
"rollup-plugin-hashbang": "3.0.0",
"rollup-plugin-dts": "6.1.0",
"sass": "1.62.1",
"strip-json-comments": "4.0.0",
"svelte": "3.46.4",
Expand All @@ -76,7 +75,7 @@
"peerDependencies": {
"@swc/core": "^1",
"postcss": "^8.4.12",
"typescript": ">=4.1.0"
"typescript": ">=4.5.0"
},
"peerDependenciesMeta": {
"typescript": {
Expand All @@ -90,7 +89,7 @@
}
},
"engines": {
"node": ">=16.14"
"node": ">=18"
},
"packageManager": "pnpm@8.6.0"
}

0 comments on commit 438ec47

Please sign in to comment.