Skip to content

Commit

Permalink
feat: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
berviantoleo committed Mar 2, 2022
1 parent f065e05 commit 57c9d06
Show file tree
Hide file tree
Showing 2 changed files with 306 additions and 239 deletions.
46 changes: 23 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,43 +25,43 @@
],
"private": false,
"devDependencies": {
"@babel/core": "^7.16.7",
"@babel/preset-env": "^7.16.7",
"@babel/core": "^7.17.5",
"@babel/preset-env": "^7.16.11",
"@babel/preset-typescript": "^7.16.7",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-node-resolve": "^13.1.2",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-node-resolve": "^13.1.3",
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/commit-analyzer": "^9.0.1",
"@semantic-release/commit-analyzer": "^9.0.2",
"@semantic-release/git": "^10.0.1",
"@semantic-release/npm": "^9.0.0",
"@semantic-release/release-notes-generator": "^10.0.2",
"@types/jest": "^27.4.0",
"@semantic-release/npm": "^9.0.1",
"@semantic-release/release-notes-generator": "^10.0.3",
"@types/jest": "^27.4.1",
"@types/mime-types": "^2.1.1",
"@types/node": "^17.0.5",
"@types/uuid": "^8.3.1",
"@typescript-eslint/eslint-plugin": "^5.8.1",
"@typescript-eslint/parser": "^5.8.1",
"eslint": "^8.6.0",
"eslint-config-prettier": "^8.3.0",
"@types/node": "^17.0.21",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^5.13.0",
"@typescript-eslint/parser": "^5.13.0",
"eslint": "^8.10.0",
"eslint-config-prettier": "^8.4.0",
"eslint-plugin-prettier": "^4.0.0",
"jest": "^27.4.5",
"jest": "^27.5.1",
"prettier": "^2.5.1",
"rollup": "^2.62.0",
"rollup": "^2.68.0",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-sizes": "^1.0.4",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.31.1",
"rollup-plugin-typescript2": "^0.31.2",
"semantic-release": "^19.0.2",
"shx": "^0.3.3",
"ts-jest": "^27.1.2",
"typedoc": "^0.22.8",
"shx": "^0.3.4",
"ts-jest": "^27.1.3",
"typedoc": "^0.22.12",
"typescript": "~4.5.4"
},
"dependencies": {
"@feathersjs/errors": "^4.5.11",
"@feathersjs/feathers": "^4.5.11",
"@google-cloud/storage": "^5.16.1",
"@feathersjs/errors": "^4.5.12",
"@feathersjs/feathers": "^4.5.12",
"@google-cloud/storage": "^5.18.2",
"dist": "^0.1.2",
"mime-types": "^2.1.34",
"uuid": "^8.3.2"
Expand Down
Loading

0 comments on commit 57c9d06

Please sign in to comment.