Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Xennis committed Jan 1, 2025
1 parent 97dc040 commit 3f7b0b8
Show file tree
Hide file tree
Showing 3 changed files with 153 additions and 143 deletions.
16 changes: 8 additions & 8 deletions examples/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,19 @@
"@notionhq/client": "^2.2.15",
"@xennis/react-notion-cms-fetch": "workspace:*",
"@xennis/react-notion-cms-render": "workspace:*",
"highlight.js": "^11.10.0",
"highlight.js": "^11.11.1",
"next": "14.2.15",
"prismjs": "^1.29.0",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/node": "^22.5.5",
"@types/prismjs": "^1.26.4",
"@types/react": "^18.3.8",
"@types/react-dom": "^18.3.0",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.13",
"typescript": "^5.6.2"
"@types/node": "^22.10.3",
"@types/prismjs": "^1.26.5",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.2"
}
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"format": "prettier --write --ignore-path .prettierignore ."
},
"devDependencies": {
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.6",
"typescript": "^5.6.2"
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.9",
"typescript": "^5.7.2"
}
}
Loading

0 comments on commit 3f7b0b8

Please sign in to comment.