Skip to content

Commit 9063f4f

Browse files
authored
Update dependencies (sqlpad#1054)
* Update client deps * Update root deps * Update server deps * Update mssql driver * Rollback typescript update
1 parent c8a1c79 commit 9063f4f

6 files changed

Lines changed: 2233 additions & 1117 deletions

File tree

client/package-lock.json

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

client/package.json

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -3,55 +3,55 @@
33
"version": "6.7.1",
44
"private": true,
55
"dependencies": {
6-
"@reach/dialog": "^0.15.0",
7-
"@reach/menu-button": "^0.15.1",
8-
"@reach/tooltip": "^0.15.0",
9-
"@types/humanize-duration": "^3.25.0",
10-
"@types/jest": "^26.0.23",
6+
"@reach/dialog": "^0.15.3",
7+
"@reach/menu-button": "^0.15.3",
8+
"@reach/tooltip": "^0.15.3",
9+
"@types/humanize-duration": "^3.25.1",
10+
"@types/jest": "^26.0.24",
1111
"@types/keymaster": "^1.6.30",
12-
"@types/lodash": "^4.14.170",
12+
"@types/lodash": "^4.14.172",
1313
"@types/match-sorter": "^6.0.0",
14-
"@types/node": "^14.17.3",
14+
"@types/node": "^14.17.12",
1515
"@types/parse-link-header": "^1.0.0",
16-
"@types/react": "^17.0.9",
17-
"@types/react-dom": "^17.0.6",
18-
"@types/react-measure": "^2.0.6",
19-
"@types/react-router-dom": "^5.1.7",
20-
"@types/react-window": "^1.8.3",
21-
"@types/react-window-infinite-loader": "^1.0.3",
22-
"@types/uuid": "^8.3.0",
23-
"@vitejs/plugin-react-refresh": "^1.3.3",
16+
"@types/react": "^17.0.19",
17+
"@types/react-dom": "^17.0.9",
18+
"@types/react-measure": "^2.0.7",
19+
"@types/react-router-dom": "^5.1.8",
20+
"@types/react-window": "^1.8.5",
21+
"@types/react-window-infinite-loader": "^1.0.5",
22+
"@types/uuid": "^8.3.1",
23+
"@vitejs/plugin-react-refresh": "^1.3.6",
2424
"d3": "^5.16.0",
25-
"downshift": "^6.1.3",
25+
"downshift": "^6.1.7",
2626
"history": "^4.10.1",
2727
"humanize-duration": "^3.27.0",
2828
"keymaster": "^1.6.2",
29-
"localforage": "^1.9.0",
29+
"localforage": "^1.10.0",
3030
"lodash": "^4.17.20",
3131
"match-sorter": "^6.2.0",
3232
"mdi-react": "^7.4.0",
3333
"mitt": "^2.1.0",
3434
"parse-link-header": "^1.0.1",
3535
"prism-react-renderer": "^1.2.1",
3636
"prop-types": "^15.7.2",
37-
"query-string": "^7.0.0",
37+
"query-string": "^7.0.1",
3838
"react": "^17.0.2",
39-
"react-ace": "^9.4.1",
39+
"react-ace": "^9.4.3",
4040
"react-dom": "^17.0.2",
41-
"react-draggable": "^4.4.3",
41+
"react-draggable": "^4.4.4",
4242
"react-measure": "^2.5.2",
43-
"react-router-dom": "^5.2.0",
43+
"react-router-dom": "^5.2.1",
4444
"react-split-pane": "^0.1.92",
4545
"react-window": "^1.8.6",
4646
"react-window-infinite-loader": "^1.0.5",
47-
"swr": "^0.5.6",
47+
"swr": "^0.5.7",
4848
"taucharts": "^2.8.0",
49-
"typescript": "^4.3.2",
49+
"typescript": "^4.3.5",
5050
"use-debounce": "^6.0.1",
5151
"uuid": "^8.3.2",
52-
"vite": "^2.3.7",
52+
"vite": "^2.5.1",
5353
"whatwg-fetch": "^3.5.0",
54-
"zustand": "^3.5.2"
54+
"zustand": "^3.5.10"
5555
},
5656
"scripts": {
5757
"analyze": "cross-env SOURCEMAP=true npm run build && source-map-explorer \"build/assets/*.js\" --html bundle-analysis-result.html",
@@ -69,18 +69,18 @@
6969
"not op_mini all"
7070
],
7171
"devDependencies": {
72-
"@babel/core": "^7.14.3",
73-
"@typescript-eslint/eslint-plugin": "^4.26.1",
74-
"@typescript-eslint/parser": "^4.26.1",
72+
"@babel/core": "^7.15.0",
73+
"@typescript-eslint/eslint-plugin": "^4.29.3",
74+
"@typescript-eslint/parser": "^4.29.3",
7575
"babel-eslint": "^10.1.0",
7676
"cross-env": "^7.0.3",
77-
"eslint": "^7.28.0",
77+
"eslint": "^7.32.0",
7878
"eslint-config-prettier": "^8.3.0",
7979
"eslint-config-react-app": "^6.0.0",
80-
"eslint-plugin-flowtype": "^5.7.2",
81-
"eslint-plugin-import": "^2.23.4",
80+
"eslint-plugin-flowtype": "^5.9.1",
81+
"eslint-plugin-import": "^2.24.2",
8282
"eslint-plugin-jsx-a11y": "^6.4.1",
83-
"eslint-plugin-prettier": "^3.4.0",
83+
"eslint-plugin-prettier": "^3.4.1",
8484
"eslint-plugin-react": "^7.24.0",
8585
"eslint-plugin-react-hooks": "^4.2.0",
8686
"source-map-explorer": "^2.5.2"

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"devDependencies": {
66
"husky": "^4.3.8",
77
"lint-staged": "^10.5.4",
8-
"prettier": "^2.3.1"
8+
"prettier": "^2.3.2"
99
},
1010
"prettier": {
1111
"singleQuote": true

0 commit comments

Comments
 (0)