Skip to content

Commit

Permalink
chore: frontend package updates 2024-04-25
Browse files Browse the repository at this point in the history
  • Loading branch information
losolio committed Apr 25, 2024
1 parent 2414444 commit ee1c7d6
Show file tree
Hide file tree
Showing 10 changed files with 590 additions and 587 deletions.
10 changes: 5 additions & 5 deletions apps/convertoapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,23 +29,23 @@
"@fastify/rate-limit": "^9.1.0",
"@fastify/static": "^7.0.3",
"@fastify/swagger": "^8.14.0",
"@scalar/fastify-api-reference": "^1.22.2",
"@scalar/fastify-api-reference": "^1.22.3",
"@swc/cli": "^0.3.12",
"dotenv": "^16.4.5",
"fastify": "^4.26.2",
"playwright": "^1.43.1",
"swc": "^1.0.11",
"ts-node": "^10.9.2",
"typescript": "^5.4.5",
"zod": "^3.22.5"
"zod": "^3.23.4"
},
"devDependencies": {
"@eventuras/eslint-config": "*",
"@types/node": "^20.12.7",
"@typescript-eslint/eslint-plugin": "^7.7.0",
"@typescript-eslint/parser": "^7.7.0",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
"eslint": "^8.57.0",
"fastify-tsconfig": "^2.0.0",
"tsx": "^4.7.2"
"tsx": "^4.7.3"
}
}
2 changes: 1 addition & 1 deletion apps/docsite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"author": "Ole Kristian Losvik",
"license": "GPL-2.0-or-later",
"dependencies": {
"next": "^14.2.2",
"next": "^14.2.3",
"nextra": "^2.13.4",
"nextra-theme-docs": "^2.13.4",
"react": "^18.2.0",
Expand Down
4 changes: 2 additions & 2 deletions apps/historia/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@aws-sdk/client-s3": "^3.556.0",
"@aws-sdk/lib-storage": "^3.556.0",
"@payloadcms/bundler-webpack": "^1.0.6",
"@payloadcms/db-postgres": "^0.8.0",
"@payloadcms/db-postgres": "^0.8.1",
"@payloadcms/plugin-cloud": "^3.0.0",
"@payloadcms/plugin-cloud-storage": "^1.1.2",
"@payloadcms/plugin-nested-docs": "^1.0.12",
Expand All @@ -32,7 +32,7 @@
"cross-env": "^7.0.3",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"payload": "^2.13.0"
"payload": "^2.14.0"
},
"devDependencies": {
"@eventuras/eslint-config": "*",
Expand Down
20 changes: 10 additions & 10 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@eventuras/smartform": "*",
"@eventuras/ui": "*",
"@headlessui/react": "^1.7.19",
"@sentry/nextjs": "^7.111.0",
"@sentry/nextjs": "^7.112.2",
"@tabler/icons-react": "^3.2.0",
"@tanstack/match-sorter-utils": "^8.15.1",
"@tanstack/react-table": "^8.16.0",
Expand All @@ -40,35 +40,35 @@
"html-react-parser": "^5.1.10",
"i18n": "^0.15.1",
"jwt-decode": "^4.0.0",
"next": "^14.2.2",
"next": "^14.2.3",
"next-auth": "4.24.7",
"next-translate": "^2.6.2",
"pino": "^8.20.0",
"pino": "^8.21.0",
"react": "^18.2.0",
"react-aria-components": "^1.1.1",
"react-dom": "^18.2.0",
"recoil": "^0.7.7",
"tailwindcss-react-aria-components": "^1.1.1",
"xstate": "^5.11.0"
"xstate": "^5.12.0"
},
"devDependencies": {
"@eventuras/eslint-config": "*",
"@next/bundle-analyzer": "^14.2.2",
"@next/eslint-plugin-next": "^14.2.2",
"@next/bundle-analyzer": "^14.2.3",
"@next/eslint-plugin-next": "^14.2.3",
"@ngneat/falso": "^7.2.0",
"@types/node": "20.12.7",
"@types/react": "18.2.79",
"@types/react-dom": "^18.2.25",
"@typescript-eslint/eslint-plugin": "^7.7.0",
"@typescript-eslint/parser": "^7.7.0",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
"autoprefixer": "^10.4.19",
"eslint-config-next": "^14.2.2",
"eslint-config-next": "^14.2.3",
"lint-staged": "^15.2.2",
"next-translate-plugin": "^2.6.2",
"node-html-markdown": "^1.3.0",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"storybook": "^8.0.8",
"storybook": "^8.0.9",
"supports-color": "^8.1.1",
"tailwindcss": "^3.4.3",
"ts-node": "^10.9.2",
Expand Down
4 changes: 2 additions & 2 deletions libs/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"react-internal.js"
],
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^7.7.0",
"@typescript-eslint/parser": "^7.7.0",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
"@vercel/style-guide": "^6.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-turbo": "^1.13.2",
Expand Down
10 changes: 5 additions & 5 deletions libs/scribo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,17 @@
"devDependencies": {
"@eventuras/eslint-config": "*",
"@eventuras/typescript-config": "*",
"@testing-library/react": "^15.0.2",
"@testing-library/react": "^15.0.4",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"@typescript-eslint/eslint-plugin": "^7.7.0",
"@typescript-eslint/parser": "^7.7.0",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
"@vitejs/plugin-react-swc": "^3.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^5.4.5",
"vite": "^5.2.9",
"vitest": "^1.5.0"
"vite": "^5.2.10",
"vitest": "^1.5.2"
},
"overrides": {
"vite": {
Expand Down
4 changes: 2 additions & 2 deletions libs/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"node-fetch": "^3.3.2",
"openapi-typescript-codegen": "^0.29.0",
"typescript": "^5.4.5",
"vite": "^5.2.9",
"vite-plugin-dts": "^3.8.3"
"vite": "^5.2.10",
"vite-plugin-dts": "^3.9.0"
},
"dependencies": {
"dotenv": "^16.4.5"
Expand Down
18 changes: 9 additions & 9 deletions libs/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,23 +31,23 @@
"devDependencies": {
"@eventuras/eslint-config": "*",
"@eventuras/typescript-config": "*",
"@storybook/addon-a11y": "^8.0.8",
"@storybook/addon-a11y": "^8.0.9",
"@storybook/addon-console": "^3.0.0",
"@storybook/addon-docs": "^8.0.8",
"@storybook/addon-essentials": "^8.0.8",
"@storybook/addon-interactions": "^8.0.8",
"@storybook/addon-links": "^8.0.8",
"@storybook/addon-docs": "^8.0.9",
"@storybook/addon-essentials": "^8.0.9",
"@storybook/addon-interactions": "^8.0.9",
"@storybook/addon-links": "^8.0.9",
"@storybook/addon-postcss": "^2.0.0",
"@storybook/blocks": "^8.0.8",
"@storybook/react": "^8.0.8",
"@storybook/blocks": "^8.0.9",
"@storybook/react": "^8.0.9",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.19",
"glob": "^10.3.12",
"postcss": "^8.4.38",
"storybook": "^8.0.8",
"storybook": "^8.0.9",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5",
"vite-plugin-dts": "^3.8.3"
"vite-plugin-dts": "^3.9.0"
},
"overrides": {
"vite": {
Expand Down
Loading

0 comments on commit ee1c7d6

Please sign in to comment.