Merge pull request #11 from oceanprotocol/feature/packages

package updates
This commit is contained in:
Matthias Kretschmann 2019-04-23 11:58:58 +02:00 committed by GitHub
commit b74f2a5964
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 12 deletions

View File

@ -39,7 +39,6 @@ This example would result in:
<img width="700" alt="screen shot 2018-12-04 at 14 58 25" src="https://user-images.githubusercontent.com/90316/49446699-152a7980-f7d5-11e8-8945-959f2e05e90b.png"> <img width="700" alt="screen shot 2018-12-04 at 14 58 25" src="https://user-images.githubusercontent.com/90316/49446699-152a7980-f7d5-11e8-8945-959f2e05e90b.png">
### Editing workflow ### Editing workflow
The basic workflow goes like this: The basic workflow goes like this:

View File

@ -14,22 +14,22 @@
"deploy": "./deploy.sh" "deploy": "./deploy.sh"
}, },
"dependencies": { "dependencies": {
"@oceanprotocol/art": "^2.1.0" "@oceanprotocol/art": "^2.2.0"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.2.0", "@babel/core": "^7.4.3",
"@babel/preset-env": "^7.2.0", "@babel/preset-env": "^7.4.3",
"@babel/register": "^7.0.0", "@babel/register": "^7.4.0",
"autoprefixer": "^9.4.1", "autoprefixer": "^9.5.1",
"babel-eslint": "^10.0.1", "babel-eslint": "^10.0.1",
"browser-sync": "^2.26.3", "browser-sync": "^2.26.4",
"cssnano": "^4.1.7", "cssnano": "^4.1.10",
"del": "^3.0.0", "del": "^4.1.0",
"eslint": "5.14.0", "eslint": "5.14.0",
"eslint-config-oceanprotocol": "^1.3.0", "eslint-config-oceanprotocol": "^1.3.0",
"eslint-config-prettier": "^4.1.0", "eslint-config-prettier": "^4.1.0",
"eslint-plugin-prettier": "^3.0.0", "eslint-plugin-prettier": "^3.0.1",
"gulp": "^4.0.0", "gulp": "^4.0.1",
"gulp-htmlmin": "^5.0.1", "gulp-htmlmin": "^5.0.1",
"gulp-liquify": "^0.0.6", "gulp-liquify": "^0.0.6",
"gulp-load-plugins": "^1.5.0", "gulp-load-plugins": "^1.5.0",
@ -37,7 +37,7 @@
"gulp-rev": "^9.0.0", "gulp-rev": "^9.0.0",
"gulp-rev-replace": "^0.4.4", "gulp-rev-replace": "^0.4.4",
"gulp-sass": "^4.0.2", "gulp-sass": "^4.0.2",
"prettier": "^1.15.3" "prettier": "^1.17.0"
}, },
"browserslist": [ "browserslist": [
">0.2%", ">0.2%",