Skip to content

Commit

Permalink
build: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
paradoxuum committed Jul 16, 2024
1 parent e52a840 commit 914e9c2
Show file tree
Hide file tree
Showing 6 changed files with 205 additions and 204 deletions.
8 changes: 4 additions & 4 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.7.0",
"@astrojs/starlight": "^0.25.0",
"@astrojs/check": "^0.8.1",
"@astrojs/starlight": "^0.25.1",
"@fontsource-variable/jetbrains-mono": "^5.0.21",
"@lorenzo_lewis/starlight-utils": "^0.1.1",
"@lorenzo_lewis/starlight-utils": "^0.1.2",
"astro": "^4.11.5",
"sharp": "^0.33.4",
"starlight-links-validator": "^0.9.1",
"typescript": "^5.5.3"
},
"devDependencies": {
"sass": "^1.77.6"
"sass": "^1.77.8"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
},
"devDependencies": {
"@biomejs/biome": "1.8.3",
"lefthook": "^1.6.18"
"lefthook": "^1.7.2"
}
}
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rbxts/centurion",
"version": "0.4.0",
"version": "1.0.0",
"author": "paradoxuum",
"license": "MIT",
"main": "out/init.lua",
Expand All @@ -17,7 +17,7 @@
],
"repository": {
"type": "git",
"url": "https://github.com/paradoxuum/centurion.git"
"url": "git+https://github.com/paradoxuum/centurion.git"
},
"bugs": {
"url": "https://github.com/paradoxuum/centurion/issues"
Expand All @@ -32,7 +32,7 @@
"@rbxts/compiler-types": "^2.3.0-types.1",
"@rbxts/jest": "^0.1.0",
"@rbxts/jest-globals": "^0.1.0",
"@rbxts/types": "^1.0.788",
"@rbxts/types": "^1.0.789",
"roblox-ts": "2.3.0-dev-26ec859",
"typescript": "~5.5.3"
},
Expand Down
11 changes: 6 additions & 5 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rbxts/centurion-ui",
"version": "0.1.0",
"version": "1.0.0",
"author": "paradoxuum",
"license": "MIT",
"main": "out/init.lua",
Expand All @@ -18,7 +18,7 @@
],
"repository": {
"type": "git",
"url": "https://github.com/paradoxuum/centurion.git"
"url": "git+https://github.com/paradoxuum/centurion.git"
},
"bugs": {
"url": "https://github.com/paradoxuum/centurion/issues"
Expand All @@ -32,7 +32,7 @@
"devDependencies": {
"@rbxts/centurion": "workspace:^",
"@rbxts/compiler-types": "2.3.0-types.1",
"@rbxts/types": "^1.0.788",
"@rbxts/types": "^1.0.789",
"rbxts-transformer-services": "^1.1.1",
"roblox-ts": "2.3.0-dev-26ec859",
"typescript": "~5.5.3"
Expand All @@ -44,10 +44,11 @@
"@rbxts/react-reflex": "^0.3.4",
"@rbxts/react-roblox": "^0.4.0",
"@rbxts/reflex": "^4.3.1",
"@rbxts/ripple": "^0.8.1",
"@rbxts/ripple": "^0.8.2",
"@rbxts/services": "^1.5.4"
},
"peerDependencies": {
"@rbxts/centurion": "workspace:^"
}
},
"stableVersion": "0.1.0"
}
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": "^2.3.0-types.1",
"@rbxts/types": "^1.0.788",
"@rbxts/types": "^1.0.789",
"roblox-ts": "2.3.0-dev-26ec859",
"typescript": "~5.5.3"
},
Expand Down
Loading

0 comments on commit 914e9c2

Please sign in to comment.