|
24 | 24 | },
|
25 | 25 | "dependencies": {
|
26 | 26 | "@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", |
29 | 29 | "@material-ui/core": "^4.12.3",
|
30 | 30 | "@material-ui/icons": "^4.11.2",
|
31 | 31 | "@material-ui/lab": "^4.0.0-alpha.60",
|
32 | 32 | "@rjsf/core": "^3.2.1",
|
33 | 33 | "@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", |
35 | 35 | "@squonk/data-manager-client": "0.6.28-rc.6",
|
36 | 36 | "@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", |
39 | 39 | "filesize": "^8.0.7",
|
40 | 40 | "formik": "^2.2.9",
|
41 | 41 | "formik-material-ui": "^3.0.1",
|
|
46 | 46 | "next": "12.1.0",
|
47 | 47 | "next-http-proxy-middleware": "^1.2.2",
|
48 | 48 | "next-transpile-modules": "^9.0.0",
|
49 |
| - "node-fetch": "^3.2.0", |
| 49 | + "node-fetch": "^3.2.1", |
50 | 50 | "notistack": "^1.0.10",
|
51 | 51 | "plotly.js-basic-dist": "^2.9.0",
|
52 | 52 | "react": "^17.0.2",
|
53 | 53 | "react-dom": "^17.0.2",
|
54 | 54 | "react-dropzone": "^11.7.1",
|
55 | 55 | "react-plotly.js": "^2.5.1",
|
56 |
| - "react-query": "^3.34.15", |
| 56 | + "react-query": "^3.34.16", |
57 | 57 | "react-table": "^7.7.0",
|
58 | 58 | "react-virtualized": "^9.22.3",
|
59 | 59 | "use-immer": "^0.6.0",
|
|
64 | 64 | "@emotion/babel-preset-css-prop": "^11.2.0",
|
65 | 65 | "@mdx-js/react": "^1.6.22",
|
66 | 66 | "@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", |
69 | 69 | "@squonk/eslint-config": "^0.2.0",
|
70 | 70 | "@types/lodash-es": "^4.17.6",
|
71 | 71 | "@types/mdx-js__react": "^1.5.5",
|
72 |
| - "@types/node": "^16.11.25", |
| 72 | + "@types/node": "^16.11.26", |
73 | 73 | "@types/plotly.js-basic-dist": "^1.54.0",
|
74 | 74 | "@types/react": "^17.0.39",
|
75 | 75 | "@types/react-plotly.js": "^2.5.0",
|
76 | 76 | "@types/react-table": "^7.7.9",
|
77 |
| - "@types/react-virtualized": "^9.21.18", |
| 77 | + "@types/react-virtualized": "^9.21.20", |
78 | 78 | "@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", |
83 | 83 | "eslint-plugin-prettier": "^4.0.0",
|
84 |
| - "eslint-plugin-react": "^7.28.0", |
| 84 | + "eslint-plugin-react": "^7.29.2", |
85 | 85 | "eslint-plugin-react-hooks": "^4.3.0",
|
86 | 86 | "eslint-plugin-simple-import-sort": "^7.0.0",
|
87 | 87 | "eslint-plugin-unused-imports": "^2.0.0",
|
88 | 88 | "husky": "^7.0.4",
|
89 | 89 | "identity-obj-proxy": "^3.0.0",
|
90 | 90 | "lint-staged": "^12.3.4",
|
91 | 91 | "prettier": "^2.5.1",
|
92 |
| - "sass": "^1.49.8", |
93 |
| - "typescript": "^4.5.5", |
| 92 | + "sass": "^1.49.9", |
| 93 | + "typescript": "^4.6.2", |
94 | 94 | "xdm": "^3.3.4"
|
95 | 95 | }
|
96 | 96 | }
|
0 commit comments