Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Commit

Permalink
Webportal: Use tilde-version to apply the patches of each deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerhut committed Sep 18, 2018
1 parent 84a6ef8 commit b44705c
Show file tree
Hide file tree
Showing 3 changed files with 411 additions and 283 deletions.
2 changes: 1 addition & 1 deletion src/webportal/.npmrc
@@ -1,2 +1,2 @@
save=true
save-exact=true
save-prefix='~'
92 changes: 46 additions & 46 deletions src/webportal/package.json
Expand Up @@ -23,52 +23,52 @@
"npm": "3.10.10"
},
"dependencies": {
"admin-lte": "2.4.2",
"app-root-path": "2.0.1",
"blueimp-file-upload": "9.19.2",
"bootstrap": "3.3.7",
"compression": "1.7.1",
"cookie-parser": "1.4.3",
"copy-webpack-plugin": "4.2.3",
"css-loader": "0.28.7",
"datatables.net-plugins": "1.10.15",
"dotenv": "4.0.0",
"ejs-loader": "0.3.0",
"envsub": "3.1.0",
"eslint": "4.17.0",
"eslint-config-google": "0.9.1",
"express": "4.16.2",
"extract-text-webpack-plugin": "3.0.2",
"file-loader": "1.1.5",
"floatthead": "2.0.3",
"font-awesome": "4.7.0",
"fs-extra": "5.0.0",
"handlebars": "4.0.11",
"handlebars-loader": "1.6.0",
"html-loader": "0.5.1",
"html-webpack-plugin": "2.30.1",
"joi": "13.0.2",
"jquery": "3.2.1",
"js-cookie": "2.2.0",
"js-yaml": "3.12.0",
"json-editor": "0.7.28",
"json-loader": "0.5.7",
"markdown-loader": "2.0.1",
"marked": "0.3.9",
"moment": "2.20.1",
"monaco-editor": "0.14.3",
"morgan": "1.9.0",
"node-sass": "4.7.2",
"raw-loader": "0.5.1",
"rimraf": "2.6.2",
"sass-loader": "6.0.6",
"serve-favicon": "2.5.0",
"slick-carousel": "1.8.1",
"style-loader": "0.19.0",
"uglifyjs-webpack-plugin": "1.1.4",
"util": "0.10.3",
"webpack": "3.10.0",
"winston": "2.4.0"
"admin-lte": "~2.4.2",
"app-root-path": "~2.0.1",
"blueimp-file-upload": "~9.19.2",
"bootstrap": "~3.3.7",
"compression": "~1.7.1",
"cookie-parser": "~1.4.3",
"copy-webpack-plugin": "~4.2.3",
"css-loader": "~0.28.7",
"datatables.net-plugins": "~1.10.15",
"dotenv": "~4.0.0",
"ejs-loader": "~0.3.0",
"envsub": "~3.1.0",
"eslint": "~4.17.0",
"eslint-config-google": "~0.9.1",
"express": "~4.16.2",
"extract-text-webpack-plugin": "~3.0.2",
"file-loader": "~1.1.5",
"floatthead": "~2.0.3",
"font-awesome": "~4.7.0",
"fs-extra": "~5.0.0",
"handlebars": "~4.0.11",
"handlebars-loader": "~1.6.0",
"html-loader": "~0.5.1",
"html-webpack-plugin": "~2.30.1",
"joi": "~13.0.2",
"jquery": "~3.2.1",
"js-cookie": "~2.2.0",
"js-yaml": "~3.12.0",
"json-editor": "~0.7.28",
"json-loader": "~0.5.7",
"markdown-loader": "~2.0.1",
"marked": "~0.3.9",
"moment": "~2.20.1",
"monaco-editor": "~0.14.3",
"morgan": "~1.9.0",
"node-sass": "~4.7.2",
"raw-loader": "~0.5.1",
"rimraf": "~2.6.2",
"sass-loader": "~6.0.6",
"serve-favicon": "~2.5.0",
"slick-carousel": "~1.8.1",
"style-loader": "~0.19.0",
"uglifyjs-webpack-plugin": "~1.1.4",
"util": "~0.10.3",
"webpack": "~3.10.0",
"winston": "~2.4.0"
},
"scripts": {
"lint": "eslint \"src/**/*.js\"",
Expand Down

0 comments on commit b44705c

Please sign in to comment.