Skip to content

Commit

Permalink
v3.3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
DevOps committed Sep 3, 2024
1 parent 2e058e6 commit 2302721
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"packages": [
"src/*"
],
"version": "3.3.9",
"version": "3.3.10",
"npmClient": "pnpm"
}
2 changes: 1 addition & 1 deletion src/aux-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@casual-simulation/aux-server",
"version": "3.3.9",
"version": "3.3.10",
"description": "The repository for the AUX server project.",
"main": "server/dist/main.js",
"private": true,
Expand Down
14 changes: 7 additions & 7 deletions src/casualos-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "casualos",
"version": "3.3.9",
"version": "3.3.10",
"description": "Command line interface for CasualOS.",
"main": "./dist/index.js",
"types": "index.d.ts",
Expand Down Expand Up @@ -37,19 +37,19 @@
"dependencies": {
"@casual-simulation/aux-common": "^3.3.8",
"@casual-simulation/aux-records": "^3.3.9",
"@octokit/app": "^15.1.0",
"@octokit/auth-oauth-device": "^7.1.1",
"@octokit/core": "^6.1.2",
"axios": "1.6.2",
"commander": "12.0.0",
"conf": "12.0.0",
"octokit": "^4.0.2",
"open": "10.1.0",
"prompts": "2.4.2",
"zod": "3.22.4",
"octokit": "^4.0.2",
"@octokit/auth-oauth-device": "^7.1.1",
"@octokit/core": "^6.1.2",
"@octokit/app": "^15.1.0",
"simple-git": "^3.24.0",
"tweetnacl": "1.0.3",
"uuid": "^8.3.2"
"uuid": "^8.3.2",
"zod": "3.22.4"
},
"devDependencies": {
"@types/prompts": "^2.4.9"
Expand Down
4 changes: 2 additions & 2 deletions src/casualos-infra/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@casual-simulation/infra",
"version": "3.3.8-alpha.3",
"version": "3.3.10",
"description": "Pulumi resources for hosting CasualOS",
"keywords": [],
"author": "Casual Simulation, Inc.",
Expand All @@ -11,9 +11,9 @@
"dependencies": {
"@pulumi/aws": "^6.0.0",
"@pulumi/aws-apigateway": "^2.0.0",
"@pulumi/aws-native": "^0.116.0",
"@pulumi/awsx": "^2.0.2",
"@pulumi/pulumi": "^3.113.0",
"@pulumi/aws-native": "^0.116.0",
"lodash": "4.17.21"
},
"repository": {
Expand Down

0 comments on commit 2302721

Please sign in to comment.