dep: rollup needs to be a main dep
This commit is contained in:
parent
8f5ebf53a0
commit
c26c34ac19
|
@ -18,6 +18,7 @@
|
|||
"@rollup/plugin-yaml": "^4.0.0",
|
||||
"presetter-preset-strict": "^4.0.1",
|
||||
"presetter-types": "^4.0.1",
|
||||
"rollup": "^3.0.0",
|
||||
"rollup-plugin-postcss": "^4.0.0",
|
||||
"rollup-plugin-visualizer": "^5.0.0",
|
||||
"type-fest": "^3.12.0"
|
||||
|
@ -26,7 +27,6 @@
|
|||
"@semantic-release/changelog": "^6.0.3",
|
||||
"@semantic-release/git": "^10.0.1",
|
||||
"presetter": "^4.0.1",
|
||||
"rollup": "^3.0.0",
|
||||
"semantic-release": "^21.0.6"
|
||||
}
|
||||
},
|
||||
|
@ -18457,7 +18457,6 @@
|
|||
"version": "3.25.3",
|
||||
"resolved": "https://registry.npmjs.org/rollup/-/rollup-3.25.3.tgz",
|
||||
"integrity": "sha512-ZT279hx8gszBj9uy5FfhoG4bZx8c+0A1sbqtr7Q3KNWIizpTdDEPZbV2xcbvHsnFp4MavCQYZyzApJ+virB8Yw==",
|
||||
"devOptional": true,
|
||||
"bin": {
|
||||
"rollup": "dist/bin/rollup"
|
||||
},
|
||||
|
|
|
@ -31,10 +31,10 @@
|
|||
"@semantic-release/changelog": "^6.0.3",
|
||||
"@semantic-release/git": "^10.0.1",
|
||||
"presetter": "^4.0.1",
|
||||
"semantic-release": "^21.0.6",
|
||||
"rollup": "^3.0.0"
|
||||
"semantic-release": "^21.0.6"
|
||||
},
|
||||
"dependencies": {
|
||||
"rollup": "^3.0.0",
|
||||
"@rollup/plugin-commonjs": "^25.0.0",
|
||||
"@rollup/plugin-graphql": "^2.0.0",
|
||||
"@rollup/plugin-image": "^3.0.0",
|
||||
|
|
Loading…
Reference in New Issue