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 36a744d commit 4387a88
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 deletions.
2 changes: 1 addition & 1 deletion examples/content-source-maps-cpa/lib/api-rest.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Entry, createClient, EntrySys } from 'contentful';
import { createClient, EntrySys } from 'contentful';

type PostFields = {
title: string;
Expand Down
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.6.0",
"@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 4387a88

Please sign in to comment.