Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github: [builtbyjonas]
github: [builtbyjonas]
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"devDependencies": {
"@types/node": "^24.3.0",
"prettier": "^3.6.2",
"vitepress": "2.0.0-alpha.11"
"vitepress": "2.0.0-alpha.12"
},
"dependencies": {
"vitepress-plugin-group-icons": "^1.6.3",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "contentkit-monorepo",
"version": "0.1.7",
"version": "0.1.8",
"type": "module",
"description": "The monorepo for the ContentKit SDK",
"workspaces": [
Expand All @@ -25,8 +25,8 @@
"license": "BSD-3-Clause",
"packageManager": "[email protected]",
"devDependencies": {
"@types/node": "^22.15.32",
"@types/node": "^24.3.0",
"prettier": "^3.6.2",
"tsx": "^4.20.4"
"tsx": "^4.20.5"
}
}
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ckjs/cli",
"version": "0.1.4",
"version": "0.1.8",
"description": "Command line interface for ContentKit",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -35,7 +35,7 @@
"commander": "^14.0.0"
},
"devDependencies": {
"@types/node": "^22.14.1",
"@types/node": "^24.3.0",
"typescript": "^5.8.3"
}
}
4 changes: 2 additions & 2 deletions packages/contentkit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "contentkit",
"version": "0.1.4",
"version": "0.1.8",
"description": "ContentKit is a powerful SDK for converting Markdown (or MDX) content into structured JSON data",
"keywords": [
"contentkit",
Expand Down Expand Up @@ -42,7 +42,7 @@
"@ckjs/next": "workspace:*"
},
"devDependencies": {
"@types/node": "^22.14.1",
"@types/node": "^24.3.0",
"typescript": "^5.8.3"
},
"exports": {
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ckjs/core",
"version": "0.1.4",
"version": "0.1.8",
"description": "Core library for ContentKit",
"publishConfig": {
"access": "public"
Expand All @@ -19,7 +19,7 @@
},
"devDependencies": {
"@types/marked": "^6.0.0",
"@types/node": "^22.14.1",
"@types/node": "^24.3.0",
"typescript": "^5.8.3"
},
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/matter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ckjs/matter",
"version": "0.1.4",
"version": "0.1.8",
"description": "Frontmatter parser for ContentKit",
"publishConfig": {
"access": "public"
Expand All @@ -27,7 +27,7 @@
"LICENSE"
],
"devDependencies": {
"@types/node": "^22.14.1",
"@types/node": "^24.3.0",
"typescript": "^5.8.3"
},
"dependencies": {
Expand Down
10 changes: 5 additions & 5 deletions packages/next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ckjs/next",
"version": "0.1.4",
"version": "0.1.8",
"description": "Next.js client for ContentKit",
"license": "BSD-3-Clause",
"main": "./distribution/index.js",
Expand Down Expand Up @@ -31,13 +31,13 @@
"@ckjs/utils": "workspace:*",
"chokidar": "^3.5.3",
"lodash": "^4.17.21",
"next": "^15.3.1"
"next": "^15.5.0"
},
"devDependencies": {
"@types/lodash": "^4.17.20",
"@types/node": "^22.14.1",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2",
"@types/node": "^24.3.0",
"@types/react": "^19.1.11",
"@types/react-dom": "^19.1.8",
"typescript": "^5.8.3"
}
}
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ckjs/types",
"version": "0.1.4",
"version": "0.1.8",
"description": "Type definitions for ContentKit",
"license": "BSD-3-Clause",
"main": "./distribution/index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ckjs/utils",
"version": "0.1.4",
"version": "0.1.8",
"description": "Utility functions for ContentKit",
"publishConfig": {
"access": "public"
Expand All @@ -18,7 +18,7 @@
"url": "https://github.com/infinitejs/contentkit/issues"
},
"devDependencies": {
"@types/node": "^22.14.1"
"@types/node": "^24.3.0"
},
"files": [
"assets",
Expand Down
Loading