Skip to content

Commit

Permalink
chore: upgrade dependencies (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
rasendubi authored May 19, 2024
1 parent 6f60a49 commit 3af18d6
Show file tree
Hide file tree
Showing 19 changed files with 2,658 additions and 2,697 deletions.
5 changes: 5 additions & 0 deletions .changeset/late-cooks-hunt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'astro-org': patch
---

Bump astro version.
10 changes: 5 additions & 5 deletions examples/astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.3.1",
"@astrojs/rss": "^3.0.0",
"@astrojs/sitemap": "^3.0.3",
"astro": "^3.5.3",
"@astrojs/check": "^0.7.0",
"@astrojs/rss": "^4.0.6",
"@astrojs/sitemap": "^3.1.4",
"astro": "^4.8.6",
"astro-org": "workspace:^",
"typescript": "^5.2.2"
"typescript": "^5.4.5"
}
}
20 changes: 10 additions & 10 deletions examples/next-blog-starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,23 @@
"start": "next start"
},
"dependencies": {
"classnames": "2.3.2",
"date-fns": "2.30.0",
"next": "^14.0.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"classnames": "2.5.1",
"date-fns": "3.6.0",
"next": "^14.2.3",
"react": "18.3.1",
"react-dom": "18.3.1",
"rehype-stringify": "10.0.0",
"unified": "11.0.4",
"uniorg-extract-keywords": "^1.0.1",
"uniorg-parse": "^3.0.0",
"uniorg-rehype": "^1.2.0"
},
"devDependencies": {
"autoprefixer": "^10.4.16",
"postcss": "^8.4.31",
"postcss-preset-env": "^9.3.0",
"sharp": "^0.32.6",
"tailwindcss": "^3.3.5"
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"postcss-preset-env": "^9.5.13",
"sharp": "^0.33.4",
"tailwindcss": "^3.4.3"
},
"license": "MIT"
}
12 changes: 6 additions & 6 deletions examples/org-braindump/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,21 @@
"start": "next start"
},
"dependencies": {
"next": "^14.0.2",
"next": "^14.2.3",
"orgast-util-visit-ids": "^1.0.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"rehype-react": "8.0.0",
"rehype-url-inspector": "^2.0.2",
"sharp": "^0.32.6",
"sharp": "^0.33.4",
"to-vfile": "^8.0.0",
"trough": "2.1.0",
"trough": "2.2.0",
"unified": "11.0.4",
"uniorg-extract-keywords": "^1.0.1",
"uniorg-parse": "^3.0.0",
"uniorg-rehype": "^1.2.0",
"uniorg-slug": "^1.0.1",
"vfile-find-down": "7.1.0",
"vfile-reporter": "8.1.0"
"vfile-reporter": "8.1.1"
}
}
8 changes: 4 additions & 4 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
description = "Uniorg development flake.";

inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.11";
inputs.flake-utils.url = "github:numtide/flake-utils";

