|
25 | 25 | },
|
26 | 26 | "dependencies": {
|
27 | 27 | "@auth0/nextjs-auth0": "1.7.0",
|
28 |
| - "@emotion/react": "11.8.1", |
| 28 | + "@emotion/react": "11.8.2", |
29 | 29 | "@emotion/styled": "11.8.1",
|
30 | 30 | "@material-ui/core": "4.12.3",
|
31 | 31 | "@material-ui/icons": "4.11.2",
|
32 | 32 | "@material-ui/lab": "4.0.0-alpha.60",
|
| 33 | + "@mdx-js/loader": "^2.1.0", |
| 34 | + "@next/mdx": "^12.1.0", |
33 | 35 | "@rjsf/core": "3.2.1",
|
34 | 36 | "@rjsf/material-ui": "3.2.1",
|
35 | 37 | "@squonk/account-server-client": "0.1.20-rc.1",
|
36 |
| - "@squonk/data-manager-client": "0.7.0-beta.5", |
| 38 | + "@squonk/data-manager-client": "0.7.0-beta.6", |
37 | 39 | "@squonk/mui-theme": "2.0.1",
|
38 |
| - "axios": "0.26.0", |
39 |
| - "dayjs": "1.10.8", |
| 40 | + "axios": "0.26.1", |
| 41 | + "dayjs": "1.11.0", |
40 | 42 | "filesize": "8.0.7",
|
41 | 43 | "formik": "2.2.9",
|
42 | 44 | "formik-material-ui": "3.0.1",
|
|
45 | 47 | "lodash-es": "4.17.21",
|
46 | 48 | "material-ui-popup-state": "1.9.3",
|
47 | 49 | "next": "12.1.0",
|
48 |
| - "next-http-proxy-middleware": "1.2.2", |
| 50 | + "next-http-proxy-middleware": "1.2.4", |
49 | 51 | "next-transpile-modules": "9.0.0",
|
50 |
| - "node-fetch": "3.2.1", |
| 52 | + "node-fetch": "3.2.3", |
51 | 53 | "notistack": "1.0.10",
|
52 |
| - "plotly.js-basic-dist": "2.9.0", |
| 54 | + "plotly.js-basic-dist": "2.11.1", |
53 | 55 | "react": "17.0.2",
|
54 | 56 | "react-dom": "17.0.2",
|
55 |
| - "react-dropzone": "11.7.1", |
| 57 | + "react-dropzone": "12.0.4", |
56 | 58 | "react-plotly.js": "2.5.1",
|
57 | 59 | "react-query": "3.34.16",
|
58 | 60 | "react-table": "7.7.0",
|
|
65 | 67 | "@emotion/babel-preset-css-prop": "11.2.0",
|
66 | 68 | "@mdx-js/react": "1.6.22",
|
67 | 69 | "@next/eslint-plugin-next": "12.1.0",
|
68 |
| - "@playwright/test": "1.19.2", |
69 |
| - "@sentry/nextjs": "6.18.1", |
| 70 | + "@playwright/test": "1.20.0", |
| 71 | + "@sentry/nextjs": "6.19.1", |
70 | 72 | "@squonk/eslint-config": "0.2.0",
|
71 | 73 | "@types/lodash-es": "4.17.6",
|
72 | 74 | "@types/mdx-js__react": "1.5.5",
|
73 | 75 | "@types/node": "16.11.26",
|
74 | 76 | "@types/plotly.js-basic-dist": "1.54.0",
|
75 |
| - "@types/react": "17.0.39", |
| 77 | + "@types/react": "17.0.41", |
76 | 78 | "@types/react-plotly.js": "2.5.0",
|
77 |
| - "@types/react-table": "7.7.9", |
| 79 | + "@types/react-table": "7.7.10", |
78 | 80 | "@types/react-virtualized": "9.21.20",
|
79 | 81 | "@types/uuid": "8.3.4",
|
80 |
| - "@typescript-eslint/eslint-plugin": "5.13.0", |
81 |
| - "@typescript-eslint/parser": "5.13.0", |
82 |
| - "eslint": "8.10.0", |
| 82 | + "@typescript-eslint/eslint-plugin": "5.16.0", |
| 83 | + "@typescript-eslint/parser": "5.16.0", |
| 84 | + "eslint": "8.11.0", |
83 | 85 | "eslint-config-prettier": "8.5.0",
|
84 | 86 | "eslint-plugin-prettier": "4.0.0",
|
85 |
| - "eslint-plugin-react": "7.29.2", |
| 87 | + "eslint-plugin-react": "7.29.4", |
86 | 88 | "eslint-plugin-react-hooks": "4.3.0",
|
87 | 89 | "eslint-plugin-simple-import-sort": "7.0.0",
|
88 | 90 | "eslint-plugin-unused-imports": "2.0.0",
|
89 | 91 | "husky": "7.0.4",
|
90 | 92 | "identity-obj-proxy": "3.0.0",
|
91 |
| - "lint-staged": "12.3.4", |
92 |
| - "prettier": "2.5.1", |
| 93 | + "lint-staged": "12.3.7", |
| 94 | + "prettier": "2.6.0", |
93 | 95 | "sass": "1.49.9",
|
94 |
| - "typescript": "4.6.2", |
95 |
| - "xdm": "3.3.4" |
| 96 | + "typescript": "4.6.2" |
96 | 97 | }
|
97 | 98 | }
|
0 commit comments