plait-skeleton-app
Advanced tools
Comparing version 1.0.0 to 1.1.0
{ | ||
"name": "plait-skeleton-app", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "A skeleton app to kick-start your Plait application.", | ||
"main": "index.js", | ||
"scripts": { | ||
"build": "./node_modules/.bin/gulp build", | ||
"test": "./node_modules/.bin/gulp test" | ||
"build": "webpack", | ||
"test": "npm run eslint && npm run jasmine", | ||
"jasmine": "jasmine", | ||
"eslint": "eslint --fix src/**/*.js" | ||
}, | ||
@@ -26,15 +28,21 @@ "repository": { | ||
"dependencies": { | ||
"plait": "^0.11.0" | ||
"plait": "^0.14.0" | ||
}, | ||
"devDependencies": { | ||
"babel-plugin-transform-react-jsx": "^6.4.0", | ||
"babel-loader": "^7.1.1", | ||
"babel-plugin-transform-h-jsx": "^1.0.0", | ||
"babel-preset-es2015": "^6.3.13", | ||
"babelify": "^7.2.0", | ||
"browserify": "^13.0.0", | ||
"gulp": "^3.9.0", | ||
"gulp-babel": "^6.1.1", | ||
"gulp-jasmine": "^2.2.1", | ||
"jsx-transform": "^2.3.0", | ||
"vinyl-source-stream": "^1.1.0" | ||
"babel-register": "^6.24.1", | ||
"babili-webpack-plugin": "^0.1.2", | ||
"eslint": "^4.1.1", | ||
"eslint-config-standard": "^10.2.1", | ||
"eslint-config-standard-jsx": "^4.0.2", | ||
"eslint-plugin-import": "^2.6.1", | ||
"eslint-plugin-node": "^5.1.0", | ||
"eslint-plugin-promise": "^3.5.0", | ||
"eslint-plugin-react": "^7.1.0", | ||
"eslint-plugin-standard": "^3.0.1", | ||
"jasmine": "^2.6.0", | ||
"webpack": "^3.0.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
108164
13
2867
15
1
+ Addedperformance-now@0.1.4(transitive)
+ Addedplait@0.14.1(transitive)
+ Addedraf@2.0.4(transitive)
+ Addedramda@0.24.1(transitive)
+ Addedvirtual-raf@3.0.0(transitive)
- Removedplait@0.11.5(transitive)
- Removedramda@0.19.1(transitive)
Updatedplait@^0.14.0