Skip to content

Commit

Permalink
build: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
paradoxuum committed Nov 1, 2024
1 parent 14da806 commit af227c0
Show file tree
Hide file tree
Showing 6 changed files with 326 additions and 339 deletions.
8 changes: 4 additions & 4 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/starlight": "^0.28.3",
"@astrojs/starlight": "^0.28.5",
"@fontsource-variable/jetbrains-mono": "^5.1.1",
"@lorenzo_lewis/starlight-utils": "^0.2.0",
"astro": "^4.16.2",
"astro": "^4.16.8",
"sharp": "^0.33.5",
"starlight-links-validator": "^0.12.3",
"starlight-links-validator": "^0.12.4",
"typescript": "^5.6.3"
},
"devDependencies": {
"sass": "^1.79.5"
"sass": "^1.80.5"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
},
"devDependencies": {
"@biomejs/biome": "1.9.0",
"lefthook": "^1.7.18"
"lefthook": "^1.8.2"
}
}
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@rbxts/compiler-types": "^3.0.0-types.0",
"@rbxts/jest": "^0.1.0",
"@rbxts/jest-globals": "^0.1.0",
"@rbxts/types": "^1.0.812",
"@rbxts/types": "^1.0.813",
"rbxts-transform-debug": "https://github.com/paradoxuum/rbxts-transform-debug",
"roblox-ts": "3.0.0",
"shx": "^0.3.4",
Expand Down
8 changes: 4 additions & 4 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,17 @@
"devDependencies": {
"@rbxts/centurion": "workspace:^",
"@rbxts/compiler-types": "3.0.0-types.0",
"@rbxts/types": "^1.0.812",
"@rbxts/types": "^1.0.813",
"roblox-ts": "3.0.0",
"shx": "^0.3.4",
"typescript": "5.5.3"
},
"dependencies": {
"@rbxts/charm": "^0.8.0",
"@rbxts/charm": "^0.8.1",
"@rbxts/services": "^1.5.5",
"@rbxts/set-timeout": "^1.1.2",
"@rbxts/vide": "^0.4.6",
"@rbxts/vide-charm": "^0.1.0"
"@rbxts/vide": "^0.5.0",
"@rbxts/vide-charm": "^0.1.1"
},
"peerDependencies": {
"@rbxts/centurion": "workspace:^"
Expand Down
2 changes: 1 addition & 1 deletion test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"devDependencies": {
"@rbxts/compiler-types": "^3.0.0-types.0",
"@rbxts/types": "^1.0.812",
"@rbxts/types": "^1.0.813",
"roblox-ts": "3.0.0",
"typescript": "=5.5.3"
},
Expand Down
Loading

0 comments on commit af227c0

Please sign in to comment.