Skip to content

Commit a53f8ae

Browse files
chore: update deps (#634)
1 parent 67fd9b0 commit a53f8ae

File tree

2 files changed

+8
-13
lines changed

2 files changed

+8
-13
lines changed

package-lock.json

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

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
"@gravity-ui/navigation": "^1.8.0",
1717
"@gravity-ui/paranoid": "^1.4.0",
1818
"@gravity-ui/react-data-table": "^1.0.3",
19+
"@types/numeral": "^2.0.2",
20+
"@types/qs": "^6.9.7",
1921
"@types/react": "^17.0.58",
2022
"axios": "0.19.2",
2123
"bem-cn-lite": "4.0.0",
@@ -27,6 +29,7 @@
2729
"monaco-editor": "0.24.0",
2830
"numeral": "2.0.6",
2931
"path-to-regexp": "3.0.0",
32+
"qs": "^6.11.0",
3033
"react-json-inspector": "7.1.1",
3134
"react-list": "0.8.11",
3235
"react-monaco-editor": "0.30.1",
@@ -40,6 +43,7 @@
4043
"redux-thunk": "2.3.0",
4144
"reselect": "4.1.6",
4245
"sass": "1.32.8",
46+
"url": "^0.11.0",
4347
"web-vitals": "1.1.2",
4448
"ydb-ui-components": "^3.5.0"
4549
},
@@ -118,8 +122,6 @@
118122
"@testing-library/react": "^11.2.7",
119123
"@testing-library/user-event": "^12.8.3",
120124
"@types/lodash": "^4.14.178",
121-
"@types/numeral": "^2.0.2",
122-
"@types/qs": "^6.9.7",
123125
"@types/react-dom": "^17.0.11",
124126
"@types/react-router": "^5.1.17",
125127
"@types/react-router-dom": "^5.3.2",
@@ -130,14 +132,12 @@
130132
"lint-staged": "^12.3.7",
131133
"postcss": "^8.4.6",
132134
"prettier": "^2.5.1",
133-
"qs": "^6.11.0",
134135
"react": "^17.0.2",
135136
"react-app-rewired": "^2.1.11",
136137
"react-dom": "^17.0.2",
137138
"stylelint": "^14.3.0",
138139
"ts-jest": "^28.0.7",
139-
"typescript": "^4.5.5",
140-
"url": "^0.11.0"
140+
"typescript": "^4.5.5"
141141
},
142142
"peerDependencies": {
143143
"@gravity-ui/uikit": "^5.24.0"

0 commit comments

Comments
 (0)