Skip to content

Commit

Permalink
Merge pull request #17 from samvera/14-update-implementation
Browse files Browse the repository at this point in the history
Update Implementation field
  • Loading branch information
adamjarling authored Jul 9, 2024
2 parents 3d6c9cf + 13c49c6 commit 537fef8
Show file tree
Hide file tree
Showing 4 changed files with 556 additions and 477 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,6 @@ yarn-error.log*
# typescript
*.tsbuildinfo
next-env.d.ts

# vs code
.vscode/
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,36 +14,36 @@
"start": "next start"
},
"dependencies": {
"@contentful/rich-text-react-renderer": "^15.21.2",
"@headlessui/react": "^2.0.4",
"@heroicons/react": "^2.1.3",
"@next/third-parties": "^14.2.3",
"@contentful/rich-text-react-renderer": "^15.22.1",
"@headlessui/react": "^2.1.1",
"@heroicons/react": "^2.1.4",
"@next/third-parties": "^14.2.4",
"@tailwindcss/forms": "^0.5.7",
"@tanstack/react-query": "^5.40.0",
"contentful": "^10.11.7",
"contentful-management": "^11.26.2",
"@tanstack/react-query": "^5.49.2",
"contentful": "^10.12.6",
"contentful-management": "^11.27.5",
"install": "^0.13.0",
"next": "14.2.3",
"next": "14.2.4",
"next-themes": "^0.3.0",
"pnpm": "^9.1.4",
"pnpm": "^9.4.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-feather": "^2.0.10",
"react-loading-skeleton": "^3.4.0"
},
"devDependencies": {
"@tanstack/eslint-plugin-query": "^5.35.6",
"@types/node": "^20.12.13",
"@tanstack/eslint-plugin-query": "^5.50.0",
"@types/node": "^20.14.9",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"contentful-cli": "^3.3.1",
"eslint": "^9.3.0",
"eslint-config-next": "14.2.3",
"contentful-cli": "^3.3.3",
"eslint": "^9.6.0",
"eslint-config-next": "14.2.4",
"eslint-config-prettier": "^9.1.0",
"gh-pages": "^6.1.1",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5"
"postcss": "^8.4.39",
"prettier": "^3.3.2",
"tailwindcss": "^3.4.4",
"typescript": "^5.5.3"
}
}
Loading

0 comments on commit 537fef8

Please sign in to comment.