Skip to content

Commit 678e97d

Browse files
fix(deps): pin dependencies (#443)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 25abd8a commit 678e97d

File tree

2 files changed

+183
-340
lines changed

2 files changed

+183
-340
lines changed

package.json

Lines changed: 63 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -24,74 +24,74 @@
2424
]
2525
},
2626
"dependencies": {
27-
"@auth0/nextjs-auth0": "^1.7.0",
28-
"@emotion/react": "^11.8.1",
29-
"@emotion/styled": "^11.8.1",
30-
"@material-ui/core": "^4.12.3",
31-
"@material-ui/icons": "^4.11.2",
32-
"@material-ui/lab": "^4.0.0-alpha.60",
33-
"@rjsf/core": "^3.2.1",
34-
"@rjsf/material-ui": "^3.2.1",
27+
"@auth0/nextjs-auth0": "1.7.0",
28+
"@emotion/react": "11.8.1",
29+
"@emotion/styled": "11.8.1",
30+
"@material-ui/core": "4.12.3",
31+
"@material-ui/icons": "4.11.2",
32+
"@material-ui/lab": "4.0.0-alpha.60",
33+
"@rjsf/core": "3.2.1",
34+
"@rjsf/material-ui": "3.2.1",
3535
"@squonk/account-server-client": "0.1.16-rc.1",
3636
"@squonk/data-manager-client": "0.6.28-rc.6",
37-
"@squonk/mui-theme": "^2.0.1",
38-
"axios": "^0.26.0",
39-
"dayjs": "^1.10.8",
40-
"filesize": "^8.0.7",
41-
"formik": "^2.2.9",
42-
"formik-material-ui": "^3.0.1",
43-
"formik-material-ui-lab": "^0.0.8",
44-
"immer": "^9.0.12",
45-
"lodash-es": "^4.17.21",
46-
"material-ui-popup-state": "^1.9.3",
37+
"@squonk/mui-theme": "2.0.1",
38+
"axios": "0.26.0",
39+
"dayjs": "1.10.8",
40+
"filesize": "8.0.7",
41+
"formik": "2.2.9",
42+
"formik-material-ui": "3.0.1",
43+
"formik-material-ui-lab": "0.0.8",
44+
"immer": "9.0.12",
45+
"lodash-es": "4.17.21",
46+
"material-ui-popup-state": "1.9.3",
4747
"next": "12.1.0",
48-
"next-http-proxy-middleware": "^1.2.2",
49-
"next-transpile-modules": "^9.0.0",
50-
"node-fetch": "^3.2.1",
51-
"notistack": "^1.0.10",
52-
"plotly.js-basic-dist": "^2.9.0",
53-
"react": "^17.0.2",
54-
"react-dom": "^17.0.2",
55-
"react-dropzone": "^11.7.1",
56-
"react-plotly.js": "^2.5.1",
57-
"react-query": "^3.34.16",
58-
"react-table": "^7.7.0",
59-
"react-virtualized": "^9.22.3",
60-
"use-immer": "^0.6.0",
61-
"uuid": "^8.3.2",
62-
"yup": "^0.32.11"
48+
"next-http-proxy-middleware": "1.2.2",
49+
"next-transpile-modules": "9.0.0",
50+
"node-fetch": "3.2.1",
51+
"notistack": "1.0.10",
52+
"plotly.js-basic-dist": "2.9.0",
53+
"react": "17.0.2",
54+
"react-dom": "17.0.2",
55+
"react-dropzone": "11.7.1",
56+
"react-plotly.js": "2.5.1",
57+
"react-query": "3.34.16",
58+
"react-table": "7.7.0",
59+
"react-virtualized": "9.22.3",
60+
"use-immer": "0.6.0",
61+
"uuid": "8.3.2",
62+
"yup": "0.32.11"
6363
},
6464
"devDependencies": {
65-
"@emotion/babel-preset-css-prop": "^11.2.0",
66-
"@mdx-js/react": "^1.6.22",
65+
"@emotion/babel-preset-css-prop": "11.2.0",
66+
"@mdx-js/react": "1.6.22",
6767
"@next/eslint-plugin-next": "12.1.0",
68-
"@playwright/test": "^1.19.2",
69-
"@sentry/nextjs": "^6.18.1",
70-
"@squonk/eslint-config": "^0.2.0",
71-
"@types/lodash-es": "^4.17.6",
72-
"@types/mdx-js__react": "^1.5.5",
73-
"@types/node": "^16.11.26",
74-
"@types/plotly.js-basic-dist": "^1.54.0",
75-
"@types/react": "^17.0.39",
76-
"@types/react-plotly.js": "^2.5.0",
77-
"@types/react-table": "^7.7.9",
78-
"@types/react-virtualized": "^9.21.20",
79-
"@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",
83-
"eslint-config-prettier": "^8.4.0",
84-
"eslint-plugin-prettier": "^4.0.0",
85-
"eslint-plugin-react": "^7.29.2",
86-
"eslint-plugin-react-hooks": "^4.3.0",
87-
"eslint-plugin-simple-import-sort": "^7.0.0",
88-
"eslint-plugin-unused-imports": "^2.0.0",
89-
"husky": "^7.0.4",
90-
"identity-obj-proxy": "^3.0.0",
91-
"lint-staged": "^12.3.4",
92-
"prettier": "^2.5.1",
93-
"sass": "^1.49.9",
94-
"typescript": "^4.6.2",
95-
"xdm": "^3.3.4"
68+
"@playwright/test": "1.19.2",
69+
"@sentry/nextjs": "6.18.1",
70+
"@squonk/eslint-config": "0.2.0",
71+
"@types/lodash-es": "4.17.6",
72+
"@types/mdx-js__react": "1.5.5",
73+
"@types/node": "16.11.26",
74+
"@types/plotly.js-basic-dist": "1.54.0",
75+
"@types/react": "17.0.39",
76+
"@types/react-plotly.js": "2.5.0",
77+
"@types/react-table": "7.7.9",
78+
"@types/react-virtualized": "9.21.20",
79+
"@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",
83+
"eslint-config-prettier": "8.5.0",
84+
"eslint-plugin-prettier": "4.0.0",
85+
"eslint-plugin-react": "7.29.2",
86+
"eslint-plugin-react-hooks": "4.3.0",
87+
"eslint-plugin-simple-import-sort": "7.0.0",
88+
"eslint-plugin-unused-imports": "2.0.0",
89+
"husky": "7.0.4",
90+
"identity-obj-proxy": "3.0.0",
91+
"lint-staged": "12.3.4",
92+
"prettier": "2.5.1",
93+
"sass": "1.49.9",
94+
"typescript": "4.6.2",
95+
"xdm": "3.3.4"
9696
}
9797
}

0 commit comments

Comments
 (0)