Skip to content
This repository was archived by the owner on Mar 16, 2021. It is now read-only.

Commit 91557e7

Browse files
author
Jeff Billimek
committed
Merge remote-tracking branch 'upstream/master' into admin_view
* upstream/master: Fix typo in readme added workaround for build failture bump dependencies
2 parents 800efb4 + 9ad05c0 commit 91557e7

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ getCMDDependencies:
1919

2020
getGoDependencies:
2121
go get -v ./...
22+
# Workaround for: https://github.com/sirupsen/logrus/issues/824
23+
GOOS=windows go get -v ./...
2224

2325
buildProject:
2426
rm -rf releases

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
![Generate ShareX Configuration](https://user-images.githubusercontent.com/17984549/32700395-cf9f057a-c7c4-11e7-9d2b-7523c8a95a20.png)
3333

34-
## Documenation
34+
## Documentation
3535

3636
- [Installation](https://github.com/mxschmitt/golang-url-shortener/wiki/Installation)
3737
- [Configuration](https://github.com/mxschmitt/golang-url-shortener/wiki/Configuration)

web/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,20 @@
1313
"dependencies": {
1414
"moment": "2.22.2",
1515
"prismjs": "1.15.0",
16-
"react": "16.4.2",
17-
"react-clipboard.js": "2.0.0",
16+
"react": "16.5.2",
17+
"react-clipboard.js": "2.0.1",
1818
"react-datepicker": "1.6.0",
19-
"react-dom": "16.4.2",
20-
"react-moment": "0.7.9",
19+
"react-dom": "16.5.2",
20+
"react-moment": "0.8.1",
2121
"react-prism": "4.3.2",
2222
"react-qr-svg": "2.1.0",
2323
"react-responsive": "5.0.0",
2424
"react-router": "4.3.1",
2525
"react-router-dom": "4.3.1",
26-
"react-scripts": "1.1.4",
26+
"react-scripts": "1.1.5",
2727
"react-table": "6.8.6",
28-
"semantic-ui-css": "2.3.3",
29-
"semantic-ui-react": "0.82.2",
28+
"semantic-ui-css": "2.4.0",
29+
"semantic-ui-react": "0.82.5",
3030
"toastr": "2.1.4"
3131
},
3232
"scripts": {

0 commit comments

Comments
 (0)