Skip to content

Commit

Permalink
fix(esbuild,rollup): remove esbuild and rollup from dependencies (fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Anber committed Dec 3, 2022
1 parent 315f036 commit 6fab0af
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
9 changes: 6 additions & 3 deletions packages/esbuild/package.json
Expand Up @@ -6,11 +6,14 @@
"dependencies": {
"@babel/core": "^7.20.2",
"@linaria/babel-preset": "workspace:^",
"@linaria/utils": "workspace:^",
"esbuild": "^0.12.5"
"@linaria/utils": "workspace:^"
},
"devDependencies": {
"@types/node": "^17.0.39"
"@types/node": "^17.0.39",
"esbuild": "^0.12.5"
},
"peerDependencies": {
"esbuild": ">=0.12.0"
},
"engines": {
"node": "^12.16.0 || >=13.7.0"
Expand Down
3 changes: 3 additions & 0 deletions packages/rollup/package.json
Expand Up @@ -13,6 +13,9 @@
"devDependencies": {
"rollup": "1.20.0||^2.0.0"
},
"peerDependencies": {
"rollup": "1.20.0||^2.0.0"
},
"engines": {
"node": "^12.16.0 || >=13.7.0"
},
Expand Down
4 changes: 2 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6fab0af

Please sign in to comment.