Skip to content

Commit

Permalink
feat: update package versions. (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
smo043 authored May 20, 2023
1 parent ef285b2 commit f4ef32a
Show file tree
Hide file tree
Showing 3 changed files with 115 additions and 125 deletions.
6 changes: 1 addition & 5 deletions next.config.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
experimental: {
appDir: true
}
};
const nextConfig = {};

module.exports = nextConfig;
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,20 @@
"pre:commit": "run-p check:types format:check lint"
},
"dependencies": {
"next": "^13.4.2",
"pm2": "^5.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"next": "latest",
"pm2": "latest",
"react": "latest",
"react-dom": "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 f4ef32a

Please sign in to comment.