Skip to content

Commit 1cd0019

Browse files
committed
updated most packages again (now nodejs 10 is required)
1 parent 0404f88 commit 1cd0019

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ All api actions are accessible with the /api route. The frontend is accessible
100100

101101
#### Requirements
102102
+ Go 1.11
103-
+ NodeJS
103+
+ NodeJS >10.13.0
104104

105105
#### Building Releases
106106
Creates a release zip for windows and linux: (this will install the dependencies listed in gopkgdeps)

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -24,34 +24,34 @@
2424
},
2525
"homepage": "https://github.com/mroote/factorio-server-manager#readme",
2626
"devDependencies": {
27-
"@babel/core": "^7.6.4",
28-
"@babel/preset-env": "^7.6.3",
29-
"@babel/preset-react": "^7.6.3",
30-
"@fortawesome/fontawesome-free": "^5.11.2",
31-
"admin-lte": "^3.0.0",
27+
"@babel/core": "^7.8.3",
28+
"@babel/preset-env": "^7.8.3",
29+
"@babel/preset-react": "^7.8.3",
30+
"@fortawesome/fontawesome-free": "^5.12.0",
31+
"admin-lte": "^3.0.2",
3232
"babel-loader": "^8.0.6",
33-
"bootstrap": "^4.3.1",
34-
"bootstrap-fileinput": "^5.0.6",
33+
"bootstrap": "^4.4.1",
34+
"bootstrap-fileinput": "^5.0.8",
3535
"classnames": "^2.2.6",
36-
"css-loader": "^3.2.0",
37-
"file-loader": "^4.2.0",
36+
"css-loader": "^3.4.2",
37+
"file-loader": "^5.0.2",
3838
"jquery": "^3.4.1",
3939
"locks": "^0.2.2",
40-
"mini-css-extract-plugin": "^0.8.0",
41-
"node-sass": "^4.13.0",
40+
"mini-css-extract-plugin": "^0.9.0",
41+
"node-sass": "^4.13.1",
4242
"optimize-css-assets-webpack-plugin": "^5.0.3",
4343
"prop-types": "^15.7.2",
44-
"react": "^16.11.0",
45-
"react-dom": "^16.11.0",
44+
"react": "^16.12.0",
45+
"react-dom": "^16.12.0",
4646
"react-native-listener": "^1.1.0",
4747
"react-router": "^5.1.2",
4848
"react-router-dom": "^5.1.2",
49-
"resolve-url-loader": "^3.1.0",
50-
"sass-loader": "^8.0.0",
49+
"resolve-url-loader": "^3.1.1",
50+
"sass-loader": "^8.0.2",
5151
"semver": "^6.3.0",
5252
"sweetalert2": "^8.18.7",
5353
"sweetalert2-react-content": "^1.1.0",
54-
"webpack": "^4.41.2",
54+
"webpack": "^4.41.5",
5555
"webpack-cli": "^3.3.10",
5656
"webpack-fix-style-only-entries": "^0.4.0"
5757
}

0 commit comments

Comments
 (0)