Skip to content

Commit

Permalink
chore: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
john-d-pelingo committed Jan 18, 2022
1 parent c99065a commit 4ca7936
Show file tree
Hide file tree
Showing 2 changed files with 1,349 additions and 1,779 deletions.
50 changes: 25 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,39 +57,39 @@
"react-dom": "^17.0.2"
},
"devDependencies": {
"@commitlint/cli": "^14.1.0",
"@commitlint/config-conventional": "^14.1.0",
"@jdp-dev/commitlint-config": "^1.0.1",
"@jdp-dev/eslint-config-typescript-react": "^1.0.1",
"@jdp-dev/prettier-config": "^1.0.1",
"@jdp-dev/tsconfig": "^1.0.1",
"@testing-library/jest-dom": "^5.14.1",
"@commitlint/cli": "^16.0.2",
"@commitlint/config-conventional": "^16.0.0",
"@jdp-dev/commitlint-config": "^1.2.0",
"@jdp-dev/eslint-config-typescript-react": "^1.2.0",
"@jdp-dev/prettier-config": "^1.2.0",
"@jdp-dev/tsconfig": "^1.2.0",
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^12.1.2",
"@types/jest": "^27.0.2",
"@types/node": "^16.11.6",
"@types/react": "^17.0.34",
"@types/jest": "^27.4.0",
"@types/node": "^17.0.9",
"@types/react": "^17.0.38",
"@types/react-dom": "^17.0.11",
"@typescript-eslint/eslint-plugin": "^5.3.0",
"@typescript-eslint/parser": "^5.3.0",
"@vitejs/plugin-react": "^1.0.7",
"eslint": "^8.2.0",
"@typescript-eslint/eslint-plugin": "^5.10.0",
"@typescript-eslint/parser": "^5.10.0",
"@vitejs/plugin-react": "^1.1.4",
"eslint": "^8.7.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-jest": "^25.2.3",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.26.1",
"eslint-plugin-react-hooks": "^4.2.1-alpha-ee069065d-20211105",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jest": "^25.7.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"husky": "^7.0.4",
"identity-obj-proxy": "^3.0.0",
"jest": "^27.3.1",
"lint-staged": "^11.2.6",
"jest": "^27.4.7",
"lint-staged": "^12.1.7",
"npm-run-all": "^4.1.5",
"prettier": "^2.4.1",
"prettier": "^2.5.1",
"react-test-renderer": "^17.0.2",
"rimraf": "^3.0.2",
"standard-version": "^9.3.2",
"ts-jest": "^27.0.7",
"typescript": "^4.4.4",
"vite": "^2.6.13"
"ts-jest": "^27.1.3",
"typescript": "^4.5.4",
"vite": "^2.7.12"
}
}

0 comments on commit 4ca7936

Please sign in to comment.