Skip to content

Commit

Permalink
chore(deps): update all non-major third-party dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 8, 2024
1 parent d34a2d7 commit 9fff60b
Show file tree
Hide file tree
Showing 3 changed files with 556 additions and 638 deletions.
28 changes: 14 additions & 14 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@
"@emotion/react": "11.13.3",
"@emotion/server": "11.11.0",
"@emotion/styled": "11.13.0",
"@emotion/utils": "^1.4.0",
"@emotion/utils": "1.4.0",
"@isaacs/express-prometheus-middleware": "1.2.1",
"@remix-run/node": "2.11.2",
"@remix-run/react": "2.11.2",
"@remix-run/serve": "2.9.2",
"@remix-run/serve": "2.11.2",
"@supabase/auth-helpers-remix": "0.4.0",
"@supabase/supabase-js": "2.45.1",
"@supabase/supabase-js": "2.45.3",
"bcryptjs": "2.4.3",
"compression": "1.7.4",
"cross-env": "7.0.3",
"d3-shape": "3.2.0",
"express": "4.19.2",
"framer-motion": "11.3.29",
"framer-motion": "11.5.4",
"i18next": "23.14.0",
"i18next-browser-languagedetector": "8.0.0",
"i18next-fs-backend": "2.3.2",
Expand All @@ -39,28 +39,28 @@
"react-i18next": "15.0.1",
"recharts": "2.12.7",
"remix-i18next": "6.3.0",
"supabase": "1.190.0",
"supabase": "1.191.3",
"tiny-invariant": "1.3.3"
},
"devDependencies": {
"@babel/core": "7.25.2",
"@babel/plugin-syntax-flow": "7.24.7",
"@babel/plugin-transform-react-jsx": "7.25.2",
"@commitlint/config-conventional": "19.2.2",
"@commitlint/config-conventional": "19.4.1",
"@faker-js/faker": "8.4.1",
"@pandacss/dev": "0.45.1",
"@pandacss/dev": "0.45.2",
"@remix-run/dev": "2.11.2",
"@remix-run/eslint-config": "2.11.2",
"@testing-library/dom": "10.4.0",
"@testing-library/react": "16.0.0",
"@testing-library/react": "16.0.1",
"@testing-library/user-event": "14.5.2",
"@trivago/prettier-plugin-sort-imports": "4.3.0",
"@types/bcryptjs": "2.4.6",
"@types/compression": "1.7.5",
"@types/eslint": "9.6.0",
"@types/eslint": "9.6.1",
"@types/express": "4.17.21",
"@types/morgan": "1.9.9",
"@types/node": "20.16.1",
"@types/node": "20.16.5",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"@vitejs/plugin-react": "4.3.1",
Expand All @@ -74,15 +74,15 @@
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-config-react-app": "7.0.1",
"eslint-config-turbo": "2.0.14",
"eslint-config-turbo": "2.1.1",
"eslint-plugin-no-relative-import-paths": "1.5.5",
"eslint-plugin-sonarjs": "0.25.1",
"eslint-plugin-vitest-globals": "1.5.0",
"happy-dom": "14.12.3",
"install": "0.13.0",
"msw": "2.3.5",
"msw": "2.4.2",
"npm-run-all2": "6.2.2",
"postcss": "8.4.41",
"postcss": "8.4.45",
"rollup-plugin-visualizer": "5.12.0",
"start-server-and-test": "2.0.5",
"ts-node": "10.9.2",
Expand All @@ -95,7 +95,7 @@
"vitest": "2.0.5",
"vitest-github-actions-reporter": "0.11.1",
"vitest-sonar-reporter": "2.0.0",
"webdriverio": "8.40.3"
"webdriverio": "8.40.5"
},
"scripts": {
"dev": "remix vite:dev",
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
"turbo": "1.13.4"
},
"devDependencies": {
"@commitlint/cli": "19.4.0",
"@types/react": "18.3.4",
"@commitlint/cli": "19.4.1",
"@types/react": "18.3.5",
"@types/react-dom": "18.3.0",
"commitlint": "19.4.0",
"commitlint": "19.4.1",
"husky": "9.1.5",
"lint-staged": "15.2.9",
"lint-staged": "15.2.10",
"prettier": "3.3.3",
"rollup-plugin-node-polyfills": "0.2.1",
"type-coverage": "2.29.1",
Expand Down
Loading

0 comments on commit 9fff60b

Please sign in to comment.