Skip to content

Commit

Permalink
update deps and reduce middleware
Browse files Browse the repository at this point in the history
  • Loading branch information
almeidx committed Jun 12, 2024
1 parent 17194bd commit abe1a23
Show file tree
Hide file tree
Showing 6 changed files with 300 additions and 306 deletions.
2 changes: 1 addition & 1 deletion biome.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://biomejs.dev/schemas/1.8.0/schema.json",
"$schema": "https://biomejs.dev/schemas/1.8.1/schema.json",
"files": {
"ignoreUnknown": true
},
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,30 +15,30 @@
"dependencies": {
"@ariakit/react": "^0.4.7",
"@emotion/styled": "^11.11.5",
"@mui/icons-material": "^5.15.19",
"@next/third-parties": "^14.2.3",
"@mui/icons-material": "^5.15.20",
"@next/third-parties": "15.0.0-canary.27",
"@sindresorhus/slugify": "^2.2.1",
"clsx": "^2.1.1",
"embla-carousel-auto-scroll": "^8.1.3",
"embla-carousel-react": "^8.1.3",
"embla-carousel-auto-scroll": "^8.1.5",
"embla-carousel-react": "^8.1.5",
"jwt-decode": "^4.0.0",
"match-sorter": "^6.3.4",
"next": "15.0.0-rc.0",
"next": "15.0.0-canary.27",
"next-nprogress-bar": "^2.3.12",
"nextra": "^2.13.4",
"nextra-theme-docs": "^2.13.4",
"react": "19.0.0-rc-9d4fba0788-20240530",
"react": "19.0.0-rc-f3e09d6328-20240612",
"react-colorful": "^5.6.1",
"react-dom": "19.0.0-rc-9d4fba0788-20240530",
"react-dom": "19.0.0-rc-f3e09d6328-20240612",
"react-select": "^5.8.0",
"sharp": "^0.33.4",
"textarea-caret": "^3.1.0",
"usehooks-ts": "^3.1.0",
"valibot": "0.31.1"
},
"devDependencies": {
"@biomejs/biome": "^1.8.0",
"@next/bundle-analyzer": "^14.2.3",
"@biomejs/biome": "^1.8.1",
"@next/bundle-analyzer": "15.0.0-canary.27",
"@types/node": "^20.14.2",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
Expand Down

0 comments on commit abe1a23

Please sign in to comment.