Skip to content

Commit

Permalink
chore: upgrade devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
aiji42 committed Oct 14, 2021
1 parent f4002b1 commit dfd60f1
Show file tree
Hide file tree
Showing 2 changed files with 855 additions and 750 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,32 +39,32 @@
"react": ">=17.0.0"
},
"devDependencies": {
"@auth0/nextjs-auth0": "^1.5.0",
"@babel/core": "^7.15.5",
"@babel/preset-env": "^7.15.6",
"@auth0/nextjs-auth0": "^1.6.1",
"@babel/core": "^7.15.8",
"@babel/preset-env": "^7.15.8",
"@babel/preset-typescript": "^7.15.0",
"@commitlint/cli": "^13.1.0",
"@commitlint/config-conventional": "^13.1.0",
"@commitlint/cli": "^13.2.1",
"@commitlint/config-conventional": "^13.2.0",
"@types/jest": "^27.0.2",
"@types/node": "^16.10.1",
"@types/react": "^17.0.24",
"@typescript-eslint/eslint-plugin": "^4.31.2",
"@typescript-eslint/parser": "^4.31.2",
"aws-amplify": "^4.3.0",
"babel-jest": "^27.2.2",
"eslint": "^7.32.0",
"@types/node": "^16.10.9",
"@types/react": "^17.0.30",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"aws-amplify": "^4.3.2",
"babel-jest": "^27.2.5",
"eslint": "^8.0.1",
"eslint-config-prettier": "^8.3.0",
"firebase": "^8.10.0",
"husky": "^7.0.2",
"jest": "^27.2.2",
"jest": "^27.2.5",
"next": "^11.0.1",
"prettier": "^2.4.1",
"react": "^17.0.2",
"semantic-release": "^18.0.0",
"semantic-release-cli": "^5.4.4",
"ts-add-module-exports": "^1.0.0",
"ts-node": "^10.2.1",
"typescript": "^4.4.3"
"ts-node": "^10.3.0",
"typescript": "^4.4.4"
},
"dependencies": {
"firebase-admin": "^9.11.1",
Expand Down
Loading

1 comment on commit dfd60f1

@vercel
Copy link

@vercel vercel bot commented on dfd60f1 Oct 14, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.