This repository was archived by the owner on Apr 3, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated npm packages, fixed Modernizr errors (#295)
- Loading branch information
1 parent
cf3af4d
commit b2252e1
Showing
18 changed files
with
25,956 additions
and
9,392 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,18 +24,23 @@ | |
"devDependencies": { | ||
"@claviska/jquery-dropdown": "^2.0.3", | ||
"Stepper": "git+ssh://[email protected]/FormStoneClassic/Stepper.git", | ||
"autosize": "^3.0.15", | ||
"babel-preset-es2015-rollup": "^1.2.0", | ||
"autosize": "^4.0.0", | ||
"babel-core": "^6.26.0", | ||
"babel-preset-es2015-rollup": "^3.0.0", | ||
"css-loader": "^0.28.7", | ||
"datetimepicker": "^0.1.30", | ||
"dropit": "^1.0.0", | ||
"dropzone": "^4.3.0", | ||
"dropzone": "^5.1.1", | ||
"extract-text-webpack-plugin": "^3.0.0", | ||
"fastclick": "^1.0.6", | ||
"file-loader": "^0.11.2", | ||
"font-awesome": "^4.6.3", | ||
"gulp": "^3.9.1", | ||
"gulp-imagemin": "^3.0.1", | ||
"gulp-modernizr": "^1.0.0-alpha", | ||
"gulp-sourcemaps": "^2.2.0", | ||
"hideshowpassword": "^2.0.10", | ||
"image-webpack-loader": "^3.4.2", | ||
"jquery": "^3.1.0", | ||
"jquery-jcrop": "^0.9.13", | ||
"jquery-modal": "^0.8.0", | ||
|
@@ -44,11 +49,17 @@ | |
"lang.js": "git+ssh://[email protected]/euantorano/Lang.js.git", | ||
"laravel-elixir": "^6.0.0-13", | ||
"modernizr": "^3.3.1", | ||
"normalize-scss": "^6.0.0", | ||
"rollup-plugin-babel": "^2.6.1", | ||
"node-sass": "^4.5.3", | ||
"normalize-scss": "^7.0.0", | ||
"resolve-url-loader": "^2.1.0", | ||
"rollup-plugin-babel": "^3.0.2", | ||
"rollup-plugin-typescript": "^0.8.1", | ||
"rollup-plugin-uglify": "^1.0.1", | ||
"rollup-plugin-uglify": "^2.0.1", | ||
"rollup-stream": "^1.14.0", | ||
"vinyl-source-stream": "^1.1.0" | ||
"sass-loader": "^6.0.6", | ||
"style-loader": "^0.18.2", | ||
"url-loader": "^0.5.9", | ||
"vinyl-source-stream": "^1.1.0", | ||
"webpack": "^3.6.0" | ||
} | ||
} |
Oops, something went wrong.