Skip to content

Commit

Permalink
build: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
paradoxuum committed Aug 19, 2024
1 parent 2d5383e commit eab7673
Show file tree
Hide file tree
Showing 6 changed files with 704 additions and 214 deletions.
10 changes: 5 additions & 5 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.1",
"@astrojs/starlight": "^0.25.4",
"@fontsource-variable/jetbrains-mono": "^5.0.21",
"@astrojs/check": "^0.9.3",
"@astrojs/starlight": "^0.26.1",
"@fontsource-variable/jetbrains-mono": "^5.0.22",
"@lorenzo_lewis/starlight-utils": "^0.1.2",
"astro": "^4.13.1",
"sharp": "^0.33.4",
"astro": "^4.14.2",
"sharp": "^0.33.5",
"starlight-links-validator": "^0.10.1",
"typescript": "^5.5.4"
},
Expand Down
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.8.3",
"lefthook": "^1.7.11"
"lefthook": "^1.7.14"
}
}
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@
"dev": "shx rm -rf out && rbxtsc -w"
},
"devDependencies": {
"@rbxts/compiler-types": "^2.3.0-types.1",
"@rbxts/compiler-types": "^2.3.0-types.2",
"@rbxts/jest": "^0.1.0",
"@rbxts/jest-globals": "^0.1.0",
"@rbxts/types": "^1.0.794",
"@rbxts/types": "^1.0.799",
"rbxts-transform-debug": "https://github.com/paradoxuum/rbxts-transform-debug",
"roblox-ts": "2.3.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 @@ -33,18 +33,18 @@
},
"devDependencies": {
"@rbxts/centurion": "workspace:^",
"@rbxts/compiler-types": "2.3.0-types.1",
"@rbxts/types": "^1.0.794",
"@rbxts/compiler-types": "2.3.0-types.2",
"@rbxts/types": "^1.0.799",
"roblox-ts": "2.3.0-dev-26ec859",
"shx": "^0.3.4",
"typescript": "~5.5.4"
},
"dependencies": {
"@rbxts/charm": "^0.5.2",
"@rbxts/charm": "^0.6.0",
"@rbxts/ripple": "^0.8.2",
"@rbxts/services": "^1.5.4",
"@rbxts/set-timeout": "^1.1.2",
"@rbxts/vide": "^0.4.2"
"@rbxts/vide": "^0.4.4"
},
"peerDependencies": {
"@rbxts/centurion": "workspace:^"
Expand Down
4 changes: 2 additions & 2 deletions test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"serve": "rojo serve"
},
"devDependencies": {
"@rbxts/compiler-types": "^2.3.0-types.1",
"@rbxts/types": "^1.0.794",
"@rbxts/compiler-types": "^2.3.0-types.2",
"@rbxts/types": "^1.0.799",
"roblox-ts": "2.3.0-dev-26ec859",
"typescript": "~5.5.4"
},
Expand Down
Loading

0 comments on commit eab7673

Please sign in to comment.