Skip to content
This repository was archived by the owner on Feb 15, 2025. It is now read-only.

Commit 2f71b69

Browse files
committed
Update dependencies
1 parent 3a5fde7 commit 2f71b69

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

CHANGES.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,12 @@
4343

4444
## Dependencies
4545

46+
- autoprefixer: v9.7.6 → [v9.8.0](https://github.com/postcss/autoprefixer/blob/master/CHANGELOG.md#980)
4647
- chalk: v3.0.0 → [v4.0.0](https://github.com/chalk/chalk/releases/tag/v4.0.0)
4748
- copy-webpack-plugin: v5.1.1 → [v6.0.1](https://github.com/webpack-contrib/copy-webpack-plugin/blob/master/CHANGELOG.md#601-2020-05-16)
4849
- file-loader: v4.3.0 → [v6.0.0](https://github.com/webpack-contrib/file-loader/blob/master/CHANGELOG.md#600-2020-03-17)
4950
- fs-extra: v8.1.0 → [v9.0.0](https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md#900--2020-03-19)
50-
- karma: v4.4.1 → [v5.0.7](https://github.com/karma-runner/karma/blob/master/CHANGELOG.md#507-2020-05-16)
51+
- karma: v4.4.1 → [v5.0.9](https://github.com/karma-runner/karma/blob/master/CHANGELOG.md#509-2020-05-19)
5152
- karma-mocha: v1.3.0 → [v2.0.1](https://github.com/karma-runner/karma-mocha/blob/master/CHANGELOG.md#201-2020-04-29)
5253
- terser-webpack-plugin v2.3.6 → [v3.0.1](https://github.com/webpack-contrib/terser-webpack-plugin/blob/master/CHANGELOG.md#301-2020-05-06)
5354
- url-loader: v2.3.0→ [v4.1.0](https://github.com/webpack-contrib/url-loader/blob/master/CHANGELOG.md)

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"babel-preset-proposals": "0.3.0",
7070
"react-refresh": "0.8.2",
7171

72-
"karma": "5.0.7",
72+
"karma": "5.0.9",
7373
"karma-chrome-launcher": "3.1.0",
7474
"karma-coverage": "2.0.2",
7575
"karma-mocha": "2.0.1",
@@ -83,7 +83,7 @@
8383
"expect": "1.20.2",
8484

8585
"webpack": "4.43.0",
86-
"autoprefixer": "9.7.6",
86+
"autoprefixer": "9.8.0",
8787
"babel-loader": "8.1.0",
8888
"case-sensitive-paths-webpack-plugin": "2.3.0",
8989
"copy-webpack-plugin": "6.0.1",
@@ -109,7 +109,7 @@
109109
"cross-env": "7.0.2",
110110
"eslint-config-jonnybuchanan": "6.0.0",
111111
"eventsource": "1.0.7",
112-
"flow-bin": "0.124.0",
112+
"flow-bin": "0.125.1",
113113
"glob": "7.1.6",
114114
"nyc": "15.0.1",
115115
"rimraf": "3.0.2",

0 commit comments

Comments
 (0)