Skip to content

Commit

Permalink
fix: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
berviantoleo committed Aug 18, 2022
1 parent 723ba9f commit 675d85f
Show file tree
Hide file tree
Showing 2 changed files with 515 additions and 308 deletions.
34 changes: 17 additions & 17 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.17.10",
"@babel/preset-env": "^7.17.10",
"@babel/preset-typescript": "^7.16.7",
"@babel/core": "^7.18.9",
"@babel/preset-env": "^7.18.9",
"@babel/preset-typescript": "^7.18.6",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-node-resolve": "^13.2.1",
"@rollup/plugin-node-resolve": "^13.3.0",
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/commit-analyzer": "^9.0.2",
"@semantic-release/git": "^10.0.1",
"@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": "^18.0.0",
"@types/node": "^18.6.3",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^5.21.0",
"@typescript-eslint/parser": "^5.21.0",
"eslint": "^8.14.0",
"@typescript-eslint/eslint-plugin": "^5.31.0",
"@typescript-eslint/parser": "^5.31.0",
"eslint": "^8.20.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-prettier": "^4.2.1",
"jest": "^27.5.1",
"prettier": "^2.6.2",
"rollup": "^2.71.1",
"prettier": "^2.7.1",
"rollup": "^2.77.2",
"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.32.1",
"semantic-release": "^19.0.2",
"semantic-release": "^19.0.3",
"shx": "^0.3.4",
"ts-jest": "^27.1.4",
"typedoc": "^0.23.2",
"typescript": "~4.7.2"
"typedoc": "^0.23.10",
"typescript": "~4.7.4"
},
"dependencies": {
"@feathersjs/errors": "^4.5.12",
"@feathersjs/feathers": "^4.5.12",
"@google-cloud/storage": "^6.0.1",
"@feathersjs/errors": "^4.5.15",
"@feathersjs/feathers": "^4.5.15",
"@google-cloud/storage": "^6.2.3",
"dist": "^0.1.2",
"mime-types": "^2.1.35",
"uuid": "^8.3.2"
Expand Down
Loading

0 comments on commit 675d85f

Please sign in to comment.