Skip to content

Commit

Permalink
chore: bump exile watch deps
Browse files Browse the repository at this point in the history
  • Loading branch information
sbsrnt committed Apr 13, 2024
1 parent 9c6ecc3 commit efd6a8c
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 31 deletions.
39 changes: 15 additions & 24 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions packages/writ-icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"svgr": "npx @svgr/cli --svgo-config .svgrrc.js --out-dir src -- src/svg && npm run format"
},
"devDependencies": {
"@exile-watch/rollup-config": "^0.2.0",
"@exile-watch/typescript-config": "^0.3.0",
"@exile-watch/rollup-config": "^1.1.0",
"@exile-watch/typescript-config": "^1.1.0",
"@svgr/cli": "^8.1.0",
"@types/react": "^18.2.55",
"del-cli": "^5.1.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/writ-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@exile-watch/postcss-config": "^0.2.0",
"@exile-watch/rollup-config": "^0.2.0",
"@exile-watch/typescript-config": "^0.3.0",
"@exile-watch/postcss-config": "^1.1.0",
"@exile-watch/rollup-config": "^1.1.0",
"@exile-watch/typescript-config": "^1.1.0",
"@exile-watch/writ-icons": "^0.3.8",
"@types/react": "^18.2.55",
"classnames": "^2.5.1",
Expand All @@ -37,8 +37,8 @@
"sass": "^1.70.0"
},
"peerDependencies": {
"@exile-watch/postcss-config": "^0.2.0",
"@exile-watch/writ-icons": "^0.3.6",
"@exile-watch/postcss-config": ">=1",
"@exile-watch/writ-icons": ">=1",
"classnames": "^2.5.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand Down

0 comments on commit efd6a8c

Please sign in to comment.