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 Apr 1, 2024
1 parent b2e1519 commit 434fe20
Show file tree
Hide file tree
Showing 8 changed files with 755 additions and 473 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 18

Expand All @@ -30,6 +30,6 @@ jobs:
env:
CI: true

- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
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@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 16
- run: yarn --pure-lockfile --ignore-engines
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v18
20
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@
"packages/*"
],
"devDependencies": {
"@changesets/changelog-github": "0.4.8",
"@changesets/cli": "2.26.2",
"@types/jest": "29.5.4",
"jest": "29.6.4",
"lerna": "7.2.0",
"prettier": "3.0.3",
"rimraf": "5.0.1",
"ts-jest": "29.1.1",
"ts-node": "10.9.1",
"typescript": "5.2.2"
"@changesets/changelog-github": "0.5.0",
"@changesets/cli": "2.27.1",
"@types/jest": "29.5.12",
"jest": "29.7.0",
"lerna": "8.1.2",
"prettier": "3.2.5",
"rimraf": "5.0.5",
"ts-jest": "29.1.2",
"ts-node": "10.9.2",
"typescript": "5.4.3"
},
"dependencies": {},
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/geocodejson-ban/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"ngeohash": "^0.6.3"
},
"devDependencies": {
"@types/jest": "29.5.4",
"@types/ngeohash": "0.6.4"
"@types/jest": "29.5.12",
"@types/ngeohash": "0.6.8"
}
}
4 changes: 2 additions & 2 deletions packages/geocodejson-googleapis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"ngeohash": "^0.6.3"
},
"devDependencies": {
"@types/jest": "29.5.4",
"@types/ngeohash": "0.6.4"
"@types/jest": "29.5.12",
"@types/ngeohash": "0.6.8"
},
"scripts": {
"build": "rimraf ./dist && tsc -b ./tsconfig.build.json",
Expand Down
4 changes: 2 additions & 2 deletions packages/geocodejson-opencage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"ngeohash": "^0.6.3"
},
"devDependencies": {
"@types/jest": "29.5.4",
"@types/ngeohash": "0.6.4"
"@types/jest": "29.5.12",
"@types/ngeohash": "0.6.8"
}
}
Loading

0 comments on commit 434fe20

Please sign in to comment.