Skip to content

Commit

Permalink
chore: bump rollup
Browse files Browse the repository at this point in the history
  • Loading branch information
sbsrnt committed Apr 13, 2024
1 parent 0b94558 commit 92276b5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 16 deletions.
10 changes: 5 additions & 5 deletions package-lock.json

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

6 changes: 2 additions & 4 deletions packages/writ-icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"files": ["dist"],
"scripts": {
"_clean": "del-cli dist",
"_build": "rollup -c",
Expand All @@ -27,7 +25,7 @@
"svgr": "npx @svgr/cli --svgo-config .svgrrc.js --out-dir src -- src/svg && npm run format"
},
"devDependencies": {
"@exile-watch/rollup-config": "^1.1.0",
"@exile-watch/rollup-config": "^1.1.1",
"@exile-watch/typescript-config": "^1.1.0",
"@svgr/cli": "^8.1.0",
"@types/react": "^18.2.55",
Expand Down
10 changes: 3 additions & 7 deletions packages/writ-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"files": ["dist"],
"scripts": {
"_clean": "del-cli dist",
"_build": "rollup -c",
Expand All @@ -27,7 +25,7 @@
},
"devDependencies": {
"@exile-watch/postcss-config": "^1.1.0",
"@exile-watch/rollup-config": "^1.1.0",
"@exile-watch/rollup-config": "^1.1.1",
"@exile-watch/typescript-config": "^1.1.0",
"@exile-watch/writ-icons": "^1.0.2",
"@types/react": "^18.2.55",
Expand Down Expand Up @@ -60,7 +58,5 @@
"registry": "https://npm.pkg.github.com/",
"access": "public"
},
"workspaces": [
"packages/*"
]
"workspaces": ["packages/*"]
}

0 comments on commit 92276b5

Please sign in to comment.