Skip to content

Commit

Permalink
Merge pull request #21 from ninoseki/update-dependencies
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
ninoseki committed Jul 30, 2020
2 parents 975b9a8 + 0e10237 commit eeb6c5f
Show file tree
Hide file tree
Showing 6 changed files with 140 additions and 137 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Expand Up @@ -11,7 +11,7 @@ repos:
]

- repo: https://github.com/asottile/pyupgrade
rev: v2.7.1
rev: v2.7.2
hooks:
- id: pyupgrade
args: [--py37-plus]
Expand All @@ -22,7 +22,7 @@ repos:
- id: seed-isort-config

- repo: https://github.com/timothycrosley/isort
rev: 5.1.2
rev: 5.2.1
hooks:
- id: isort
additional_dependencies: [toml]
Expand Down
36 changes: 18 additions & 18 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions frontend/package.json
Expand Up @@ -11,29 +11,29 @@
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.14.0",
"@mdi/font": "^5.3.45",
"@mdi/font": "^5.4.55",
"axios": "^0.19.2",
"buefy": "^0.8.20",
"core-js": "^3.6.5",
"filesize.js": "^2.0.0",
"highlight.js": "^10.1.1",
"js-base64": "^3.2.4",
"highlight.js": "^10.1.2",
"js-base64": "^3.3.3",
"js-sha256": "^0.9.0",
"moment": "^2.27.0",
"qs": "^6.9.4",
"url-parse": "^1.4.7",
"vue": "^2.6.11",
"vue-class-component": "^7.2.3",
"vue-class-component": "^7.2.5",
"vue-markdown": "^2.2.4",
"vue-mixin-decorator": "^1.2.0",
"vue-property-decorator": "^9.0.0",
"vue-router": "^3.3.4"
},
"devDependencies": {
"@types/highlight.js": "^9.12.4",
"@types/jest": "^26.0.5",
"@types/jest": "^26.0.7",
"@types/js-base64": "^3.0.0",
"@types/qs": "^6.9.3",
"@types/qs": "^6.9.4",
"@types/url-parse": "^1.4.3",
"@typescript-eslint/eslint-plugin": "^2.34.0",
"@typescript-eslint/parser": "^2.34.0",
Expand Down

0 comments on commit eeb6c5f

Please sign in to comment.