Skip to content

Commit

Permalink
chore(dependency): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 29, 2023
1 parent 5aeacc4 commit d1a83d3
Show file tree
Hide file tree
Showing 8 changed files with 626 additions and 598 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Setup node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: "18.x"

Expand All @@ -32,10 +32,10 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Setup node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: "18.x"

Expand All @@ -61,10 +61,10 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Setup node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: "18.x"

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: "18.x"
registry-url: "https://registry.npmjs.org"
Expand Down
8 changes: 4 additions & 4 deletions examples/next-ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
"@types/node": "latest",
"@types/react": "latest",
"@types/react-dom": "latest",
"cookies-next": "2.1.2",
"next": "13.4.6",
"cookies-next": "4.0.0",
"next": "14.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"@soundify/web-api": "workspace:*",
"@tanstack/react-query": "4.29.14",
"typescript": "5.1.3"
"@tanstack/react-query": "5.4.3",
"typescript": "5.2.2"
}
}
6 changes: 3 additions & 3 deletions examples/node-express-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"dev": "tsc && node ./dist/main.js"
},
"devDependencies": {
"@types/cookie-parser": "1.4.3",
"@types/express": "4.17.17",
"@types/cookie-parser": "1.4.5",
"@types/express": "4.17.20",
"@types/node": "latest",
"typescript": "5.1.3"
"typescript": "5.2.2"
},
"dependencies": {
"cookie-parser": "1.4.6",
Expand Down
10 changes: 5 additions & 5 deletions examples/react-implicit-grant/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
"devDependencies": {
"@types/react": "latest",
"@types/react-dom": "latest",
"@vitejs/plugin-react": "3.1.0",
"typescript": "5.1.3",
"vite": "4.3.9"
"@vitejs/plugin-react": "4.1.0",
"typescript": "5.2.2",
"vite": "4.5.0"
},
"dependencies": {
"@tanstack/react-query": "4.29.14",
"@tanstack/react-query": "5.4.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-router-dom": "6.13.0",
"react-router-dom": "6.17.0",
"@soundify/web-api": "workspace:*"
}
}
10 changes: 5 additions & 5 deletions examples/react-pkce-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
"devDependencies": {
"@types/react": "latest",
"@types/react-dom": "latest",
"@vitejs/plugin-react": "3.1.0",
"typescript": "5.1.3",
"vite": "4.3.9"
"@vitejs/plugin-react": "4.1.0",
"typescript": "5.2.2",
"vite": "4.5.0"
},
"dependencies": {
"@tanstack/react-query": "4.29.14",
"@tanstack/react-query": "5.4.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-router-dom": "6.13.0",
"react-router-dom": "6.17.0",
"@soundify/web-api": "workspace:*"
}
}
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,23 +45,23 @@
"lint": "prettier --write ./src ./examples"
},
"devDependencies": {
"@types/node": "20.3.1",
"all-contributors-cli": "6.26.0",
"envalid": "7.3.1",
"prettier": "2.8.8",
"rimraf": "5.0.1",
"typescript": "5.1.3",
"vite": "4.3.9",
"vitest": "0.32.2",
"@vitest/coverage-c8": "0.32.2",
"@types/node": "20.8.9",
"all-contributors-cli": "6.26.1",
"envalid": "8.0.0",
"prettier": "3.0.3",
"rimraf": "5.0.5",
"typescript": "5.2.2",
"vite": "4.5.0",
"vitest": "0.34.6",
"@vitest/coverage-c8": "0.33.0",
"vitest-fetch-mock": "0.2.2",
"@faker-js/faker": "8.0.2"
"@faker-js/faker": "8.2.0"
},
"author": {
"name": "Artem Melnyk",
"url": "https://github.com/MellKam"
},
"packageManager": "pnpm@8.6.3",
"packageManager": "pnpm@8.10.0",
"repository": "github:MellKam/soundify",
"bugs": {
"url": "https://github.com/MellKam/soundify/issues"
Expand Down

0 comments on commit d1a83d3

Please sign in to comment.