Skip to content

Commit

Permalink
Merge pull request #471 from ninoseki/v0.77.3
Browse files Browse the repository at this point in the history
v0.77.3
  • Loading branch information
ninoseki authored Sep 6, 2020
2 parents 9ccdec9 + db6eae6 commit 64f41b9
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 57 deletions.
103 changes: 53 additions & 50 deletions package-lock.json

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

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mitaka",
"version": "0.77.2",
"version": "0.77.3",
"description": "A browser extension for searching IP, domain, URL, hash, etc. via the context menu.",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -55,7 +55,7 @@
"dependencies": {
"@github/mini-throttle": "^2.0.1",
"axios": "^0.20.0",
"ioc-extractor": "^2.3.8",
"ioc-extractor": "^2.3.10",
"js-base64": "^3.4.5",
"js-sha256": "^0.9.0",
"mustache": "^4.0.1",
Expand All @@ -68,11 +68,11 @@
"@types/chai": "4.2.12",
"@types/chai-as-promised": "7.1.3",
"@types/js-base64": "3.0.0",
"@types/jsdom": "16.2.3",
"@types/jsdom": "16.2.4",
"@types/mocha": "8.0.3",
"@types/moxios": "0.4.9",
"@types/mustache": "4.0.1",
"@types/node": "14.6.2",
"@types/node": "14.6.4",
"@types/qs": "6.9.4",
"@types/sinon": "9.0.5",
"@types/window-or-global": "1.0.0",
Expand All @@ -87,22 +87,22 @@
"coveralls": "3.1.0",
"cross-env": "7.0.2",
"css-loader": "4.2.2",
"eslint": "7.8.0",
"eslint": "7.8.1",
"eslint-config-prettier": "6.11.0",
"eslint-plugin-prettier": "3.1.4",
"eslint-plugin-simple-import-sort": "5.0.3",
"extract-text-webpack-plugin": "4.0.0-beta.0",
"husky": "4.2.5",
"ignore-styles": "5.0.1",
"jsdom": "16.4.0",
"lint-staged": "10.2.13",
"lint-staged": "10.3.0",
"mini-css-extract-plugin": "0.11.0",
"mocha": "8.1.3",
"moxios": "0.4.0",
"node-sass": "4.14.1",
"nyc": "15.1.0",
"prettier": "2.1.1",
"sass-loader": "10.0.1",
"sass-loader": "10.0.2",
"sinon": "9.0.3",
"style-loader": "1.2.1",
"ts-loader": "8.0.3",
Expand Down

0 comments on commit 64f41b9

Please sign in to comment.