Skip to content

Commit

Permalink
deps: update
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostdevv committed Nov 22, 2024
1 parent d7a0c15 commit 2036d3a
Show file tree
Hide file tree
Showing 6 changed files with 654 additions and 1,739 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"license": "MIT",
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@changesets/cli": "^2.27.1",
"@svitejs/changesets-changelog-github-compact": "^1.1.0",
"prettier": "^3.2.5"
"@changesets/cli": "^2.27.10",
"@svitejs/changesets-changelog-github-compact": "^1.2.0",
"prettier": "^3.3.3"
},
"scripts": {
"dev": "pnpm --parallel -r dev",
Expand Down
4 changes: 2 additions & 2 deletions packages/create-jellycommands/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
},
"homepage": "https://github.com/ghostdevv/jellycommands#readme",
"devDependencies": {
"@types/node": "^20.12.11",
"publint": "^0.2.7"
"@types/node": "^20.17.6",
"publint": "^0.2.12"
},
"dependencies": {
"@clack/prompts": "^0.7.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/starlight": "^0.28.6",
"astro": "^4.15.3",
"astro": "^4.16.14",
"sharp": "^0.32.5",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
},
"packageManager": "[email protected]",
"engines": {
Expand All @@ -26,6 +26,6 @@
"pnpm": "9.12.3"
},
"devDependencies": {
"starlight-links-validator": "^0.13.0"
"starlight-links-validator": "^0.13.2"
}
}
10 changes: 5 additions & 5 deletions packages/jellycommands/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,15 @@
"lint": "publint"
},
"devDependencies": {
"@types/node": "^18.19.33",
"@types/node": "^18.19.64",
"@vitest/coverage-v8": "^1.6.0",
"desm": "^1.3.1",
"discord.js": "^14.15.3",
"nodemon": "^3.1.0",
"publint": "^0.2.7",
"nodemon": "^3.1.7",
"publint": "^0.2.12",
"tsm": "^2.3.0",
"tsup": "^8.0.2",
"typescript": "^5.4.5",
"tsup": "^8.3.5",
"typescript": "^5.7.2",
"vitest": "^1.6.0"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"dev": "nodemon src/index.js"
},
"devDependencies": {
"@types/node": "^20.12.11",
"@types/node": "^20.17.6",
"discord.js": "^14.15.3",
"dotenv": "^16.4.5",
"jellycommands": "workspace:*",
"nodemon": "^3.1.0"
"nodemon": "^3.1.7"
}
}
Loading

0 comments on commit 2036d3a

Please sign in to comment.