Skip to content

Commit

Permalink
docs: update content-source-maps-cpa example
Browse files Browse the repository at this point in the history
  • Loading branch information
YvesRijckaert committed Dec 10, 2024
1 parent fc5bd64 commit 166e736
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions examples/content-source-maps-cpa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,29 +3,33 @@
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@contentful/live-preview": "^4.2.2",
"@contentful/live-preview": "^4.5.17",
"@types/node": "20.2.3",
"@types/react": "18.2.7",
"@types/react-dom": "18.2.4",
"contentful": "^10.12.0",
"next": "14.2.10",
"react": "18.2.0",
"react-dom": "18.2.0",
"next": "15.0.4",
"react": "19.0.0",
"react-dom": "19.0.0",
"typescript": "5.0.4"
},
"devDependencies": {
"@types/leaflet": "^1.9.8",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react": "19.0.1",
"@types/react-dom": "19.0.1",
"eslint": "^8",
"eslint-config-next": "14.0.4",
"eslint-config-next": "15.0.4",
"typescript": "^5"
},
"overrides": {
"@types/react": "19.0.1",
"@types/react-dom": "19.0.1"
}
}

0 comments on commit 166e736

Please sign in to comment.