Skip to content

Commit

Permalink
ci: Updates protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
drewdecarme committed Nov 1, 2023
1 parent 8ed71e7 commit d3552f8
Show file tree
Hide file tree
Showing 6 changed files with 38 additions and 38 deletions.
12 changes: 6 additions & 6 deletions packages/cli/examples/with-sample-route/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@
"lint": "npx eslint . --fix"
},
"dependencies": {
"@flare-city/core": "workspace:",
"@flare-city/logger": "workspace:",
"@flare-city/core": "workspace:*",
"@flare-city/logger": "workspace:*",
"zod": "3.22.4"
},
"devDependencies": {
"@cloudflare/workers-types": "latest",
"@flare-city/cli": "workspace:",
"@flare-city/eslint-config": "workspace:",
"@flare-city/test": "workspace:",
"@flare-city/tsconfig": "workspace:",
"@flare-city/cli": "workspace:*",
"@flare-city/eslint-config": "workspace:*",
"@flare-city/test": "workspace:*",
"@flare-city/tsconfig": "workspace:*",
"@types/node": "20.8.9",
"dotenv-cli": "7.3.0",
"typescript": "5.2.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
"vitest": "0.34.6"
},
"devDependencies": {
"@flare-city/eslint-config": "workspace:",
"@flare-city/tsconfig": "workspace:",
"@flare-city/eslint-config": "workspace:*",
"@flare-city/tsconfig": "workspace:*",
"@types/find-node-modules": "^2.1.1",
"@types/fs-extra": "^11.0.3",
"@types/inquirer": "^9.0.6",
Expand Down
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@
"homepage": "https://github.com/drewdecarme/flare-city#readme",
"dependencies": {
"@cfworker/jwt": "4.0.6",
"@flare-city/logger": "workspace:",
"@flare-city/logger": "workspace:*",
"zod": "3.22.4"
},
"devDependencies": {
"@cloudflare/workers-types": "4.20231025.0",
"@flare-city/eslint-config": "workspace:^",
"@flare-city/tsconfig": "workspace:",
"@flare-city/eslint-config": "workspace:*",
"@flare-city/tsconfig": "workspace:*",
"@types/node": "20.8.9",
"dotenv-cli": "7.3.0",
"typescript": "5.2.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
},
"homepage": "https://github.com/drewdecarme/flare-city#readme",
"devDependencies": {
"@flare-city/eslint-config": "workspace:^",
"@flare-city/tsconfig": "workspace:",
"@flare-city/eslint-config": "workspace:*",
"@flare-city/tsconfig": "workspace:*",
"typescript": "5.2.2"
}
}
6 changes: 3 additions & 3 deletions packages/test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,14 @@
},
"homepage": "https://github.com/drewdecarme/flare-city#readme",
"dependencies": {
"@flare-city/core": "workspace:^",
"@flare-city/core": "workspace:*",
"vite": "4.5.0",
"vitest": "0.34.6",
"wrangler": "3.15.0"
},
"devDependencies": {
"@flare-city/eslint-config": "workspace:^",
"@flare-city/tsconfig": "workspace:",
"@flare-city/eslint-config": "workspace:*",
"@flare-city/tsconfig": "workspace:*",
"typescript": "5.2.2"
}
}
44 changes: 22 additions & 22 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -907,12 +907,12 @@ __metadata:
languageName: node
linkType: hard

"@flare-city/cli@workspace:, @flare-city/cli@workspace:packages/cli":
"@flare-city/cli@workspace:*, @flare-city/cli@workspace:packages/cli":
version: 0.0.0-use.local
resolution: "@flare-city/cli@workspace:packages/cli"
dependencies:
"@flare-city/eslint-config": "workspace:"
"@flare-city/tsconfig": "workspace:"
"@flare-city/eslint-config": "workspace:*"
"@flare-city/tsconfig": "workspace:*"
"@inquirer/prompts": "npm:^3.2.0"
"@types/find-node-modules": "npm:^2.1.1"
"@types/fs-extra": "npm:^11.0.3"
Expand All @@ -931,15 +931,15 @@ __metadata:
languageName: unknown
linkType: soft

