|
@@ -35,12 +35,9 @@
|
|
|
"prelint:swagger2openapi": "yarn openapi:v3",
|
|
"prelint:swagger2openapi": "yarn openapi:v3",
|
|
|
"test": "run-p test:*",
|
|
"test": "run-p test:*",
|
|
|
"test:jest": "cross-env NODE_ENV=test TS_NODE_PROJECT=test/integration/tsconfig.json jest",
|
|
"test:jest": "cross-env NODE_ENV=test TS_NODE_PROJECT=test/integration/tsconfig.json jest",
|
|
|
- "test:vitest": "run-p vitest:run vitest:run:integ vitest:run:components",
|
|
|
|
|
|
|
+ "test:vitest": "vitest run --coverage",
|
|
|
"jest:run": "cross-env NODE_ENV=test TS_NODE_PROJECT=test/integration/tsconfig.json jest --passWithNoTests -- ",
|
|
"jest:run": "cross-env NODE_ENV=test TS_NODE_PROJECT=test/integration/tsconfig.json jest --passWithNoTests -- ",
|
|
|
"reg:run": "reg-suit run",
|
|
"reg:run": "reg-suit run",
|
|
|
- "vitest:run": "vitest run config src --coverage",
|
|
|
|
|
- "vitest:run:integ": "vitest run -c vitest.config.integ.ts src --coverage",
|
|
|
|
|
- "vitest:run:components": "vitest run -c vitest.config.components.ts src --coverage",
|
|
|
|
|
"previtest:run:integ": "vitest run -c test-with-vite/download-mongo-binary/vitest.config.ts test-with-vite/download-mongo-binary",
|
|
"previtest:run:integ": "vitest run -c test-with-vite/download-mongo-binary/vitest.config.ts test-with-vite/download-mongo-binary",
|
|
|
"//// misc": "",
|
|
"//// misc": "",
|
|
|
"console": "yarn repl",
|
|
"console": "yarn repl",
|
|
@@ -143,7 +140,7 @@
|
|
|
"multer": "~1.4.0",
|
|
"multer": "~1.4.0",
|
|
|
"multer-autoreap": "^1.0.3",
|
|
"multer-autoreap": "^1.0.3",
|
|
|
"mustache": "^4.2.0",
|
|
"mustache": "^4.2.0",
|
|
|
- "next": "^14.1.3",
|
|
|
|
|
|
|
+ "next": "^14.2.13",
|
|
|
"next-dynamic-loading-props": "^0.1.1",
|
|
"next-dynamic-loading-props": "^0.1.1",
|
|
|
"next-i18next": "^15.2.0",
|
|
"next-i18next": "^15.2.0",
|
|
|
"next-superjson": "^0.0.4",
|
|
"next-superjson": "^0.0.4",
|
|
@@ -229,13 +226,16 @@
|
|
|
"@popperjs/core": "^2.11.8",
|
|
"@popperjs/core": "^2.11.8",
|
|
|
"@swc-node/jest": "^1.8.1",
|
|
"@swc-node/jest": "^1.8.1",
|
|
|
"@swc/jest": "^0.2.36",
|
|
"@swc/jest": "^0.2.36",
|
|
|
- "@testing-library/react": "^14.1.2",
|
|
|
|
|
|
|
+ "@testing-library/dom": "^10.4.0",
|
|
|
|
|
+ "@testing-library/jest-dom": "^6.5.0",
|
|
|
|
|
+ "@testing-library/react": "^16.0.1",
|
|
|
"@testing-library/user-event": "^14.5.2",
|
|
"@testing-library/user-event": "^14.5.2",
|
|
|
"@types/express": "^4.17.21",
|
|
"@types/express": "^4.17.21",
|
|
|
"@types/jest": "^29.5.2",
|
|
"@types/jest": "^29.5.2",
|
|
|
"@types/react-input-autosize": "^2.2.4",
|
|
"@types/react-input-autosize": "^2.2.4",
|
|
|
"@types/react-scroll": "^1.8.4",
|
|
"@types/react-scroll": "^1.8.4",
|
|
|
"@types/react-stickynode": "^4.0.3",
|
|
"@types/react-stickynode": "^4.0.3",
|
|
|
|
|
+ "@types/testing-library__dom": "^7.5.0",
|
|
|
"@types/throttle-debounce": "^5.0.1",
|
|
"@types/throttle-debounce": "^5.0.1",
|
|
|
"@types/unzip-stream": "^0.3.4",
|
|
"@types/unzip-stream": "^0.3.4",
|
|
|
"@types/url-join": "^4.0.2",
|
|
"@types/url-join": "^4.0.2",
|
|
@@ -249,7 +249,7 @@
|
|
|
"eslint-plugin-regex": "^1.8.0",
|
|
"eslint-plugin-regex": "^1.8.0",
|
|
|
"fslightbox-react": "^1.7.6",
|
|
"fslightbox-react": "^1.7.6",
|
|
|
"handsontable": "=6.2.2",
|
|
"handsontable": "=6.2.2",
|
|
|
- "happy-dom": "^13.2.0",
|
|
|
|
|
|
|
+ "happy-dom": "^15.7.4",
|
|
|
"i18next-chained-backend": "^4.6.2",
|
|
"i18next-chained-backend": "^4.6.2",
|
|
|
"i18next-hmr": "^3.0.4",
|
|
"i18next-hmr": "^3.0.4",
|
|
|
"i18next-http-backend": "^2.5.0",
|
|
"i18next-http-backend": "^2.5.0",
|