Skip to content

Commit e7d49a9

Browse files
committed
deps: Updated all JS dependencies
1 parent 649e3aa commit e7d49a9

File tree

3 files changed

+346
-311
lines changed

3 files changed

+346
-311
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@
33
[UNRELEASED]
44

55
- Ignore `clippy` lint rule `must_use_candidate`.
6-
- Optimized build (WASM file size changed from 584 to 356 KB).
6+
- Optimized build (WASM file size changed from 584 to 349 KB).
77
- `Seed` updated to `0.5.1` + updated `crate/src/lib.rs`.
88
- Updated all Rust dependencies.
9+
- Updated all JS dependencies.
10+
911

1012
[0.4.0]
1113

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -21,34 +21,34 @@
2121
"port": 8000
2222
},
2323
"devDependencies": {
24-
"@wasm-tool/wasm-pack-plugin": "1.0.1",
25-
"binaryen": "^89.0.0",
24+
"@wasm-tool/wasm-pack-plugin": "1.1.0",
25+
"binaryen": "^90.0.0",
2626
"clean-webpack-plugin": "^3.0.0",
27-
"concurrently": "^5.0.1",
28-
"copy-webpack-plugin": "^5.1.0",
29-
"critters-webpack-plugin": "^2.4.0",
30-
"css-loader": "^3.3.0",
27+
"concurrently": "^5.0.2",
28+
"copy-webpack-plugin": "^5.1.1",
29+
"critters-webpack-plugin": "^2.5.0",
30+
"css-loader": "^3.4.2",
3131
"file-loader": "^5.0.2",
3232
"find": "^0.3.0",
33-
"handlebars": "^4.5.3",
33+
"handlebars": "^4.7.2",
3434
"handlebars-loader": "^1.7.1",
3535
"html-webpack-plugin": "^3.2.0",
36-
"mini-css-extract-plugin": "^0.8.0",
36+
"mini-css-extract-plugin": "^0.9.0",
3737
"no-emit-webpack-plugin": "^2.0.1",
3838
"postcss-import": "^12.0.1",
3939
"postcss-loader": "^3.0.0",
40-
"postcss-typed-css-classes": "^0.1.4",
40+
"postcss-typed-css-classes": "^0.1.5",
4141
"react-snap": "^1.23.0",
42-
"serve": "^11.2.0",
43-
"style-loader": "^1.0.1",
42+
"serve": "^11.3.0",
43+
"style-loader": "^1.1.3",
4444
"tailwindcss": "^1.1.4",
4545
"text-encoding": "^0.7.0",
4646
"ts-loader": "^6.2.1",
47-
"typescript": "^3.7.3",
48-
"wait-on": "^3.3.0",
49-
"webpack": "^4.41.2",
47+
"typescript": "^3.7.5",
48+
"wait-on": "^4.0.0",
49+
"webpack": "^4.41.5",
5050
"webpack-cli": "^3.3.10",
51-
"webpack-dev-server": "^3.9.0",
51+
"webpack-dev-server": "^3.10.1",
5252
"webpackbar": "^4.0.0"
5353
}
5454
}

0 commit comments

Comments
 (0)