diff options
| author | Oskar Nyberg <oskar@mullvad.net> | 2020-04-28 15:01:42 +0200 |
|---|---|---|
| committer | Oskar Nyberg <oskar@mullvad.net> | 2020-04-28 15:01:42 +0200 |
| commit | e90dcd38409bb69c0b649142f85a8bddaaccef37 (patch) | |
| tree | 6da5cafc0c67dfc4d95f4a61f2d7bfc7afa457f9 /gui/package.json | |
| parent | f732c379f77bc7379787b1e0c780118e7870b98a (diff) | |
| parent | 2243c98b5c870037dd47bf16573fc27f22c98a39 (diff) | |
| download | mullvadvpn-e90dcd38409bb69c0b649142f85a8bddaaccef37.tar.xz mullvadvpn-e90dcd38409bb69c0b649142f85a8bddaaccef37.zip | |
Merge branch 'styled-components-experimentation'
Diffstat (limited to 'gui/package.json')
| -rw-r--r-- | gui/package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gui/package.json b/gui/package.json index ce34c6a301..915d498906 100644 --- a/gui/package.json +++ b/gui/package.json @@ -31,6 +31,7 @@ "redux": "^4.0.5", "sprintf-js": "^1.1.2", "stream-json": "^1.3.0", + "styled-components": "^5.1.0", "uuid": "^3.0.1", "validated": "^2.0.1" }, @@ -57,6 +58,7 @@ "@types/sinon": "^7.0.5", "@types/sprintf-js": "^1.1.2", "@types/stream-json": "^1.0.0", + "@types/styled-components": "^5.1.0", "@types/topojson-specification": "^1.0.1", "@types/uuid": "^3.4.4", "@typescript-eslint/eslint-plugin": "^2.29.0", |
