Skip to content

Commit

Permalink
#419 Fix library versions
Browse files Browse the repository at this point in the history
  • Loading branch information
To-om committed Jun 22, 2022
1 parent 9e48b0a commit b099378
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions www/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"angular-ui-bootstrap": "^2.5.6",
"angular-ui-notification": "^0.3.6",
"angular-utils-pagination": "^0.11.1",
"bootstrap-sass": "^3.4.1",
"bootstrap-sass": "3.4.1",
"dropzone": "^5.5.1",
"es6-promise": "^4.2.6",
"font-awesome": "^4.7.0",
Expand All @@ -45,7 +45,7 @@
"node": ">=0.12.0"
},
"devDependencies": {
"assets-webpack-plugin": "^3.4.0",
"assets-webpack-plugin": "3.4.0",
"autoprefixer": "^6.5.0",
"babel-core": "^6.26.3",
"babel-eslint": "^8.2.1",
Expand All @@ -55,24 +55,24 @@
"babel-preset-es2017": "^6.24.1",
"babel-preset-stage-1": "^6.24.1",
"baggage-loader": "^0.2.4",
"clean-webpack-plugin": "^0.1.10",
"clean-webpack-plugin": "0.1.10",
"cross-env": "^3.0.0",
"css-loader": "^0.25.0",
"css-spaces": "^0.3.5",
"eslint": "^4.14.0",
"eslint-loader": "^1.5.0",
"extract-text-webpack-plugin": "^2.0.0-beta.4",
"extract-text-webpack-plugin": "2.0.0-beta.4",
"file-loader": "^0.9.0",
"html-loader": "^0.4.4",
"html-webpack-plugin": "^2.22.0",
"manifest-revision-webpack-plugin": "^0.3.0",
"html-webpack-plugin": "2.22.0",
"manifest-revision-webpack-plugin": "0.3.0",
"ngtemplate-loader": "^1.3.1",
"node-sass": "^4.12.0",
"postcss-loader": "^0.13.0",
"sass-loader": "^4.0.2",
"style-loader": "^0.13.1",
"url-loader": "^0.5.9",
"webpack": "^3.5.0",
"webpack-dev-server": "^2.2.0"
"webpack": "3.5.0",
"webpack-dev-server": "2.2.0"
}
}

0 comments on commit b099378

Please sign in to comment.