Skip to content

Commit

Permalink
chore: update node, deps and security fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ruicsh committed Apr 26, 2023
1 parent 7516f2b commit 2eb42ce
Show file tree
Hide file tree
Showing 4 changed files with 1,000 additions and 1,096 deletions.
1 change: 1 addition & 0 deletions .node-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
18.16.0
1 change: 0 additions & 1 deletion .nvmrc

This file was deleted.

32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,29 +50,29 @@
"react": "^16.8.6 || ^17.0.0 || ^18.0.0"
},
"devDependencies": {
"@testing-library/dom": "8.20.0",
"@testing-library/dom": "9.2.0",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "13.4.0",
"@testing-library/react": "14.0.0",
"@testing-library/user-event": "14.4.3",
"@types/jest": "29.4.0",
"@typescript-eslint/eslint-plugin": "5.50.0",
"@typescript-eslint/parser": "5.50.0",
"esbuild": "0.17.5",
"eslint": "8.33.0",
"@types/jest": "29.5.1",
"@typescript-eslint/eslint-plugin": "5.59.1",
"@typescript-eslint/parser": "5.59.1",
"esbuild": "0.17.18",
"eslint": "8.39.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-prettier": "8.6.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jest": "27.2.1",
"eslint-plugin-testing-library": "5.10.0",
"jest": "29.4.1",
"jest-environment-jsdom": "29.4.1",
"eslint-plugin-testing-library": "5.10.3",
"jest": "29.5.0",
"jest-environment-jsdom": "29.5.0",
"nyc": "15.1.0",
"prettier": "2.8.3",
"prettier": "2.8.8",
"react": "18.2.0",
"react-dom": "18.2.0",
"ts-jest": "29.0.5",
"tsx": "3.12.2",
"typescript": "4.9.5",
"zx": "7.1.1"
"ts-jest": "29.1.0",
"tsx": "3.12.6",
"typescript": "5.0.4",
"zx": "7.2.1"
}
}
Loading

0 comments on commit 2eb42ce

Please sign in to comment.