🐛 (limits) Fix storage limit trigger and e2e tests

This commit is contained in:
Baptiste Arnaud
2022-09-24 08:58:23 +02:00
committed by Baptiste Arnaud
parent 1e26703ad4
commit 30dff2d5d7
52 changed files with 1024 additions and 2205 deletions

View File

@@ -17,16 +17,16 @@
"dependencies": {
"@docusaurus/core": "2.1.0",
"@docusaurus/preset-classic": "2.1.0",
"@docusaurus/theme-search-algolia": "^2.1.0",
"@docusaurus/theme-search-algolia": "2.1.0",
"@docusaurus/theme-common": "2.1.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"@mdx-js/react": "^1.6.22",
"@svgr/webpack": "^6.3.1",
"clsx": "^1.2.1",
"file-loader": "^6.2.0",
"prism-react-renderer": "^1.3.5",
"url-loader": "^4.1.1"
"react": "17.0.2",
"react-dom": "17.0.2",
"@mdx-js/react": "1.6.22",
"@svgr/webpack": "6.3.1",
"clsx": "1.2.1",
"file-loader": "6.2.0",
"prism-react-renderer": "1.3.5",
"url-loader": "4.1.1"
},
"browserslist": {
"production": [
@@ -41,9 +41,9 @@
]
},
"devDependencies": {
"@algolia/client-search": "^4.14.2",
"@types/react": "^18.0.19",
"typescript": "^4.8.3",
"webpack": "^5.74.0"
"@algolia/client-search": "4.14.2",
"@types/react": "18.0.19",
"typescript": "4.8.3",
"webpack": "5.74.0"
}
}