Skip to content
This repository has been archived by the owner on May 11, 2024. It is now read-only.

Commit

Permalink
feat: update package versions to the latest (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
smo043 authored May 20, 2023
1 parent d5ce481 commit e06f7f0
Show file tree
Hide file tree
Showing 3 changed files with 127 additions and 134 deletions.
1 change: 0 additions & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ const nextConfig = {
}
},
experimental: {
appDir: true,
typedRoutes: true
}
};
Expand Down
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,25 +20,25 @@
"pre:commit": "run-p check:types format:check lint"
},
"dependencies": {
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.11.16",
"@mui/material": "^5.13.1",
"next": "^13.4.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tss-react": "^4.8.3"
"@emotion/cache": "latest",
"@emotion/react": "latest",
"@emotion/styled": "latest",
"@mui/icons-material": "latest",
"@mui/material": "latest",
"next": "latest",
"react": "latest",
"react-dom": "latest",
"tss-react": "latest"
},
"devDependencies": {
"@types/node": "^20.2.0",
"@types/react": "^18.2.6",
"@types/react-dom": "^18.2.4",
"eslint": "^8.40.0",
"eslint-config-next": "^13.4.2",
"husky": "^8.0.3",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.8",
"typescript": "5.0.4"
"@types/node": "latest",
"@types/react": "latest",
"@types/react-dom": "latest",
"eslint": "latest",
"eslint-config-next": "latest",
"husky": "latest",
"npm-run-all": "latest",
"prettier": "latest",
"typescript": "latest"
}
}
Loading

0 comments on commit e06f7f0

Please sign in to comment.