Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 25, 2023
1 parent e43f1f1 commit e84e45b
Show file tree
Hide file tree
Showing 12 changed files with 2,502 additions and 3,131 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}

- uses: actions/setup-node@v2
- uses: actions/setup-node@v3
with:
node-version: lts/*

- uses: creyD/prettier_action@v3.3
- uses: creyD/prettier_action@v4.3
with:
prettier_options: --write **/*.{ts,js,css,json,md}
commit_message: "style: prettified it for you :zap:"
Expand All @@ -30,6 +30,6 @@ jobs:
env:
CI: true

- uses: codecov/codecov-action@v2
- uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:

runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v2
- uses: actions/setup-node@v3
with:
node-version: lts/*
- run: yarn --pure-lockfile
Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,23 @@
"packages/*"
],
"devDependencies": {
"@changesets/changelog-github": "0.4.1",
"@changesets/cli": "2.17.0",
"@cloudflare/workers-types": "2.2.2",
"@changesets/changelog-github": "0.4.8",
"@changesets/cli": "2.26.2",
"@cloudflare/workers-types": "4.20230922.0",
"@trust/webcrypto": "0.9.2",
"@types/jest": "27.0.2",
"@types/jest": "29.5.5",
"@types/node-fetch": "^2.5.12",
"@types/service-worker-mock": "2.0.1",
"jest": "27.2.4",
"@types/service-worker-mock": "2.0.2",
"jest": "29.7.0",
"jest-fetch-mock": "3.0.3",
"lerna": "4.0.0",
"lerna": "7.3.0",
"node-fetch": "^2.6.1",
"prettier": "2.4.1",
"rimraf": "3.0.2",
"prettier": "3.0.3",
"rimraf": "5.0.1",
"service-worker-mock": "2.0.5",
"ts-jest": "27.0.5",
"ts-node": "10.2.1",
"typescript": "4.4.3"
"ts-jest": "29.1.1",
"ts-node": "10.9.1",
"typescript": "5.2.2"
},
"dependencies": {
"@p-j/eapi-types": "1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/eapi-middleware-cache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"main": "dist/withCache.js",
"types": "dist/withCache.d.ts",
"devDependencies": {
"@cloudflare/workers-types": "2.2.2",
"@cloudflare/workers-types": "4.20230922.0",
"@p-j/eapi-types": "1.0.0"
},
"jest": {
Expand Down
2 changes: 1 addition & 1 deletion packages/eapi-middleware-cors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"main": "dist/withCors.js",
"types": "dist/withCors.d.ts",
"devDependencies": {
"@cloudflare/workers-types": "2.2.2",
"@cloudflare/workers-types": "4.20230922.0",
"@p-j/eapi-types": "1.0.0"
},
"jest": {
Expand Down
2 changes: 1 addition & 1 deletion packages/eapi-middleware-errorhandler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"main": "dist/withErrorHandler.js",
"types": "dist/withErrorHandler.d.ts",
"devDependencies": {
"@cloudflare/workers-types": "2.2.2",
"@cloudflare/workers-types": "4.20230922.0",
"@p-j/eapi-types": "1.0.0"
},
"jest": {
Expand Down
2 changes: 1 addition & 1 deletion packages/eapi-middleware-headers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"main": "dist/withHeaders.js",
"types": "dist/withHeaders.d.ts",
"devDependencies": {
"@cloudflare/workers-types": "2.2.2",
"@cloudflare/workers-types": "4.20230922.0",
"@p-j/eapi-types": "1.0.0"
},
"jest": {
Expand Down
2 changes: 1 addition & 1 deletion packages/eapi-middleware-redirect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"main": "dist/withRedirect.js",
"types": "dist/withRedirect.d.ts",
"devDependencies": {
"@cloudflare/workers-types": "2.2.2",
"@cloudflare/workers-types": "4.20230922.0",
"@p-j/eapi-types": "1.0.0"
},
"jest": {
Expand Down
2 changes: 1 addition & 1 deletion packages/eapi-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
"main": "index.js",
"types": "./index.d.ts",
"dependencies": {
"@cloudflare/workers-types": "^2.2.2"
"@cloudflare/workers-types": "^4.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/eapi-util-applymiddlewares/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"types": "dist/applyMiddlewares.d.ts",
"dependencies": {},
"devDependencies": {
"@cloudflare/workers-types": "2.2.2",
"@cloudflare/workers-types": "4.20230922.0",
"@p-j/eapi-types": "1.0.0"
},
"jest": {
Expand Down
2 changes: 1 addition & 1 deletion packages/eapi-util-fetcheventhandler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"main": "dist/fetchEventHandler.js",
"types": "dist/fetchEventHandler.d.ts",
"devDependencies": {
"@cloudflare/workers-types": "2.2.2",
"@cloudflare/workers-types": "4.20230922.0",
"@p-j/eapi-types": "1.0.0"
},
"dependencies": {
Expand Down
Loading

0 comments on commit e84e45b

Please sign in to comment.