Skip to content
This repository was archived by the owner on May 26, 2022. It is now read-only.

Commit 875f3a0

Browse files
committed
update deps
1 parent dd6c1c0 commit 875f3a0

File tree

3 files changed

+8512
-8451
lines changed

3 files changed

+8512
-8451
lines changed

package.json

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -2,71 +2,71 @@
22
"name": "mob-timer",
33
"version": "0.1.0",
44
"dependencies": {
5-
"@babel/core": "^7.0.0-beta.44",
6-
"@babel/preset-env": "^7.0.0-beta.44",
7-
"@babel/preset-react": "^7.0.0-beta.44",
8-
"autoprefixer": "8.2.0",
5+
"@babel/core": "^7.0.0-beta.46",
6+
"@babel/preset-env": "^7.0.0-beta.46",
7+
"@babel/preset-react": "^7.0.0-beta.46",
8+
"autoprefixer": "8.4.1",
99
"babel-jest": "^22.4.3",
1010
"babel-loader": "^8.0.0-beta.2",
1111
"case-sensitive-paths-webpack-plugin": "2.1.2",
12-
"chalk": "^2.3.2",
12+
"chalk": "^2.4.1",
1313
"css-loader": "0.28.11",
1414
"dotenv": "5.0.1",
1515
"extract-text-webpack-plugin": "^4.0.0-beta.0",
1616
"file-loader": "1.1.11",
1717
"fork-ts-checker-webpack-plugin": "^0.4.1",
18-
"fs-extra": "5.0.0",
18+
"fs-extra": "6.0.0",
1919
"html-webpack-plugin": "^3.2.0",
2020
"interpolate-html-plugin": "^3.0.0",
21-
"jest": "22.1.4",
22-
"node-sass": "^4.8.3",
21+
"jest": "22.4.3",
22+
"node-sass": "^4.9.0",
2323
"normalize.css": "^8.0.0",
2424
"object-assign": "4.1.1",
25-
"postcss-flexbugs-fixes": "3.3.0",
26-
"postcss-loader": "2.1.3",
25+
"postcss-flexbugs-fixes": "3.3.1",
26+
"postcss-loader": "2.1.4",
2727
"promise": "8.0.1",
2828
"raf": "3.4.0",
29-
"react": "^16.3.1",
29+
"react": "^16.3.2",
3030
"react-dev-utils": "^6.0.0-next.b2fd8db8",
3131
"react-dnd": "^2.6.0",
3232
"react-dnd-html5-backend": "^2.6.0",
33-
"react-dom": "^16.3.1",
33+
"react-dom": "^16.3.2",
3434
"react-keydown": "^1.9.7",
35-
"react-md": "^1.2.13",
35+
"react-md": "^1.3.0",
3636
"react-redux": "^5.0.7",
3737
"redux": "^3.7.2",
3838
"redux-observable": "^0.18.0",
3939
"rxjs": "^5.5.10",
4040
"sass-loader": "^7.0.1",
4141
"source-map-loader": "^0.2.3",
42-
"style-loader": "0.20.3",
43-
"styled-components": "^3.2.5",
42+
"style-loader": "0.21.0",
43+
"styled-components": "^3.2.6",
4444
"sw-precache-webpack-plugin": "0.11.5",
4545
"ts-loader": "^4.2.0",
46-
"uglifyjs-webpack-plugin": "^1.2.4",
46+
"uglifyjs-webpack-plugin": "^1.2.5",
4747
"url-loader": "1.0.1",
48-
"webpack": "4.5.0",
49-
"webpack-manifest-plugin": "2.0.0"
48+
"webpack": "4.6.0",
49+
"webpack-manifest-plugin": "2.0.2"
5050
},
5151
"devDependencies": {
5252
"@types/jest": "^22.2.3",
53-
"@types/react": "16.3.10",
53+
"@types/react": "16.3.13",
5454
"@types/react-dnd": "^2.0.36",
5555
"@types/react-dnd-html5-backend": "^2.1.9",
5656
"@types/react-dom": "^16.0.5",
57-
"@types/react-redux": "^5.0.16",
57+
"@types/react-redux": "5.0.19",
5858
"gh-pages": "^1.1.0",
5959
"husky": "^1.0.0-rc.2",
60-
"lint-staged": "^7.0.4",
61-
"prettier": "^1.12.0",
62-
"ts-jest": "22.4.2",
63-
"tsconfig-paths-webpack-plugin": "^3.0.3",
60+
"lint-staged": "^7.0.5",
61+
"prettier": "^1.12.1",
62+
"ts-jest": "22.4.4",
63+
"tsconfig-paths-webpack-plugin": "^3.0.4",
6464
"tslint": "^5.9.1",
65-
"tslint-config-prettier": "^1.10.0",
65+
"tslint-config-prettier": "^1.12.0",
6666
"tslint-config-standard": "^7.0.0",
6767
"tslint-react": "^3.5.1",
68-
"typescript": "^2.8.1",
69-
"webpack-dev-server": "3.1.3"
68+
"typescript": "^2.8.3",
69+
"webpack-dev-server": "3.1.4"
7070
},
7171
"homepage": "https://beeequeue.github.io/mob-timer",
7272
"husky": {

src/utils/notifications.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ interface INotificationOptions {
1313

1414
export function requestPermission() {
1515
Notification.requestPermission()
16+
.then()
17+
.catch()
1618
}
1719

1820
export function notify(title: string, options?: INotificationOptions) {

0 commit comments

Comments
 (0)