Skip to content

Commit

Permalink
Match packages in repos
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiash98 committed Feb 21, 2024
1 parent 7094a2e commit b610f54
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 40 deletions.
2 changes: 1 addition & 1 deletion apps/blifrivillig/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dev": "next dev -p 3000",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"start": "next start -p 3000",
"lint": "next lint"
},
"dependencies": {
Expand Down
13 changes: 6 additions & 7 deletions apps/kvarteret/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@
"dotenv": "^10.0.0",
"false": "^0.0.4",
"fuse.js": "^6.6.2",
"graphql": "^15.6.1",
"graphql": "^16.8.0",
"is-email": "^1.0.2",
"is-url": "^1.2.4",
"memory-cache": "^0.2.0",
"moment": "^2.29.4",
"next": "^12.1.5",
"next": "^12.1",
"next-compose-plugins": "^2.2.1",
"next-images": "^1.8.5",
"next-seo": "^4.28.1",
"next-transpile-modules": "^9.0.0",
"next-seo": "^6.1.0",
"next-transpile-modules": "^10.0.1",
"node-vibrant": "^3.1.6",
"plaiceholder": "^2.2.0",
"react": "17.0.2",
Expand All @@ -40,12 +40,11 @@
},
"devDependencies": {
"@types/node": "18.7.14",
"@types/react": "^17.0.4",
"@types/react": "^17.0.2",
"eslint": "8.48.0",
"eslint-config-next": "11.1.2",
"next-sitemap": "^1.6.203",
"typescript": "4.8.2",
"vercel": "^23.1.2"
"typescript": "4.8.2"
},
"resolutions": {
"@types/react": "17.0.2",
Expand Down
37 changes: 5 additions & 32 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b610f54

Please sign in to comment.