Skip to content

Commit 76d272f

Browse files
committed
chore(deps): Update dependencies
1 parent 22dd817 commit 76d272f

File tree

2 files changed

+334
-287
lines changed

2 files changed

+334
-287
lines changed

package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,18 @@
2424
},
2525
"dependencies": {
2626
"@auth0/nextjs-auth0": "^1.7.0",
27-
"@emotion/react": "^11.7.1",
28-
"@emotion/styled": "^11.6.0",
27+
"@emotion/react": "^11.8.1",
28+
"@emotion/styled": "^11.8.1",
2929
"@material-ui/core": "^4.12.3",
3030
"@material-ui/icons": "^4.11.2",
3131
"@material-ui/lab": "^4.0.0-alpha.60",
3232
"@rjsf/core": "^3.2.1",
3333
"@rjsf/material-ui": "^3.2.1",
34-
"@squonk/account-server-client": "0.1.7-rc.1",
34+
"@squonk/account-server-client": "0.1.16-rc.1",
3535
"@squonk/data-manager-client": "0.6.28-rc.6",
3636
"@squonk/mui-theme": "^2.0.1",
37-
"axios": "^0.24.0",
38-
"dayjs": "^1.10.7",
37+
"axios": "^0.26.0",
38+
"dayjs": "^1.10.8",
3939
"filesize": "^8.0.7",
4040
"formik": "^2.2.9",
4141
"formik-material-ui": "^3.0.1",
@@ -46,14 +46,14 @@
4646
"next": "12.1.0",
4747
"next-http-proxy-middleware": "^1.2.2",
4848
"next-transpile-modules": "^9.0.0",
49-
"node-fetch": "^3.2.0",
49+
"node-fetch": "^3.2.1",
5050
"notistack": "^1.0.10",
5151
"plotly.js-basic-dist": "^2.9.0",
5252
"react": "^17.0.2",
5353
"react-dom": "^17.0.2",
5454
"react-dropzone": "^11.7.1",
5555
"react-plotly.js": "^2.5.1",
56-
"react-query": "^3.34.15",
56+
"react-query": "^3.34.16",
5757
"react-table": "^7.7.0",
5858
"react-virtualized": "^9.22.3",
5959
"use-immer": "^0.6.0",
@@ -64,33 +64,33 @@
6464
"@emotion/babel-preset-css-prop": "^11.2.0",
6565
"@mdx-js/react": "^1.6.22",
6666
"@next/eslint-plugin-next": "12.1.0",
67-
"@playwright/test": "^1.19.1",
68-
"@sentry/nextjs": "^6.17.9",
67+
"@playwright/test": "^1.19.2",
68+
"@sentry/nextjs": "^6.18.1",
6969
"@squonk/eslint-config": "^0.2.0",
7070
"@types/lodash-es": "^4.17.6",
7171
"@types/mdx-js__react": "^1.5.5",
72-
"@types/node": "^16.11.25",
72+
"@types/node": "^16.11.26",
7373
"@types/plotly.js-basic-dist": "^1.54.0",
7474
"@types/react": "^17.0.39",
7575
"@types/react-plotly.js": "^2.5.0",
7676
"@types/react-table": "^7.7.9",
77-
"@types/react-virtualized": "^9.21.18",
77+
"@types/react-virtualized": "^9.21.20",
7878
"@types/uuid": "^8.3.4",
79-
"@typescript-eslint/eslint-plugin": "^5.12.0",
80-
"@typescript-eslint/parser": "^5.12.0",
81-
"eslint": "^8.9.0",
82-
"eslint-config-prettier": "^8.3.0",
79+
"@typescript-eslint/eslint-plugin": "^5.13.0",
80+
"@typescript-eslint/parser": "^5.13.0",
81+
"eslint": "^8.10.0",
82+
"eslint-config-prettier": "^8.4.0",
8383
"eslint-plugin-prettier": "^4.0.0",
84-
"eslint-plugin-react": "^7.28.0",
84+
"eslint-plugin-react": "^7.29.2",
8585
"eslint-plugin-react-hooks": "^4.3.0",
8686
"eslint-plugin-simple-import-sort": "^7.0.0",
8787
"eslint-plugin-unused-imports": "^2.0.0",
8888
"husky": "^7.0.4",
8989
"identity-obj-proxy": "^3.0.0",
9090
"lint-staged": "^12.3.4",
9191
"prettier": "^2.5.1",
92-
"sass": "^1.49.8",
93-
"typescript": "^4.5.5",
92+
"sass": "^1.49.9",
93+
"typescript": "^4.6.2",
9494
"xdm": "^3.3.4"
9595
}
9696
}

0 commit comments

Comments
 (0)