Skip to content

Commit

Permalink
upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
schickling committed Jun 28, 2023
1 parent 6ce3fc6 commit fc40966
Show file tree
Hide file tree
Showing 11 changed files with 131 additions and 119 deletions.
26 changes: 13 additions & 13 deletions .vscode/tasks.json
Expand Up @@ -6,7 +6,7 @@
{
"label": "yarn-install",
"type": "shell",
"command": "yarn install",
"command": "direnv exec . yarn install",
"problemMatcher": [],
"presentation": {
"focus": true,
Expand All @@ -20,7 +20,7 @@
{
"label": "build:clean",
"type": "shell",
"command": "yarn build:clean",
"command": "direnv exec . yarn build:clean",
"problemMatcher": [],
"presentation": {
"focus": true,
Expand All @@ -34,7 +34,7 @@
{
"label": "test",
"type": "shell",
"command": "yarn test",
"command": "direnv exec . yarn test",
"problemMatcher": [],
"presentation": {
"focus": true,
Expand All @@ -47,7 +47,7 @@
{
"label": "lint",
"type": "shell",
"command": "yarn lint:check",
"command": "direnv exec . yarn lint:check",
"problemMatcher": ["$eslint-stylish"],
"presentation": {
"focus": true,
Expand All @@ -60,7 +60,7 @@
{
"label": "release:patch",
"type": "shell",
"command": "yarn release:patch",
"command": "direnv exec . yarn release:patch",
"options": { "cwd": "${workspaceFolder}" },
"presentation": {
"focus": true,
Expand All @@ -74,7 +74,7 @@
{
"label": "release:prerelease",
"type": "shell",
"command": "yarn release:prerelease",
"command": "direnv exec . yarn release:prerelease",
"options": { "cwd": "${workspaceFolder}" },
"presentation": {
"focus": true,
Expand All @@ -88,7 +88,7 @@
{
"label": "build",
"type": "shell",
"command": "yarn build",
"command": "direnv exec . yarn build",
"problemMatcher": [],
"options": { "cwd": "${workspaceFolder}" },
"presentation": {
Expand All @@ -103,7 +103,7 @@
{
"label": "build:contentlayer",
"type": "shell",
"command": "yarn build",
"command": "direnv exec . yarn build",
"options": { "cwd": "${workspaceFolder}/packages/contentlayer" },
"presentation": {
"focus": false,
Expand All @@ -117,7 +117,7 @@
{
"label": "build:@contentlayer/source-contentful",
"type": "shell",
"command": "yarn build",
"command": "direnv exec . yarn build",
"options": { "cwd": "${workspaceFolder}/packages/@contentlayer/source-contentful" },
"presentation": {
"focus": false,
Expand All @@ -131,7 +131,7 @@
{
"label": "build:@contentlayer/source-sanity",
"type": "shell",
"command": "yarn build",
"command": "direnv exec . yarn build",
"options": { "cwd": "${workspaceFolder}/packages/@contentlayer/source-sanity" },
"presentation": {
"focus": false,
Expand All @@ -145,7 +145,7 @@
{
"label": "build:next-contentlayer",
"type": "shell",
"command": "yarn build",
"command": "direnv exec . yarn build",
"options": { "cwd": "${workspaceFolder}/packages/next-contentlayer" },
"presentation": {
"focus": false,
Expand All @@ -159,7 +159,7 @@
{
"label": "build:contentlayer-stackbit-yaml-generator",
"type": "shell",
"command": "yarn build",
"command": "direnv exec . yarn build",
"options": { "cwd": "${workspaceFolder}/packages/contentlayer-stackbit-yaml-generator" },
"presentation": {
"focus": false,
Expand All @@ -173,7 +173,7 @@
{
"label": "dev:ts",
"type": "shell",
"command": "yarn dev:ts",
"command": "direnv exec . yarn dev:ts",
"problemMatcher": ["$tsc-watch"],
"isBackground": true,
"presentation": {
Expand Down
2 changes: 1 addition & 1 deletion examples/next-contentlayer-example
4 changes: 2 additions & 2 deletions examples/next-rsc-dynamic/package.json
Expand Up @@ -10,7 +10,7 @@
"dependencies": {
"contentlayer": "latest",
"date-fns": "2.30.0",
"next": "13.4.4",
"next": "13.4.7",
"next-contentlayer": "latest",
"react": "18.2.0",
"react-dom": "18.2.0"
Expand All @@ -20,6 +20,6 @@
"autoprefixer": "^10.4.14",
"postcss": "^8.4.24",
"tailwindcss": "^3.3.2",
"typescript": "5.0.4"
"typescript": "5.1.5"
}
}
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -38,7 +38,7 @@
"eslint-plugin-simple-import-sort": "^10.0.0",
"prettier": "^2.8.8",
"ts-patch": "^2.1.0",
"typescript": "^5.0.4"
"typescript": "^5.1.5"
},
"resolutions": {
"esbuild": "0.17.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@contentlayer/core/package.json
Expand Up @@ -36,7 +36,7 @@
"remark-parse": "^10.0.2",
"remark-rehype": "^10.1.0",
"source-map-support": "^0.5.21",
"type-fest": "^3.11.1",
"type-fest": "^3.12.0",
"unified": "^10.1.2"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/@contentlayer/utils/package.json
Expand Up @@ -73,9 +73,9 @@
"hash-wasm": "^4.9.0",
"inflection": "^2.0.1",
"memfs": "^3.5.1",
"oo-ascii-tree": "^1.82.0",
"oo-ascii-tree": "^1.84.0",
"ts-pattern": "^4.3.0",
"type-fest": "^3.11.1"
"type-fest": "^3.12.0"
},
"devDependencies": {
"@types/inflection": "^1.13.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/contentlayer-stackbit-yaml-generator/package.json
Expand Up @@ -24,7 +24,7 @@
},
"devDependencies": {
"contentlayer": "workspace:*",
"typescript": "^5.0.4",
"typescript": "^5.1.5",
"vite": "^4.3.1",
"vitest": "0.30.1"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/contentlayer/package.json
Expand Up @@ -69,7 +69,7 @@
"@contentlayer/utils": "workspace:*"
},
"devDependencies": {
"typescript": "^5.0.4"
"typescript": "^5.1.5"
},
"author": "schickling",
"homepage": "https://github.com/contentlayerdev/contentlayer",
Expand Down
2 changes: 1 addition & 1 deletion packages/integration-tests/package.json
Expand Up @@ -8,7 +8,7 @@
"devDependencies": {
"contentlayer": "workspace:*",
"remark-mdx-images": "^2.0.0",
"typescript": "^5.0.4",
"typescript": "^5.1.5",
"vite": "^4.3.1",
"vitest": "0.12.10"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/next-contentlayer/package.json
Expand Up @@ -49,9 +49,9 @@
"devDependencies": {
"@types/react": "^18.2.7",
"@types/react-dom": "^18.2.4",
"next": "^13.3.1",
"typescript": "^5.0.4",
"webpack": "^5.80.0"
"next": "^13.4.7",
"typescript": "^5.1.5",
"webpack": "^5.88.0"
},
"author": "schickling",
"homepage": "https://github.com/contentlayerdev/contentlayer",
Expand Down

0 comments on commit fc40966

Please sign in to comment.