"@flare-city/core@workspace:, @flare-city/core@workspace:^, @flare-city/core@workspace:packages/core":
"@flare-city/core@workspace:*, @flare-city/core@workspace:packages/core":
version: 0.0.0-use.local
resolution: "@flare-city/core@workspace:packages/core"
dependencies:
"@cfworker/jwt": "npm:4.0.6"
"@cloudflare/workers-types": "npm:4.20231025.0"
"@flare-city/eslint-config": "workspace:^"
"@flare-city/logger": "workspace:"
"@flare-city/tsconfig": "workspace:"
"@flare-city/eslint-config": "workspace:*"
"@flare-city/logger": "workspace:*"
"@flare-city/tsconfig": "workspace:*"
"@types/node": "npm:20.8.9"
dotenv-cli: "npm:7.3.0"
typescript: "npm:5.2.2"
Expand All @@ -963,7 +963,7 @@ __metadata:
languageName: unknown
linkType: soft

"@flare-city/eslint-config@workspace:, @flare-city/eslint-config@workspace:^, @flare-city/eslint-config@workspace:packages/eslint-config":
"@flare-city/eslint-config@workspace:*, @flare-city/eslint-config@workspace:packages/eslint-config":
version: 0.0.0-use.local
resolution: "@flare-city/eslint-config@workspace:packages/eslint-config"
dependencies:
Expand All @@ -985,31 +985,31 @@ __metadata:
languageName: unknown
linkType: soft

"@flare-city/logger@workspace:, @flare-city/logger@workspace:packages/logger":
"@flare-city/logger@workspace:*, @flare-city/logger@workspace:packages/logger":
version: 0.0.0-use.local
resolution: "@flare-city/logger@workspace:packages/logger"
dependencies:
"@flare-city/eslint-config": "workspace:^"
"@flare-city/tsconfig": "workspace:"
"@flare-city/eslint-config": "workspace:*"
"@flare-city/tsconfig": "workspace:*"
typescript: "npm:5.2.2"
languageName: unknown
linkType: soft

"@flare-city/test@workspace:, @flare-city/test@workspace:packages/test":
"@flare-city/test@workspace:*, @flare-city/test@workspace:packages/test":
version: 0.0.0-use.local
resolution: "@flare-city/test@workspace:packages/test"
dependencies:
"@flare-city/core": "workspace:^"
"@flare-city/eslint-config": "workspace:^"
"@flare-city/tsconfig": "workspace:"
"@flare-city/core": "workspace:*"
"@flare-city/eslint-config": "workspace:*"
"@flare-city/tsconfig": "workspace:*"
typescript: "npm:5.2.2"
vite: "npm:4.5.0"
vitest: "npm:0.34.6"
wrangler: "npm:3.15.0"
languageName: unknown
linkType: soft

"@flare-city/tsconfig@workspace:, @flare-city/tsconfig@workspace:packages/tsconfig":
"@flare-city/tsconfig@workspace:*, @flare-city/tsconfig@workspace:packages/tsconfig":
version: 0.0.0-use.local
resolution: "@flare-city/tsconfig@workspace:packages/tsconfig"
dependencies:
Expand Down Expand Up @@ -12624,12 +12624,12 @@ __metadata:
resolution: "with-sample-route@workspace:packages/cli/examples/with-sample-route"
dependencies:
"@cloudflare/workers-types": "npm:latest"
"@flare-city/cli": "workspace:"
"@flare-city/core": "workspace:"
"@flare-city/eslint-config": "workspace:"
"@flare-city/logger": "workspace:"
"@flare-city/test": "workspace:"
"@flare-city/tsconfig": "workspace:"
"@flare-city/cli": "workspace:*"
"@flare-city/core": "workspace:*"
"@flare-city/eslint-config": "workspace:*"
"@flare-city/logger": "workspace:*"
"@flare-city/test": "workspace:*"
"@flare-city/tsconfig": "workspace:*"
"@types/node": "npm:20.8.9"
dotenv-cli: "npm:7.3.0"
typescript: "npm:5.2.2"
Expand Down

0 comments on commit d3552f8

Please sign in to comment.