Skip to content

Commit ef3cbf3

Browse files
authored
Merge pull request #264 from contentlayerdev/feat/stackbit-source
experimental-source-files-stackbit
2 parents 4618dd5 + 5530019 commit ef3cbf3

File tree

40 files changed

+882
-52
lines changed

40 files changed

+882
-52
lines changed

examples/archive/playground-azimuth-colocated/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
"contentlayer": "workspace:*",
2525
"contentlayer-stackbit-yaml-generator": "workspace:*",
2626
"next-contentlayer": "workspace:*",
27-
"typescript": "^4.6.4"
27+
"typescript": "^4.7.4"
2828
}
2929
}

examples/archive/playground-azimuth-contentful/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@
2525
"contentlayer": "workspace:*",
2626
"contentlayer-stackbit-yaml-generator": "workspace:*",
2727
"next-contentlayer": "workspace:*",
28-
"typescript": "^4.6.4"
28+
"typescript": "^4.7.4"
2929
}
3030
}

examples/archive/playground-azimuth-sanity/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
"@types/react": "^18.0.9",
2525
"@types/react-dom": "^18.0.3",
2626
"@types/react-helmet": "^6.1.5",
27-
"typescript": "^4.6.4"
27+
"typescript": "^4.7.4"
2828
}
2929
}

examples/archive/playground-azimuth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
"contentlayer": "workspace:*",
2525
"contentlayer-stackbit-yaml-generator": "workspace:*",
2626
"next-contentlayer": "workspace:*",
27-
"typescript": "^4.6.4"
27+
"typescript": "^4.7.4"
2828
}
2929
}

examples/archive/playground-contentful-starter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
"contentlayer": "latest",
2020
"next-contentlayer": "latest",
2121
"rehype-highlight": "^5.0.2",
22-
"typescript": "^4.6.4"
22+
"typescript": "^4.7.4"
2323
}
2424
}

examples/archive/starter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
"contentlayer": "latest",
1919
"next-contentlayer": "latest",
2020
"rehype-highlight": "^5.0.2",
21-
"typescript": "^4.6.4"
21+
"typescript": "^4.7.4"
2222
}
2323
}

examples/next-contentlayer-example

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"eslint-plugin-simple-import-sort": "^7.0.0",
3939
"prettier": "^2.6.2",
4040
"ts-patch": "^2.0.1",
41-
"typescript": "^4.6.4"
41+
"typescript": "^4.7.4"
4242
},
4343
"resolutions": {
4444
"esbuild": "0.14.38",

packages/@contentlayer/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@contentlayer/cli",
3-
"version": "0.2.6-dev.9",
3+
"version": "0.2.7-dev.6",
44
"type": "module",
55
"exports": "./dist/index.js",
66
"types": "./dist/index.d.ts",

packages/@contentlayer/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@contentlayer/client",
3-
"version": "0.2.6-dev.9",
3+
"version": "0.2.7-dev.6",
44
"type": "module",
55
"exports": "./dist/index.js",
66
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)