Skip to content

Commit

Permalink
Upgrade most dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
0x80 committed Jun 20, 2022
1 parent 3d5cece commit c0cba84
Show file tree
Hide file tree
Showing 2 changed files with 987 additions and 776 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,27 +36,27 @@
"nanoid": "^3.3.3"
},
"devDependencies": {
"@babel/core": "^7.17.9",
"@babel/plugin-proposal-class-properties": "^7.16.7",
"@babel/preset-env": "^7.16.11",
"@babel/preset-typescript": "^7.16.7",
"@babel/core": "^7.18.5",
"@babel/plugin-proposal-class-properties": "^7.17.12",
"@babel/preset-env": "^7.18.2",
"@babel/preset-typescript": "^7.17.12",
"@types/jest": "^27.4.1",
"@typescript-eslint/eslint-plugin": "^5.20.0",
"@typescript-eslint/parser": "^5.20.0",
"babel-jest": "^28.0.0",
"@typescript-eslint/eslint-plugin": "^5.28.0",
"@typescript-eslint/parser": "^5.28.0",
"babel-jest": "^28.1.1",
"dotenv-cli": "^5.1.0",
"eslint": "^8.14.0",
"eslint": "^8.18.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"firebase-tools": "^10.7.1",
"firebase-tools": "^11.1.0",
"firestore-admin": "^1.3.0",
"install-peers-cli": "^2.2.0",
"jest": "^27",
"np": "^7.6.1",
"prettier": "^2.6.2",
"rollup": "^2.70.2",
"rollup-plugin-typescript2": "^0.31.2",
"prettier": "^2.7.1",
"rollup": "^2.75.7",
"rollup-plugin-typescript2": "^0.32.1",
"ts-jest": "^27.1.4",
"typescript": "^4.6.3"
"typescript": "^4.7.4"
}
}
Loading

0 comments on commit c0cba84

Please sign in to comment.