outputs = { self, nixpkgs, flake-utils }:
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
"publish": "turbo build --filter='!./examples/*' && pnpm publish -r && changeset tag"
},
"devDependencies": {
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.26.2",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.2",
"eslint": "^8.53.0",
"jest": "^29.7.0",
"prettier": "^3.1.0",
"ts-jest": "^29.1.1",
"turbo": "^1.10.16",
"typescript": "5.2.2"
"prettier": "^3.2.5",
"ts-jest": "^29.1.2",
"turbo": "^1.13.3",
"typescript": "5.4.5"
}
}
10 changes: 5 additions & 5 deletions packages/astro-org/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"acorn": "^8.11.2",
"acorn": "^8.11.3",
"orgast-util-visit-ids": "^1.0.0",
"rollup-plugin-orgx": "^1.0.2",
"unified": "^11.0.4",
Expand All @@ -38,11 +38,11 @@
"vfile": "^6.0.1"
},
"devDependencies": {
"@types/node": "^20.9.0",
"astro": "^3.5.3",
"typescript": "^5.2.2"
"@types/node": "^20.12.12",
"astro": "^4.8.6",
"typescript": "^5.4.5"
},
"peerDependencies": {
"astro": "^3.0.12"
"astro": "^3.0.12 || ^4.0.0"
}
}
4 changes: 2 additions & 2 deletions packages/orgast-util-to-string/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
"url": "https://github.com/rasendubi/uniorg/issues"
},
"devDependencies": {
"@types/jest": "29.5.8",
"@types/jest": "29.5.12",
"@types/unist": "3.0.2",
"jest": "29.7.0",
"typescript": "5.2.2",
"typescript": "5.4.5",
"uniorg": "^1.2.0",
"uniorg-parse": "^3.0.0"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/orgast-util-visit-ids/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
"url": "https://github.com/rasendubi/uniorg/issues"
},
"devDependencies": {
"@types/jest": "29.5.8",
"@types/jest": "29.5.12",
"@types/unist": "3.0.2",
"jest": "29.7.0",
"typescript": "5.2.2",
"typescript": "5.4.5",
"uniorg": "^1.2.0",
"uniorg-parse": "^3.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/orgx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"homepage": "https://github.com/rasendubi/uniorg#readme",
"dependencies": {
"@types/estree-jsx": "^1.0.3",
"@types/estree-jsx": "^1.0.5",
"estree-util-build-jsx": "^3.0.1",
"estree-util-is-identifier-name": "^3.0.0",
"estree-util-to-js": "^2.0.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/uniorg-attach/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,16 @@
"url": "https://github.com/rasendubi/uniorg/issues"
},
"devDependencies": {
"@types/jest": "29.5.8",
"@types/node": "^20.9.0",
"@types/jest": "29.5.12",
"@types/node": "^20.12.12",
"@types/unist": "3.0.2",
"jest": "29.7.0",
"typescript": "5.2.2",
"typescript": "5.4.5",
"unified": "11.0.4",
"uniorg": "^1.2.0",
"uniorg-parse": "^3.0.0",
"vfile": "6.0.1",
"yaml": "^2.3.4"
"yaml": "^2.4.2"
},
"dependencies": {
"unist-util-visit-parents": "6.0.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/uniorg-extract-keywords/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@
"url": "https://github.com/rasendubi/uniorg/issues"
},
"devDependencies": {
"@types/jest": "29.5.8",
"@types/jest": "29.5.12",
"@types/unist": "3.0.2",
"jest": "29.7.0",
"typescript": "5.2.2",
"typescript": "5.4.5",
"unified": "11.0.4",
"uniorg": "^1.2.0",
"uniorg-parse": "^3.0.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/uniorg-parse/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@
"url": "https://github.com/rasendubi/uniorg/issues"
},
"devDependencies": {
"@types/jest": "29.5.8",
"@types/node": "^20.9.0",
"@types/jest": "29.5.12",
"@types/node": "^20.12.12",
"@types/unist": "3.0.2",
"jest": "29.7.0",
"ts-jest": "^29.1.1",
"typescript": "5.2.2",
"ts-jest": "^29.1.2",
"typescript": "5.4.5",
"unified": "^11.0.4",
"uniorg": "^1.2.0",
"yaml": "^2.3.4"
"yaml": "^2.4.2"
},
"dependencies": {
"unist-builder": "4.0.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/uniorg-rehype/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,21 +39,21 @@
"url": "https://github.com/rasendubi/uniorg/issues"
},
"devDependencies": {
"@types/hast": "^3.0.3",
"@types/jest": "29.5.8",
"@types/hast": "^3.0.4",
"@types/jest": "29.5.12",
"@types/unist": "3.0.2",
"jest": "29.7.0",
"rehype-format": "5.0.0",
"rehype-raw": "7.0.0",
"rehype-stringify": "10.0.0",
"ts-jest": "^29.1.1",
"typescript": "5.2.2",
"ts-jest": "^29.1.2",
"typescript": "5.4.5",
"unified": "11.0.4",
"uniorg": "^1.2.0",
"uniorg-parse": "^3.0.0"
},
"dependencies": {
"hastscript": "8.0.0",
"hastscript": "9.0.0",
"unist-builder": "4.0.0"
}
}
4 changes: 2 additions & 2 deletions packages/uniorg-slug/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@
"unist-util-visit": "5.0.0"
},
"devDependencies": {
"@types/jest": "29.5.8",
"@types/jest": "29.5.12",
"@types/unist": "3.0.2",
"jest": "29.7.0",
"rehype-stringify": "10.0.0",
"typescript": "5.2.2",
"typescript": "5.4.5",
"unified": "^11.0.4",
"uniorg": "^1.2.0",
"uniorg-parse": "^3.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/uniorg-stringify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@
"url": "https://github.com/rasendubi/uniorg/issues"
},
"devDependencies": {
"@types/jest": "29.5.8",
"@types/jest": "29.5.12",
"@types/unist": "3.0.2",
"jest": "29.7.0",
"typescript": "5.2.2",
"typescript": "5.4.5",
"unified": "11.0.4",
"uniorg": "^1.2.0",
"uniorg-parse": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/uniorg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@
},
"devDependencies": {
"@types/unist": "3.0.2",
"typescript": "5.2.2"
"typescript": "5.4.5"
}
}
Loading

0 comments on commit 3af18d6

Please sign in to comment.