Skip to content

Commit 03d76f0

Browse files
committed
Update all
1 parent acb15df commit 03d76f0

File tree

4 files changed

+100
-57
lines changed

4 files changed

+100
-57
lines changed

go.mod

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go.sum

Lines changed: 28 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

web/package-lock.json

Lines changed: 58 additions & 43 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

web/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"react": "16.13.1",
3939
"react-dom": "16.13.1",
4040
"react-feather": "2.0.4",
41-
"react-hook-form": "5.4.2",
41+
"react-hook-form": "5.5.3",
4242
"react-router-dom": "5.1.2",
4343
"tabler": "appigram/tabler#dev"
4444
},
@@ -54,7 +54,7 @@
5454
"@babel/preset-env": "7.9.5",
5555
"@babel/preset-react": "7.9.4",
5656
"acorn": "7.1.1",
57-
"ajv": "6.12.0",
57+
"ajv": "6.12.2",
5858
"autoprefixer": "9.7.6",
5959
"babel-core": "7.0.0-bridge.0",
6060
"babel-eslint": "10.1.0",
@@ -68,7 +68,7 @@
6868
"chalk": "4.0.0",
6969
"concurrently": "5.1.0",
7070
"connect-history-api-fallback": "1.6.0",
71-
"coveralls": "3.0.11",
71+
"coveralls": "3.0.13",
7272
"cross-env": "7.0.2",
7373
"css-loader": "3.5.2",
7474
"cssnano": "4.1.10",
@@ -77,7 +77,7 @@
7777
"enzyme-adapter-react-16": "1.15.2",
7878
"eslint": "6.8.0",
7979
"eslint-config-airbnb": "18.1.0",
80-
"eslint-config-prettier": "6.10.1",
80+
"eslint-config-prettier": "6.11.0",
8181
"eslint-plugin-import": "2.20.2",
8282
"eslint-plugin-jsx-a11y": "6.2.3",
8383
"eslint-plugin-node": "11.1.0",
@@ -98,7 +98,7 @@
9898
"node-sass": "4.13.1",
9999
"open-cli": "6.0.1",
100100
"postcss-loader": "3.0.0",
101-
"prettier": "2.0.4",
101+
"prettier": "2.0.5",
102102
"prompt": "1.0.0",
103103
"prop-types": "15.7.2",
104104
"raf": "3.4.1",
@@ -110,9 +110,9 @@
110110
"rimraf": "3.0.2",
111111
"sass-loader": "8.0.2",
112112
"stats.js": "0.17.0",
113-
"style-loader": "1.1.3",
113+
"style-loader": "1.1.4",
114114
"url-loader": "4.1.0",
115-
"webpack": "4.42.1",
115+
"webpack": "4.43.0",
116116
"webpack-bundle-analyzer": "3.7.0",
117117
"webpack-dev-middleware": "3.7.2",
118118
"webpack-hot-middleware": "2.25.0"

0 commit comments

Comments
 (0)