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

Commit 227e8a0

Browse files
authored
feat: update dependencies (#615)
1 parent 515f01c commit 227e8a0

File tree

2 files changed

+1356
-1029
lines changed

2 files changed

+1356
-1029
lines changed

package.json

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -13,39 +13,39 @@
1313
"homepage": "https://verdaccio.org",
1414
"main": "index.js",
1515
"devDependencies": {
16-
"@babel/cli": "7.12.10",
17-
"@babel/core": "7.12.10",
18-
"@babel/node": "7.12.10",
19-
"@babel/plugin-proposal-class-properties": "7.12.1",
20-
"@babel/plugin-proposal-decorators": "7.12.1",
21-
"@babel/plugin-proposal-export-namespace-from": "7.12.1",
22-
"@babel/plugin-proposal-function-sent": "7.12.1",
23-
"@babel/plugin-proposal-json-strings": "7.12.1",
24-
"@babel/plugin-proposal-nullish-coalescing-operator": "7.12.1",
25-
"@babel/plugin-proposal-numeric-separator": "7.12.7",
26-
"@babel/plugin-proposal-object-rest-spread": "7.12.1",
27-
"@babel/plugin-proposal-optional-chaining": "7.12.7",
28-
"@babel/plugin-proposal-throw-expressions": "7.12.1",
16+
"@babel/cli": "7.13.16",
17+
"@babel/core": "7.13.16",
18+
"@babel/node": "7.13.13",
19+
"@babel/plugin-proposal-class-properties": "7.13.0",
20+
"@babel/plugin-proposal-decorators": "7.13.15",
21+
"@babel/plugin-proposal-export-namespace-from": "7.12.13",
22+
"@babel/plugin-proposal-function-sent": "7.12.13",
23+
"@babel/plugin-proposal-json-strings": "7.13.8",
24+
"@babel/plugin-proposal-nullish-coalescing-operator": "7.13.8",
25+
"@babel/plugin-proposal-numeric-separator": "7.12.13",
26+
"@babel/plugin-proposal-object-rest-spread": "7.13.8",
27+
"@babel/plugin-proposal-optional-chaining": "7.13.12",
28+
"@babel/plugin-proposal-throw-expressions": "7.12.13",
2929
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
3030
"@babel/plugin-syntax-import-meta": "7.10.4",
3131
"@babel/plugin-transform-async-to-generator": "7.12.1",
32-
"@babel/plugin-transform-classes": "7.12.1",
33-
"@babel/plugin-transform-runtime": "7.12.10",
32+
"@babel/plugin-transform-classes": "7.13.0",
33+
"@babel/plugin-transform-runtime": "7.13.15",
3434
"@babel/polyfill": "^7.12.1",
35-
"@babel/preset-env": "7.12.10",
36-
"@babel/preset-react": "7.12.10",
37-
"@babel/preset-typescript": "7.12.7",
38-
"@babel/register": "7.12.10",
39-
"@babel/runtime": "7.12.5",
35+
"@babel/preset-env": "7.13.15",
36+
"@babel/preset-react": "7.13.13",
37+
"@babel/preset-typescript": "7.13.0",
38+
"@babel/register": "7.13.16",
39+
"@babel/runtime": "7.13.17",
4040
"@commitlint/cli": "9.1.2",
4141
"@commitlint/config-conventional": "9.1.2",
4242
"@emotion/core": "10.1.1",
4343
"@emotion/jest": "^11.1.0",
4444
"@emotion/styled": "10.0.27",
4545
"@emotion/styled-base": "^10.0.31",
46-
"@material-ui/core": "4.11.2",
46+
"@material-ui/core": "4.11.4",
4747
"@material-ui/icons": "4.11.2",
48-
"@material-ui/styles": "^4.11.2",
48+
"@material-ui/styles": "^4.11.4",
4949
"@octokit/rest": "16.43.2",
5050
"@percy/puppeteer": "^1.1.0",
5151
"@testing-library/dom": "^7.29.0",
@@ -83,7 +83,7 @@
8383
"codecov": "3.8.1",
8484
"concurrently": "5.3.0",
8585
"css-loader": "5.2.0",
86-
"dayjs": "1.9.7",
86+
"dayjs": "1.10.4",
8787
"detect-secrets": "1.0.6",
8888
"emotion": "10.0.27",
8989
"emotion-theming": "10.0.27",
@@ -115,8 +115,8 @@
115115
"js-yaml": "3.14.0",
116116
"lint-staged": "9.5.0",
117117
"localstorage-memory": "1.0.3",
118-
"lockfile-lint": "4.3.7",
119-
"lodash": "^4.17.20",
118+
"lockfile-lint": "4.6.2",
119+
"lodash": "^4.17.21",
120120
"mini-css-extract-plugin": "^1.3.3",
121121
"mutationobserver-shim": "0.3.7",
122122
"node-mocks-http": "1.9.0",
@@ -128,18 +128,18 @@
128128
"puppeteer": "5.3.1",
129129
"react": "16.13.1",
130130
"react-autosuggest": "10.0.2",
131-
"react-dom": "16.13.1",
131+
"react-dom": "16.14.0",
132132
"react-hook-form": "3.29.4",
133133
"react-hot-loader": "4.12.21",
134-
"react-i18next": "^11.8.3",
134+
"react-i18next": "^11.8.13",
135135
"react-router": "^5.2.0",
136136
"react-router-dom": "5.2.0",
137-
"react-virtualized": "9.22.2",
137+
"react-virtualized": "9.22.3",
138138
"request": "2.88.2",
139139
"resolve-url-loader": "3.1.1",
140140
"rimraf": "3.0.2",
141141
"source-map-loader": "1.1.0",
142-
"standard-version": "9.0.0",
142+
"standard-version": "9.2.0",
143143
"style-loader": "1.2.1",
144144
"stylelint": "13.7.2",
145145
"stylelint-config-recommended": "3.0.0",
@@ -155,14 +155,14 @@
155155
"verdaccio-auth-memory": "9.7.2",
156156
"verdaccio-memory": "9.7.2",
157157
"wait-on": "5.2.0",
158-
"webpack": "5.23.0",
158+
"webpack": "5.36.0",
159159
"webpack-bundle-analyzer": "3.8.0",
160160
"webpack-bundle-size-analyzer": "3.1.0",
161161
"webpack-cli": "~4.5.0",
162162
"webpack-dev-server": "^3.11.0",
163163
"webpack-manifest-plugin": "^3.0.0",
164164
"webpack-merge": "^5.6.1",
165-
"whatwg-fetch": "^3.4.1",
165+
"whatwg-fetch": "^3.6.2",
166166
"xss": "1.0.8"
167167
},
168168
"keywords": [

0 commit comments

Comments
 (0)