Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jdanyow committed Dec 10, 2024
1 parent 9227c1a commit 04a079e
Show file tree
Hide file tree
Showing 11 changed files with 2,891 additions and 769 deletions.
11 changes: 11 additions & 0 deletions .changeset/happy-days-hope.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
'@cfworker/json-schema': patch
'@cfworker/examples': patch
'@cfworker/cosmos': patch
'@cfworker/uuid': patch
'@cfworker/csv': patch
'@cfworker/jwt': patch
'@cfworker/web': patch
---

Update dependencies
3,617 changes: 2,867 additions & 750 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"devDependencies": {
"@changesets/cli": "^2.27.10",
"husky": "^9.1.7",
"lint-staged": "15.2.10",
"lint-staged": "15.2.11",
"prettier": "3.4.2"
}
}
6 changes: 3 additions & 3 deletions packages/cosmos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@
"dist"
],
"scripts": {
"prepare": "node ../../patch.mjs && tshy",
"prepare": "tshy",
"build": "tsc --build",
"clean": "tsc --build --clean",
"pretest": "esbuild test/test.ts --target=esnext --bundle --format=esm --conditions=worker,browser --outdir=dist-test --ignore-annotations",
"test": "node ../../test.mjs"
},
"dependencies": {
"rfc4648": "^1.5.3"
"rfc4648": "^1.5.4"
},
"devDependencies": {
"@types/chai": "^5.0.1",
Expand All @@ -58,7 +58,7 @@
"mocha": "^11.0.1",
"tshy": "^3.0.2",
"typescript": "^5.7.2",
"wrangler": "^3.92.0"
"wrangler": "^3.95.0"
},
"tshy": {
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/csv/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"esbuild": "^0.24.0",
"mocha": "^11.0.1",
"typescript": "^5.7.2",
"wrangler": "^3.92.0"
"wrangler": "^3.95.0"
},
"tshy": {
"exports": {
Expand Down
4 changes: 2 additions & 2 deletions packages/examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
"test": "echo \"no tests 🥺\""
},
"dependencies": {
"@cfworker/cosmos": "^4.0.2",
"@cfworker/cosmos": "^4.0.3",
"@cfworker/jwt": "^7.0.2",
"@cfworker/sentry": "^5.0.2",
"@cfworker/web": "^5.0.2"
},
"devDependencies": {
"typescript": "^5.7.2",
"wrangler": "^3.92.0"
"wrangler": "^3.95.0"
}
}
2 changes: 1 addition & 1 deletion packages/json-schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"esbuild": "^0.24.0",
"mocha": "^11.0.1",
"typescript": "^5.7.2",
"wrangler": "^3.92.0"
"wrangler": "^3.95.0"
},
"tshy": {
"exports": {
Expand Down
6 changes: 3 additions & 3 deletions packages/jwt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@
"dist"
],
"scripts": {
"prepare": "node ../../patch.mjs && tshy",
"prepare": "tshy",
"build": "tsc --build",
"clean": "tsc --build --clean",
"pretest": "esbuild test/test.ts --target=esnext --bundle --format=esm --conditions=worker,browser --outdir=dist-test --ignore-annotations",
"test": "node ../../test.mjs"
},
"dependencies": {
"rfc4648": "^1.5.3"
"rfc4648": "^1.5.4"
},
"devDependencies": {
"@types/chai": "^5.0.1",
Expand All @@ -55,7 +55,7 @@
"esbuild": "^0.24.0",
"mocha": "^11.0.1",
"typescript": "^5.7.2",
"wrangler": "^3.92.0"
"wrangler": "^3.95.0"
},
"tshy": {
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/uuid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"esbuild": "^0.24.0",
"mocha": "^11.0.1",
"typescript": "^5.7.2",
"wrangler": "^3.92.0"
"wrangler": "^3.95.0"
},
"tshy": {
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"jsonpointer": "^5.0.1",
"mocha": "^11.0.1",
"typescript": "^5.7.2",
"wrangler": "^3.92.0"
"wrangler": "^3.95.0"
},
"tshy": {
"exports": {
Expand Down
6 changes: 0 additions & 6 deletions patch.mjs

This file was deleted.

0 comments on commit 04a079e

Please sign in to comment.