Skip to content

Commit

Permalink
fix(deps): update all non-major third-party dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 11, 2023
1 parent f2b6100 commit 0500678
Show file tree
Hide file tree
Showing 4 changed files with 1,140 additions and 1,047 deletions.
50 changes: 25 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,59 +76,59 @@
"@remix-run/testing": "1.19.3",
"@supabase/auth-helpers-remix": "0.2.1",
"@supabase/supabase-js": "2.33.1",
"@zag-js/editable": "0.16.0",
"@zag-js/pressable": "0.16.0",
"@zag-js/react": "0.16.0",
"@zag-js/tabs": "0.16.0",
"@zag-js/editable": "0.19.0",
"@zag-js/pressable": "0.19.0",
"@zag-js/react": "0.19.0",
"@zag-js/tabs": "0.19.0",
"bcryptjs": "2.4.3",
"compression": "1.7.4",
"cross-env": "7.0.3",
"express": "4.18.2",
"framer-motion": "10.16.1",
"i18next": "23.4.6",
"framer-motion": "10.16.4",
"i18next": "23.5.1",
"i18next-browser-languagedetector": "7.1.0",
"i18next-fs-backend": "2.1.5",
"i18next-http-backend": "2.2.1",
"i18next-http-backend": "2.2.2",
"isbot": "3.6.13",
"morgan": "1.10.0",
"prom-client": "14.2.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-i18next": "13.2.0",
"react-i18next": "13.2.2",
"remix-i18next": "5.3.0",
"supabase": "1.88.0",
"supabase": "1.93.0",
"tiny-invariant": "1.3.1",
"zustand": "4.4.1"
},
"devDependencies": {
"@babel/core": "7.22.11",
"@babel/core": "7.22.17",
"@babel/plugin-syntax-flow": "7.22.5",
"@babel/plugin-transform-react-jsx": "7.22.5",
"@babel/plugin-transform-react-jsx": "7.22.15",
"@commitlint/cli": "17.7.1",
"@commitlint/config-conventional": "17.7.0",
"@faker-js/faker": "8.0.2",
"@pandacss/dev": "0.12.2",
"@pandacss/dev": "0.14.0",
"@remix-run/dev": "1.19.3",
"@remix-run/eslint-config": "1.19.3",
"@testing-library/cypress": "9.0.0",
"@testing-library/dom": "9.3.1",
"@testing-library/jest-dom": "6.1.2",
"@testing-library/jest-dom": "6.1.3",
"@testing-library/react": "14.0.0",
"@testing-library/user-event": "14.4.3",
"@trivago/prettier-plugin-sort-imports": "4.2.0",
"@types/bcryptjs": "2.4.2",
"@types/compression": "1.7.2",
"@types/bcryptjs": "2.4.3",
"@types/compression": "1.7.3",
"@types/eslint": "8.44.2",
"@types/express": "4.17.17",
"@types/morgan": "1.9.5",
"@types/node": "18.17.11",
"@types/node": "18.17.14",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"@vitejs/plugin-react": "4.0.4",
"@vitest/coverage-v8": "0.34.3",
"@vitest/ui": "0.34.3",
"@vitest/coverage-v8": "0.34.4",
"@vitest/ui": "0.34.4",
"autoprefixer": "10.4.15",
"c8": "8.0.1",
"cookie": "0.5.0",
Expand All @@ -141,28 +141,28 @@
"eslint-plugin-no-relative-import-paths": "1.5.2",
"eslint": "8.48.0",
"eslint-plugin-sonarjs": "0.21.0",
"happy-dom": "10.11.0",
"happy-dom": "10.11.2",
"husky": "8.0.3",
"install": "0.13.0",
"lint-staged": "14.0.1",
"msw": "1.2.4",
"msw": "1.3.0",
"npm-run-all": "4.1.5",
"postcss": "8.4.28",
"prettier": "3.0.2",
"postcss": "8.4.29",
"prettier": "3.0.3",
"start-server-and-test": "2.0.0",
"ts-node": "10.9.1",
"tsc-files": "1.1.4",
"tsconfig-paths": "4.2.0",
"type-coverage": "2.26.1",
"type-coverage": "2.26.2",
"typescript": "5.2.2",
"typescript-coverage-report": "0.8.0",
"vite": "4.4.9",
"vite-plugin-checker": "0.6.2",
"vite-tsconfig-paths": "4.2.0",
"vitest": "0.34.3",
"vitest": "0.34.4",
"vitest-github-actions-reporter": "0.10.0",
"vitest-sonar-reporter": "0.4.1",
"webdriverio": "8.15.8"
"webdriverio": "8.16.5"
},
"engines": {
"node": ">=18"
Expand Down
Loading

0 comments on commit 0500678

Please sign in to comment.