You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2026-01-12 22:51:25 +03:00
Bumps the types group in /frontend with 4 updates: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react), [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) and [@types/react-test-renderer](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-test-renderer). Updates `@types/node` from 20.9.0 to 20.9.4 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `@types/react` from 18.2.37 to 18.2.38 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) Updates `@types/react-dom` from 18.2.15 to 18.2.17 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom) Updates `@types/react-test-renderer` from 18.0.6 to 18.0.7 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-test-renderer) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: types - dependency-name: "@types/react" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: types - dependency-name: "@types/react-dom" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: types - dependency-name: "@types/react-test-renderer" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: types ... Signed-off-by: dependabot[bot] <support@github.com>
89 lines
2.8 KiB
JSON
89 lines
2.8 KiB
JSON
{
|
|
"name": "mas-frontend",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"generate": "graphql-codegen && eslint --fix .",
|
|
"lint": "graphql-codegen && eslint . && tsc && i18next --fail-on-warnings --fail-on-update",
|
|
"build": "rimraf ./dist/ && vite build",
|
|
"preview": "vite preview",
|
|
"test": "vitest",
|
|
"coverage": "vitest run --coverage",
|
|
"storybook": "storybook dev -p 6006",
|
|
"build-storybook": "storybook build",
|
|
"i18n": "i18next"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/react": "^11.11.1",
|
|
"@fontsource/inconsolata": "^5.0.15",
|
|
"@fontsource/inter": "^5.0.15",
|
|
"@radix-ui/react-alert-dialog": "^1.0.5",
|
|
"@types/ua-parser-js": "^0.7.39",
|
|
"@urql/core": "^4.2.0",
|
|
"@urql/devtools": "^2.0.3",
|
|
"@urql/exchange-graphcache": "^6.3.3",
|
|
"@urql/exchange-refocus": "^1.0.2",
|
|
"@urql/exchange-request-policy": "^1.0.2",
|
|
"@vector-im/compound-design-tokens": "^0.0.7",
|
|
"@vector-im/compound-web": "^0.8.1",
|
|
"classnames": "^2.3.2",
|
|
"date-fns": "^2.30.0",
|
|
"graphql": "^16.8.1",
|
|
"history": "^5.3.0",
|
|
"i18next": "^23.7.6",
|
|
"i18next-browser-languagedetector": "^7.2.0",
|
|
"i18next-http-backend": "^2.4.2",
|
|
"jotai": "^2.5.1",
|
|
"jotai-devtools": "^0.7.0",
|
|
"jotai-location": "^0.5.2",
|
|
"jotai-urql": "^0.7.1",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-i18next": "^13.5.0",
|
|
"ua-parser-js": "^1.0.37"
|
|
},
|
|
"devDependencies": {
|
|
"@graphql-codegen/cli": "^5.0.0",
|
|
"@graphql-codegen/client-preset": "^4.1.0",
|
|
"@graphql-codegen/urql-introspection": "^3.0.0",
|
|
"@graphql-eslint/eslint-plugin": "^3.20.1",
|
|
"@storybook/addon-essentials": "^7.5.3",
|
|
"@storybook/react": "^7.5.3",
|
|
"@storybook/react-vite": "^7.5.3",
|
|
"@testing-library/react": "^14.1.0",
|
|
"@types/node": "^20.9.4",
|
|
"@types/react": "^18.2.38",
|
|
"@types/react-dom": "^18.2.17",
|
|
"@types/react-test-renderer": "^18.0.7",
|
|
"@vitejs/plugin-react": "^4.1.1",
|
|
"@vitest/coverage-v8": "^0.34.6",
|
|
"autoprefixer": "^10.4.16",
|
|
"eslint": "^8.53.0",
|
|
"eslint-config-prettier": "^9.0.0",
|
|
"eslint-config-react-app": "^7.0.1",
|
|
"eslint-import-resolver-typescript": "^3.6.1",
|
|
"eslint-plugin-import": "^2.29.0",
|
|
"eslint-plugin-matrix-org": "^1.2.1",
|
|
"eslint-plugin-prettier": "^5.0.1",
|
|
"happy-dom": "^12.10.3",
|
|
"i18next-parser": "^8.9.0",
|
|
"postcss": "^8.4.31",
|
|
"postcss-modules": "^6.0.0",
|
|
"prettier": "3.1.0",
|
|
"react-test-renderer": "^18.2.0",
|
|
"rimraf": "^5.0.5",
|
|
"storybook": "^7.5.3",
|
|
"storybook-react-i18next": "^2.0.9",
|
|
"tailwindcss": "^3.3.5",
|
|
"typescript": "5.2.2",
|
|
"vite": "^4.5.0",
|
|
"vite-plugin-compression": "^0.5.1",
|
|
"vite-plugin-graphql-codegen": "^3.3.3",
|
|
"vite-plugin-manifest-sri": "^0.1.0",
|
|
"vite-plugin-svgr": "^4.1.0",
|
|
"vitest": "^0.34.6"
|
|
}
|
|
}
|