Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 19, 2023
1 parent 0913f8b commit babc0a2
Show file tree
Hide file tree
Showing 4 changed files with 1,900 additions and 2,263 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ jobs:
node: [18.x]
timeout-minutes: 10
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup Go ${{ matrix.go }}
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go }}
- name: Setup Node.JS ${{ matrix.node }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
cache: 'yarn'
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,22 +68,22 @@
},
"devDependencies": {
"@types/jest": "^29.0.0",
"@types/node": "^18.15.11",
"@typescript-eslint/eslint-plugin": "^5.30.7",
"@typescript-eslint/parser": "^5.30.7",
"@types/node": "^20.0.0",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"eslint": "^8.20.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-prettier": "^9.0.0",
"jest": "^29.0.0",
"lint-staged": "^13.0.3",
"prettier": "^2.7.1",
"lint-staged": "^15.0.0",
"prettier": "^3.0.0",
"rimraf": "^5.0.0",
"semantic-release": "^21.0.0",
"semantic-release": "^22.0.0",
"ts-jest": "^29.0.0",
"typedoc": "^0.24.0",
"typedoc": "^0.25.0",
"typescript": "^5.0.0"
},
"dependencies": {
"esbuild": "^0.18.0",
"esbuild": "^0.19.0",
"graphql": "^16.5.0",
"lru_map": "^0.4.1",
"rgraphql": "^1.1.2"
Expand Down
Loading

0 comments on commit babc0a2

Please sign in to comment.