Skip to content

Commit

Permalink
Merge pull request #15 from codibrie/ops/updated-dependencies-sep
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
en3sis authored Oct 3, 2023
2 parents d67c68d + b3134f5 commit 6a18ade
Show file tree
Hide file tree
Showing 3 changed files with 619 additions and 278 deletions.
2 changes: 1 addition & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const { withContentlayer } = require('next-contentlayer')
module.exports = withContentlayer({
reactStrictMode: true,
experimental: { serverActions: true },
output: 'standalone',
// output: 'standalone', # Enable for Docker Deployments
images: {
domains: ['upload.wikimedia.org'],
},
Expand Down
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,33 +15,33 @@
},
"dependencies": {
"@next-auth/supabase-adapter": "^0.2.1",
"@supabase/supabase-js": "^2.31.0",
"@types/jsonwebtoken": "^9.0.2",
"@supabase/supabase-js": "^2.37.0",
"@types/jsonwebtoken": "^9.0.3",
"contentlayer": "^0.3.4",
"eslint-config-prettier": "^8.10.0",
"framer-motion": "^10.15.0",
"framer-motion": "^10.16.4",
"husky": "^8.0.3",
"jsonwebtoken": "^9.0.1",
"next": "^13.4.12",
"next-auth": "^4.22.3",
"jsonwebtoken": "^9.0.2",
"next": "^13.5.4",
"next-auth": "^4.23.2",
"next-contentlayer": "^0.3.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"zustand": "^4.4.0"
"zustand": "^4.4.2"
},
"devDependencies": {
"@types/node": "^20.4.6",
"@types/react": "^18.2.18",
"@typescript-eslint/eslint-plugin": "^6.2.1",
"@typescript-eslint/parser": "^6.2.1",
"autoprefixer": "^10.4.14",
"eslint": "^8.46.0",
"eslint-config-next": "^13.4.12",
"eslint-plugin-react": "^7.33.1",
"postcss": "^8.4.27",
"prettier": "3.0.1",
"@types/node": "^20.8.2",
"@types/react": "^18.2.24",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"autoprefixer": "^10.4.16",
"eslint": "^8.50.0",
"eslint-config-next": "^13.5.4",
"eslint-plugin-react": "^7.33.2",
"postcss": "^8.4.31",
"prettier": "3.0.3",
"prettier-plugin-organize-imports": "^3.2.3",
"tailwindcss": "^3.3.3",
"typescript": "^5.1.6"
"typescript": "^5.2.2"
}
}
Loading

0 comments on commit 6a18ade

Please sign in to comment.