Skip to content

Commit

Permalink
Merge branch 'main' into nic/fix/NEO-888-Fix-MXC-URL-in-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadkadri authored Oct 14, 2024
2 parents 3b63c12 + bde1f72 commit 2a15c96
Show file tree
Hide file tree
Showing 8 changed files with 483 additions and 513 deletions.
2 changes: 1 addition & 1 deletion containers/widget-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"e2e:all": "yarn playwright test --reporter=dot"
},
"devDependencies": {
"@playwright/test": "^1.47.2"
"@playwright/test": "^1.48.0"
}
}
24 changes: 12 additions & 12 deletions example-widget-mui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
"@matrix-widget-toolkit/api": "3.4.0",
"@matrix-widget-toolkit/mui": "2.0.4",
"@matrix-widget-toolkit/react": "2.0.1",
"@mui/icons-material": "^6.1.1",
"@mui/material": "^6.1.1",
"@reduxjs/toolkit": "^2.2.7",
"i18next": "^23.15.1",
"@mui/icons-material": "^6.1.3",
"@mui/material": "^6.1.3",
"@reduxjs/toolkit": "^2.2.8",
"i18next": "^23.15.2",
"i18next-chained-backend": "^4.6.2",
"i18next-http-backend": "^2.6.1",
"i18next-http-backend": "^2.6.2",
"joi": "^17.13.3",
"lodash": "^4.17.21",
"matrix-widget-api": "^1.9.0",
Expand Down Expand Up @@ -59,18 +59,18 @@
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
"@types/node": "^22.5.5",
"@types/node": "^22.7.5",
"@types/react": "^18.2.74",
"@types/react-dom": "^18.2.24",
"@vitejs/plugin-basic-ssl": "^1.1.0",
"@vitejs/plugin-react-swc": "^3.7.0",
"@vitest/coverage-v8": "^2.0.5",
"@vitejs/plugin-react-swc": "^3.7.1",
"@vitest/coverage-v8": "^2.1.2",
"axe-core": "^4.10.0",
"happy-dom": "^15.7.3",
"i18next-parser": "^9.0.2",
"msw": "^2.4.9",
"typescript": "^5.6.2",
"vite": "^5.4.0",
"vitest": "^2.0.5"
"msw": "^2.4.10",
"typescript": "^5.6.3",
"vite": "^5.4.8",
"vitest": "^2.1.2"
}
}
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,28 +28,28 @@
"check-api-report": "yarn workspaces run check-api-report"
},
"devDependencies": {
"@changesets/cli": "^2.27.8",
"@eslint/compat": "^1.1.1",
"@eslint/js": "^9.11.0",
"@changesets/cli": "^2.27.9",
"@eslint/compat": "^1.2.0",
"@eslint/js": "^9.12.0",
"@microsoft/api-extractor": "^7.47.9",
"@rollup/plugin-commonjs": "^26.0.1",
"@rollup/plugin-commonjs": "^28.0.0",
"cross-env": "^7.0.3",
"depcheck": "^1.4.7",
"eslint": "^9.7.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-notice": "^1.0.0",
"eslint-plugin-promise": "^7.1.0",
"eslint-plugin-react": "^7.36.1",
"eslint-plugin-react": "^7.37.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-testing-library": "^6.3.0",
"eslint-plugin-vitest": "^0.5.4",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"prettier": "^3.3.3",
"prettier-plugin-organize-imports": "^4.1.0",
"rollup": "^4.22.4",
"typescript": "^5.6.2",
"typescript-eslint": "^8.6.0",
"rollup": "^4.24.0",
"typescript": "^5.6.3",
"typescript-eslint": "^8.8.1",
"yarn-deduplicate": "^6.0.2"
},
"lint-staged": {
Expand Down
12 changes: 6 additions & 6 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
},
"type": "module",
"devDependencies": {
"@rollup/plugin-commonjs": "^26.0.1",
"@types/node": "^22.5.5",
"@rollup/plugin-commonjs": "^28.0.0",
"@types/node": "^22.7.5",
"@types/qs": "^6.9.16",
"@vitest/coverage-v8": "^2.0.5",
"typescript": "5.6.2",
"vite": "^5.4.3",
"vitest": "^2.0.5"
"@vitest/coverage-v8": "^2.1.2",
"typescript": "5.6.3",
"vite": "^5.4.8",
"vitest": "^2.1.2"
},
"scripts": {
"build": "tsc && rollup --config ../../rollup.config.mjs",
Expand Down
18 changes: 9 additions & 9 deletions packages/mui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
"@types/lodash": "^4.17.7",
"@types/node": "^22.5.5",
"@types/lodash": "^4.17.10",
"@types/node": "^22.7.5",
"@types/react": "^18.2.74",
"@vitest/coverage-v8": "^2.0.5",
"@vitest/coverage-v8": "^2.1.2",
"axe-core": "^4.10.0",
"copyfiles": "^2.4.1",
"i18next-parser": "^9.0.2",
"react": "^18.2.0",
"typescript": "^5.6.2",
"vite": "^5.4.3",
"vitest": "^2.0.5"
"typescript": "^5.6.3",
"vite": "^5.4.8",
"vitest": "^2.1.2"
},
"scripts": {
"build": "tsc && rollup --config ../../rollup.config.mjs",
Expand All @@ -47,10 +47,10 @@
"@fontsource/inter": "^5.1.0",
"@matrix-widget-toolkit/api": "^3.4.0",
"@matrix-widget-toolkit/react": "^2.0.1",
"@mui/icons-material": "^6.1.1",
"@mui/material": "^6.1.1",
"@mui/icons-material": "^6.1.3",
"@mui/material": "^6.1.3",
"@mui/utils": "^6.0.2",
"i18next": "^23.14.0",
"i18next": "^23.15.2",
"i18next-browser-languagedetector": "^8.0.0",
"i18next-resources-to-backend": "^1.2.1",
"lodash": "^4.17.21",
Expand Down
10 changes: 5 additions & 5 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
"@types/node": "^22.5.5",
"@types/node": "^22.7.5",
"@types/react": "^18.2.74",
"@vitest/coverage-v8": "^2.0.5",
"typescript": "^5.6.2",
"vite": "^5.4.3",
"vitest": "^2.0.5"
"@vitest/coverage-v8": "^2.1.2",
"typescript": "^5.6.3",
"vite": "^5.4.8",
"vitest": "^2.1.2"
},
"scripts": {
"build": "tsc && rollup --config ../../rollup.config.mjs",
Expand Down
12 changes: 6 additions & 6 deletions packages/testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
},
"type": "module",
"devDependencies": {
"@types/lodash": "^4.17.7",
"@types/node": "^22.5.3",
"@vitest/coverage-v8": "^2.0.5",
"typescript": "^5.5.4",
"vite": "^5.4.3"
"@types/lodash": "^4.17.10",
"@types/node": "^22.7.5",
"@vitest/coverage-v8": "^2.1.2",
"typescript": "^5.6.3",
"vite": "^5.4.8"
},
"scripts": {
"build": "tsc && rollup --config ../../rollup.config.mjs",
Expand All @@ -35,7 +35,7 @@
"lodash": "^4.17.21",
"matrix-widget-api": "^1.9.0",
"rxjs": "^7.8.1",
"vitest": "^2.0.5"
"vitest": "^2.1.2"
},
"repository": {
"type": "git",
Expand Down
Loading

0 comments on commit 2a15c96

Please sign in to comment.