Skip to content

Commit

Permalink
chore: to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastien Vanvelthem committed Sep 23, 2024
1 parent 7360705 commit 4f517b3
Show file tree
Hide file tree
Showing 6 changed files with 1,311 additions and 1,192 deletions.
18 changes: 9 additions & 9 deletions apps/nextjs-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@
"@pothos/plugin-errors": "3.11.2",
"@pothos/plugin-prisma": "3.65.3",
"@prisma/client": "5.19.1",
"@sentry/nextjs": "8.30.0",
"@sentry/react": "8.30.0",
"@sentry/nextjs": "8.31.0",
"@sentry/react": "8.31.0",
"@soluble/cache-interop": "0.12.8",
"@soluble/cache-ioredis": "0.13.11",
"@tanstack/react-query": "5.56.2",
Expand All @@ -91,9 +91,9 @@
"graphql-jit": "0.8.6",
"graphql-yoga": "5.7.0",
"i18next": "23.15.1",
"jose": "5.9.2",
"jose": "5.9.3",
"ky": "1.7.2",
"next": "14.2.12",
"next": "14.2.13",
"next-auth": "4.24.7",
"next-connect": "1.0.0",
"next-i18next": "15.3.1",
Expand All @@ -114,8 +114,8 @@
"zod": "3.23.8"
},
"devDependencies": {
"@next/bundle-analyzer": "14.2.12",
"@next/env": "14.2.12",
"@next/bundle-analyzer": "14.2.13",
"@next/env": "14.2.13",
"@playwright/test": "1.47.2",
"@prisma/nextjs-monorepo-workaround-plugin": "5.19.1",
"@size-limit/file": "11.1.5",
Expand All @@ -141,19 +141,19 @@
"dotenv-flow-cli": "1.1.1",
"es-check": "7.2.1",
"eslint": "8.57.1",
"eslint-config-next": "14.2.12",
"eslint-config-next": "14.2.13",
"eslint-plugin-tailwindcss": "3.17.4",
"is-ci": "3.0.1",
"jsdom": "25.0.1",
"npm-run-all2": "6.2.3",
"postcss": "8.4.47",
"postcss-flexbugs-fixes": "5.0.2",
"postcss-preset-env": "10.0.3",
"postcss-preset-env": "10.0.5",
"prettier": "3.3.3",
"react-test-renderer": "18.3.1",
"rimraf": "6.0.1",
"size-limit": "11.1.5",
"tailwindcss": "3.4.12",
"tailwindcss": "3.4.13",
"typescript": "5.6.2",
"vite": "5.4.7",
"vite-plugin-magical-svg": "1.3.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/vite-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"happy-dom": "15.7.4",
"prettier": "3.3.3",
"rimraf": "6.0.1",
"tailwindcss": "3.4.12",
"tailwindcss": "3.4.13",
"typescript": "5.6.2",
"vite": "5.4.7",
"vite-plugin-svgr": "4.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/db-main-prisma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"dotenv-flow": "4.1.0",
"dotenv-flow-cli": "1.1.1",
"eslint": "8.57.1",
"execa": "9.3.1",
"execa": "9.4.0",
"graphql": "16.9.0",
"is-port-reachable": "4.0.0",
"keyword-extractor": "0.0.28",
Expand Down
6 changes: 3 additions & 3 deletions packages/eslint-config-bases/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
},
"dependencies": {
"@rushstack/eslint-patch": "^1.10.4",
"@tanstack/eslint-plugin-query": "^5.53.0",
"@tanstack/eslint-plugin-query": "^5.57.1",
"@typescript-eslint/eslint-plugin": "^7.17.0",
"@typescript-eslint/parser": "^7.17.0",
"eslint-config-prettier": "^9.1.0",
Expand All @@ -77,7 +77,7 @@
"eslint-plugin-jsx-a11y": "^6.10.0",
"eslint-plugin-playwright": "^1.6.2",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.35.2",
"eslint-plugin-react": "^7.36.1",
"eslint-plugin-react-hooks": "^4.6.2 || 5.0.0-canary-7118f5dd7-20230705",
"eslint-plugin-regexp": "^2.6.0",
"eslint-plugin-sonarjs": "^0.25.1",
Expand Down Expand Up @@ -139,7 +139,7 @@
"react": "18.3.1",
"react-dom": "18.3.1",
"rimraf": "6.0.1",
"tailwindcss": "3.4.12",
"tailwindcss": "3.4.13",
"typescript": "5.6.2"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"sirv": "2.0.4",
"sirv-cli": "2.0.2",
"storybook": "8.3.2",
"tailwindcss": "3.4.12",
"tailwindcss": "3.4.13",
"tsup": "8.3.0",
"typescript": "5.6.2",
"vite": "5.4.7",
Expand Down
Loading

0 comments on commit 4f517b3

Please sign in to comment.