1
0
mirror of https://github.com/kremalicious/blowfish.git synced 2024-11-25 03:20:14 +01:00

package updates

This commit is contained in:
Matthias Kretschmann 2020-09-28 11:58:40 +02:00
parent df681c3b63
commit 6a3dc7e6ab
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 303 additions and 305 deletions

590
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -30,7 +30,7 @@
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@coingecko/cryptoformat": "^0.4.1", "@coingecko/cryptoformat": "^0.4.1",
"@oceanprotocol/contracts": "^0.4.1", "@oceanprotocol/contracts": "^0.4.4",
"axios": "^0.20.0", "axios": "^0.20.0",
"electron-is-dev": "^1.2.0", "electron-is-dev": "^1.2.0",
"electron-next": "^3.1.5", "electron-next": "^3.1.5",
@ -40,7 +40,7 @@
"ethjs": "^0.4.0", "ethjs": "^0.4.0",
"ms": "^2.1.2", "ms": "^2.1.2",
"shortid": "^2.2.15", "shortid": "^2.2.15",
"swr": "^0.3.2" "swr": "^0.3.5"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.11.6", "@babel/core": "^7.11.6",
@ -50,26 +50,26 @@
"@svgr/webpack": "^5.4.0", "@svgr/webpack": "^5.4.0",
"@testing-library/jest-dom": "^5.11.4", "@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.0.4", "@testing-library/react": "^11.0.4",
"auto-changelog": "^2.2.0", "auto-changelog": "^2.2.1",
"babel-eslint": "^10.1.0", "babel-eslint": "^10.1.0",
"babel-jest": "^26.3.0", "babel-jest": "^26.3.0",
"copy": "^0.3.2", "copy": "^0.3.2",
"cross-env": "^7.0.2", "cross-env": "^7.0.2",
"dotenv": "^8.2.0", "dotenv": "^8.2.0",
"electron": "^10.1.1", "electron": "^10.1.2",
"electron-builder": "^22.8.0", "electron-builder": "^22.8.1",
"electron-devtools-installer": "^3.1.1", "electron-devtools-installer": "^3.1.1",
"eslint": "^7.9.0", "eslint": "^7.9.0",
"eslint-config-prettier": "^6.11.0", "eslint-config-prettier": "^6.12.0",
"eslint-plugin-react": "^7.20.6", "eslint-plugin-react": "^7.21.2",
"identity-obj-proxy": "^3.0.0", "identity-obj-proxy": "^3.0.0",
"jest": "^26.4.2", "jest": "^26.4.2",
"next": "^9.5.3", "next": "^9.5.3",
"prettier": "^2.1.1", "prettier": "^2.1.2",
"react": "^16.13.1", "react": "^16.13.1",
"react-dom": "^16.13.1", "react-dom": "^16.13.1",
"react-pose": "^4.0.10", "react-pose": "^4.0.10",
"release-it": "^14.0.2", "release-it": "^14.0.3",
"stylelint": "^13.7.1", "stylelint": "^13.7.1",
"stylelint-prettier": "^1.1.2" "stylelint-prettier": "^1.1.2"
}, },