Skip to content

Commit

Permalink
Update (non-dev) dependencies (#230)
Browse files Browse the repository at this point in the history
* Update all (non-dev) deps
  • Loading branch information
cezaraugusto authored Dec 11, 2024
1 parent 01178fb commit 0d73d52
Show file tree
Hide file tree
Showing 6 changed files with 1,140 additions and 1,486 deletions.
2 changes: 0 additions & 2 deletions examples/sidebar-shadcn/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@
"@types/react": "^18.2.64",
"@types/react-dom": "^18.2.21",
"autoprefixer": "^10.4.20",
"daisyui": "^4.12.10",
"extension": "latest",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.13",
"typescript": "5.3.3"
Expand Down
10 changes: 4 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"watch": "pnpm compile && dotenv -- turbo run watch --filter=./programs/* --concurrency=5"
},
"devDependencies": {
"@types/firefox-webext-browser": "^120.0.4",
"@changesets/cli": "^2.27.10",
"@eslint/js": "^9.16.0",
"@playwright/test": "^1.49.0",
Expand All @@ -41,10 +42,7 @@
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"tsup": "^8.3.5",
"turbo": "^2.3.3"
},
"dependencies": {
"@types/firefox-webext-browser": "^120.0.4",
"typescript": "5.3.3"
"turbo": "^2.3.3",
"typescript": "5.7.2"
}
}
}
Loading

0 comments on commit 0d73d52

Please sign in to comment.