chore: update depencencies

pull/579/head
Amio 2023-01-15 00:12:36 +08:00
rodzic e6f11b322a
commit 4b7093a711
4 zmienionych plików z 1095 dodań i 769 usunięć

Wyświetl plik

@ -30,17 +30,12 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
# We must fetch at least the immediate parents so that if this is
# a pull request then we can checkout the head.
fetch-depth: 2
# If this run was triggered by a pull request event, then checkout
# the head of the pull request instead of the merge commit.
- run: git checkout HEAD^1
if: ${{ github.event_name == 'pull_request' }}
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v2

Wyświetl plik

@ -8,13 +8,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '18'
- name: npm install, build, and test
run: |
npm install
npm ci
npm run lint
npm run build --if-present
env:

1847
package-lock.json wygenerowano

Plik diff jest za duży Load Diff

Wyświetl plik

@ -53,7 +53,7 @@
"@types/micro": "^7.3.4",
"@types/node": "^18.11.18",
"@types/react": "^18.0.26",
"@types/react-dom": "^16.9.12",
"@types/react-dom": "^18.0.10",
"@types/semver": "^7.3.4",
"@types/supertest": "^2.0.11",
"@types/url-parse": "^1.4.3",