Skip to content

Commit

Permalink
fix(deps): upgrade all the deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mekwall committed May 21, 2022
1 parent f8fbaf0 commit eb1f8cb
Show file tree
Hide file tree
Showing 2 changed files with 2,747 additions and 3,256 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,33 +40,33 @@
"dependencies": {
"debug": "^4.3.2",
"execa": "^5.1.1",
"typed-emitter": "^1.3.1"
"typed-emitter": "^2.1.0"
},
"devDependencies": {
"@babel/core": "^7.14.8",
"@babel/preset-env": "^7.14.8",
"@babel/preset-typescript": "^7.14.5",
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/commit-analyzer": "^8.0.1",
"@semantic-release/git": "^9.0.0",
"@semantic-release/release-notes-generator": "^9.0.3",
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/commit-analyzer": "^9.0.2",
"@semantic-release/git": "^10.0.1",
"@semantic-release/release-notes-generator": "^10.0.3",
"@types/debug": "^4.1.7",
"@types/ffmpeg-static": "^3.0.0",
"@types/ffprobe-static": "^2.0.0",
"@types/jest": "^27.0.0",
"@types/node": "^16.4.3",
"@typescript-eslint/eslint-plugin": "^4.28.4",
"@typescript-eslint/parser": "^4.28.4",
"@types/node": "^17.0.35",
"@typescript-eslint/eslint-plugin": "^5.25.0",
"@typescript-eslint/parser": "^5.25.0",
"cross-env": "^7.0.3",
"dotenv-cli": "^4.0.0",
"eslint": "^7.31.0",
"dotenv-cli": "^5.1.0",
"eslint": "^8.16.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-unused-imports": "^1.1.2",
"ffmpeg-static": "^4.4.0",
"eslint-plugin-unused-imports": "^2.0.0",
"ffmpeg-static": "^5.0.0",
"ffprobe-static": "^3.0.0",
"jest": "^27.0.6",
"semantic-release": "^17.4.4",
"jest": "^28.1.0",
"semantic-release": "^19.0.2",
"tempy": "^1.0.0",
"tsukuru": "^0.7.2",
"typescript": "^4.3.5"
Expand Down
Loading

0 comments on commit eb1f8cb

Please sign in to comment.