Skip to content

Commit 5ddef9f

Browse files
authored
Merge pull request #10 from factorio-item-browser/bugifx/invalid-savegames
bugifx/invalid-savegames
2 parents d5b7f4f + 212f5aa commit 5ddef9f

File tree

9 files changed

+4401
-6719
lines changed

9 files changed

+4401
-6719
lines changed

.env.development

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ DISCORD_LINK=https://discord.gg/
88
INTERVAL_CHECK_SETTING_STATUS=60
99

1010
# The URI to the Portal API server.
11-
PORTAL_API_URI=http://localhost:8070
11+
PORTAL_API_URI=http://localhost:8081

package-lock.json

Lines changed: 4265 additions & 6500 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 44 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -19,80 +19,81 @@
1919
},
2020
"private": true,
2121
"dependencies": {
22-
"@fortawesome/fontawesome-svg-core": "^1.2.30",
23-
"@fortawesome/free-brands-svg-icons": "^5.14.0",
24-
"@fortawesome/free-solid-svg-icons": "^5.14.0",
25-
"@fortawesome/react-fontawesome": "^0.1.11",
22+
"@fortawesome/fontawesome-svg-core": "^1.2.34",
23+
"@fortawesome/free-brands-svg-icons": "^5.15.2",
24+
"@fortawesome/free-solid-svg-icons": "^5.15.2",
25+
"@fortawesome/react-fontawesome": "^0.1.14",
2626
"base-x": "^3.0.8",
27-
"byte-buffer": "^2.0.0",
2827
"classnames": "^2.2.6",
29-
"i18next": "^19.7.0",
28+
"i18next": "^19.8.5",
3029
"jszip": "^3.5.0",
3130
"mobx": "^5.15.7",
3231
"mobx-react-lite": "^2.2.2",
3332
"normalize-scss": "^7.0.1",
33+
"pako": "^2.0.3",
3434
"prop-types": "^15.7.2",
35-
"react": "^16.13.1",
36-
"react-dom": "^16.13.1",
37-
"react-i18next": "^11.7.3",
38-
"react-responsive": "^8.1.0",
35+
"react": "^16.14.0",
36+
"react-dom": "^16.14.0",
37+
"react-i18next": "^11.8.5",
38+
"react-responsive": "^8.2.0",
3939
"react-sortablejs": "2.0.11",
4040
"router5": "^8.0.1",
4141
"router5-plugin-browser": "^8.0.1",
42+
"smart-buffer": "^4.1.0",
4243
"throttle-debounce": "^2.3.0"
4344
},
4445
"devDependencies": {
45-
"@babel/core": "^7.11.6",
46-
"@babel/plugin-proposal-class-properties": "^7.10.4",
47-
"@babel/plugin-proposal-decorators": "^7.10.5",
48-
"@babel/plugin-transform-runtime": "^7.11.5",
49-
"@babel/preset-env": "^7.11.5",
50-
"@babel/preset-flow": "^7.10.4",
51-
"@babel/preset-react": "^7.10.4",
52-
"@types/jest": "^26.0.14",
46+
"@babel/core": "^7.12.10",
47+
"@babel/plugin-proposal-class-properties": "^7.12.1",
48+
"@babel/plugin-proposal-decorators": "^7.12.12",
49+
"@babel/plugin-transform-runtime": "^7.12.10",
50+
"@babel/preset-env": "^7.12.11",
51+
"@babel/preset-flow": "^7.12.1",
52+
"@babel/preset-react": "^7.12.10",
53+
"@types/jest": "^26.0.20",
5354
"@types/prop-types": "^15.7.3",
5455
"@types/react-responsive": "^8.0.2",
5556
"async-css-plugin": "^1.1.5",
56-
"autoprefixer": "^10.0.0",
57+
"autoprefixer": "^10.2.4",
5758
"babel-eslint": "^10.1.0",
58-
"babel-loader": "^8.1.0",
59+
"babel-loader": "^8.2.2",
5960
"clean-webpack-plugin": "^3.0.0",
60-
"copy-webpack-plugin": "^6.1.1",
61+
"copy-webpack-plugin": "^6.4.1",
6162
"css-loader": "^4.3.0",
6263
"cssnano": "^4.1.10",
6364
"dotenv": "^8.2.0",
64-
"eslint": "^7.9.0",
65-
"eslint-config-prettier": "^6.12.0",
65+
"eslint": "^7.19.0",
66+
"eslint-config-prettier": "^6.15.0",
6667
"eslint-import-resolver-webpack": "^0.12.2",
6768
"eslint-plugin-flowtype": "^5.2.0",
68-
"eslint-plugin-import": "^2.22.0",
69-
"eslint-plugin-jest": "^24.0.2",
70-
"eslint-plugin-jsx-a11y": "^6.3.1",
71-
"eslint-plugin-prettier": "^3.1.4",
72-
"eslint-plugin-react": "^7.21.2",
73-
"file-loader": "^6.1.0",
69+
"eslint-plugin-import": "^2.22.1",
70+
"eslint-plugin-jest": "^24.1.3",
71+
"eslint-plugin-jsx-a11y": "^6.4.1",
72+
"eslint-plugin-prettier": "^3.3.1",
73+
"eslint-plugin-react": "^7.22.0",
74+
"file-loader": "^6.2.0",
7475
"flow-bin": "0.131.0",
7576
"flow-typed": "^3.2.1",
76-
"html-inline-css-webpack-plugin": "^1.9.0",
77-
"html-webpack-plugin": "^4.5.0",
77+
"html-inline-css-webpack-plugin": "^1.10.0",
78+
"html-webpack-plugin": "^4.5.1",
7879
"html-webpack-skip-assets-plugin": "0.0.2",
7980
"image-webpack-loader": "^7.0.1",
8081
"isomorphic-fetch": "^2.2.1",
81-
"jest": "^26.4.2",
82-
"mini-css-extract-plugin": "^0.11.2",
82+
"jest": "^26.6.3",
83+
"mini-css-extract-plugin": "^0.11.3",
8384
"node-sass": "^4.14.1",
84-
"postcss": "^8.0.9",
85-
"postcss-loader": "^4.0.2",
86-
"prettier": "^2.1.2",
85+
"postcss": "^8.2.4",
86+
"postcss-loader": "^4.2.0",
87+
"prettier": "^2.2.1",
8788
"react-hot-loader": "^4.13.0",
88-
"sass-loader": "^10.0.2",
89-
"script-ext-html-webpack-plugin": "^2.1.4",
90-
"source-map-explorer": "^2.5.0",
91-
"terser-webpack-plugin": "^4.2.2",
92-
"url-loader": "^4.1.0",
93-
"webpack": "^4.44.2",
89+
"sass-loader": "^10.1.1",
90+
"script-ext-html-webpack-plugin": "^2.1.5",
91+
"source-map-explorer": "^2.5.2",
92+
"terser-webpack-plugin": "^4.2.3",
93+
"url-loader": "^4.1.1",
94+
"webpack": "^4.46.0",
9495
"webpack-cli": "^3.3.12",
95-
"webpack-dev-server": "^3.11.0"
96+
"webpack-dev-server": "^3.11.2"
9697
},
9798
"main": "src/index.jsx",
9899
"scripts": {

0 commit comments

Comments
 (0)