Skip to content

Commit 4ccd256

Browse files
committed
build: upgrade deps
1 parent 1f2bdbd commit 4ccd256

File tree

2 files changed

+135
-135
lines changed

2 files changed

+135
-135
lines changed

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"homepage": "https://github.com/LWJGL/lwjgl3-www#readme",
1616
"dependencies": {
17-
"aws-sdk": "2.554.0",
17+
"aws-sdk": "2.556.0",
1818
"body-parser": "1.19.0",
1919
"chalk": "3.0.0-beta.2",
2020
"compression": "1.7.4",
@@ -37,30 +37,30 @@
3737
"@babel/preset-env": "7.6.3",
3838
"@babel/preset-react": "7.6.3",
3939
"@babel/preset-typescript": "7.6.0",
40-
"@emotion/babel-preset-css-prop": "10.0.17",
41-
"@emotion/core": "10.0.21",
42-
"@prettier/plugin-pug": "1.0.4",
40+
"@emotion/babel-preset-css-prop": "10.0.22",
41+
"@emotion/core": "10.0.22",
42+
"@prettier/plugin-pug": "1.0.5",
4343
"@reach/router": "1.3.0-beta.0",
4444
"@types/jszip": "3.1.6",
4545
"@types/lodash-es": "4.17.3",
4646
"@types/reach__router": "1.2.6",
47-
"@types/react-dom": "16.9.2",
47+
"@types/react-dom": "16.9.3",
4848
"@typescript-eslint/eslint-plugin": "2.5.0",
4949
"@typescript-eslint/parser": "2.5.0",
5050
"@webhotelier/webpack-fast-refresh": "1.0.9",
51-
"autoprefixer": "9.6.5",
51+
"autoprefixer": "9.7.0",
5252
"babel-loader": "8.0.6",
5353
"babel-plugin-optimize-react": "0.0.4",
5454
"babel-plugin-transform-async-to-promises": "0.8.14",
5555
"babel-plugin-transform-react-remove-prop-types": "0.4.24",
5656
"benchmark": "2.1.4",
5757
"bootstrap": "4.3.1",
5858
"cli-table": "0.3.1",
59-
"core-js": "3.3.3",
59+
"core-js": "3.3.4",
6060
"css-loader": "3.2.0",
6161
"cssnano": "4.1.10",
6262
"eslint": "6.5.1",
63-
"eslint-plugin-react-hooks": "2.1.2",
63+
"eslint-plugin-react-hooks": "2.2.0",
6464
"exports-loader": "0.7.0",
6565
"fbjs": "1.0.0",
6666
"fg-loadcss": "2.1.0",
@@ -70,13 +70,13 @@
7070
"immer": "4.0.2",
7171
"jszip": "3.2.2",
7272
"lodash-es": "4.17.15",
73-
"node-sass": "4.12.0",
73+
"node-sass": "4.13.0",
7474
"postcss-loader": "3.0.0",
7575
"prettier": "1.18.2",
76-
"react": "experimental",
77-
"react-dom": "experimental",
76+
"react": "^0.0.0-experimental-f6b8d31a7",
77+
"react-dom": "^0.0.0-experimental-f6b8d31a7",
7878
"react-fast-compare": "2.0.4",
79-
"react-refresh": "experimental",
79+
"react-refresh": "^0.0.0-experimental-f6b8d31a7",
8080
"react-svg-loader": "3.0.3",
8181
"sass-loader": "8.0.0",
8282
"scroll-into-view-if-needed": "2.2.20",

0 commit comments

Comments
 (0)