Skip to content

Commit a80dfa8

Browse files
authored
Merge pull request #20 from dbudwin/UpdatePackages
Update packages to latest version
2 parents 4f2185e + 957b58f commit a80dfa8

File tree

5 files changed

+8979
-11698
lines changed

5 files changed

+8979
-11698
lines changed

.eslintrc.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
"plugin:jest-dom/recommended",
99
"plugin:react/recommended",
1010
"plugin:testing-library/react",
11-
"plugin:testing-library/recommended",
1211
"plugin:@typescript-eslint/recommended"
1312
],
1413
"parser": "@typescript-eslint/parser",

.github/workflows/pull_request_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Use Node.js
1414
uses: actions/setup-node@v1
1515
with:
16-
node-version: "15"
16+
node-version: "16"
1717
- name: Install npm Dependencies
1818
run: npm install
1919
- name: Run Linting

0 commit comments

Comments
 (0)