Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update all non-major third-party dependencies #83

Merged
merged 2 commits into from
Jul 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ node_modules
/.eslintcache
/coverage-ts/
sonar-report.xml
/.cert

// starlight docs
/starlight/.vscode
Expand Down
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.16.0
18.16.1
82 changes: 41 additions & 41 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"test": "vitest",
"test:ui": "vitest --ui",
"test:preview": "pnpx vite preview --outDir ./html",
"test:e2e:dev": "start-server-and-test dev http://localhost:3000 \"pnpx cypress open\"",
"test:e2e:dev": "start-server-and-test dev https://localhost:3000 \"pnpx cypress open\"",
"pretest:e2e:run": "pnpm run build",
"test:e2e:run": "cross-env PORT=8811 start-server-and-test start:mocks http://localhost:8811 \"pnpx cypress run\"",
"ts-coverage": "typescript-coverage-report",
Expand Down Expand Up @@ -64,76 +64,76 @@
"/starlight"
],
"dependencies": {
"@chakra-ui/react": "2.7.0",
"@chakra-ui/react": "2.7.1",
"@emotion/cache": "11.11.0",
"@emotion/react": "11.11.1",
"@emotion/server": "11.11.0",
"@emotion/styled": "11.11.0",
"@isaacs/express-prometheus-middleware": "1.2.1",
"@remix-run/css-bundle": "1.17.0",
"@remix-run/express": "1.17.0",
"@remix-run/node": "1.17.0",
"@remix-run/react": "1.17.0",
"@remix-run/server-runtime": "1.17.0",
"@remix-run/css-bundle": "1.18.1",
"@remix-run/express": "1.18.1",
"@remix-run/node": "1.18.1",
"@remix-run/react": "1.18.1",
"@remix-run/server-runtime": "1.18.1",
"@supabase/auth-helpers-remix": "0.2.1",
"@supabase/supabase-js": "2.24.0",
"@supabase/supabase-js": "2.26.0",
"@zag-js/pressable": "0.10.2",
"@zag-js/react": "0.10.2",
"@zag-js/tabs": "0.10.2",
"bcryptjs": "2.4.3",
"compression": "1.7.4",
"cross-env": "7.0.3",
"express": "4.18.2",
"framer-motion": "10.12.16",
"i18next": "^23.0.0",
"i18next-browser-languagedetector": "^7.0.2",
"i18next-fs-backend": "^2.1.3",
"i18next-http-backend": "^2.2.1",
"isbot": "3.6.10",
"framer-motion": "10.12.17",
"i18next": "23.0.1",
"i18next-browser-languagedetector": "7.0.2",
"i18next-fs-backend": "2.1.3",
"i18next-http-backend": "2.2.1",
"isbot": "3.6.12",
"morgan": "1.10.0",
"prom-client": "14.2.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-i18next": "^13.0.0",
"remix-i18next": "^5.1.1",
"supabase": "1.64.8",
"react-i18next": "13.0.0",
"remix-i18next": "5.1.1",
"supabase": "1.75.2",
"tiny-invariant": "1.3.1"
},
"devDependencies": {
"@babel/core": "7.22.5",
"@babel/plugin-syntax-flow": "7.22.5",
"@babel/plugin-transform-react-jsx": "7.22.5",
"@commitlint/cli": "17.6.5",
"@commitlint/config-conventional": "17.6.5",
"@commitlint/cli": "17.6.6",
"@commitlint/config-conventional": "17.6.6",
"@faker-js/faker": "8.0.2",
"@remix-run/dev": "1.17.0",
"@remix-run/eslint-config": "1.17.0",
"@remix-run/dev": "1.18.1",
"@remix-run/eslint-config": "1.18.1",
"@testing-library/cypress": "9.0.0",
"@testing-library/dom": "9.3.0",
"@testing-library/dom": "9.3.1",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "14.0.0",
"@testing-library/user-event": "14.4.3",
"@trivago/prettier-plugin-sort-imports": "4.1.1",
"@types/bcryptjs": "2.4.2",
"@types/compression": "1.7.2",
"@types/eslint": "8.40.1",
"@types/eslint": "8.40.2",
"@types/express": "4.17.17",
"@types/morgan": "1.9.4",
"@types/node": "18.16.16",
"@types/react": "18.2.9",
"@types/react-dom": "18.2.4",
"@typescript-eslint/eslint-plugin": "5.59.9",
"@typescript-eslint/parser": "5.59.9",
"@vitejs/plugin-react": "4.0.0",
"@vitest/coverage-v8": "0.32.0",
"@vitest/ui": "0.32.0",
"@types/node": "18.16.18",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"@typescript-eslint/eslint-plugin": "5.60.1",
"@typescript-eslint/parser": "5.60.1",
"@vitejs/plugin-react": "4.0.1",
"@vitest/coverage-v8": "0.32.2",
"@vitest/ui": "0.32.2",
"autoprefixer": "10.4.14",
"c8": "8.0.0",
"cookie": "0.5.0",
"cypress": "12.14.0",
"dotenv": "16.1.4",
"esbuild": "0.17.19",
"eslint": "8.42.0",
"cypress": "12.16.0",
"dotenv": "16.3.1",
"esbuild": "0.18.10",
"eslint": "8.43.0",
"eslint-config-prettier": "8.8.0",
"eslint-config-react-app": "7.0.1",
"eslint-plugin-cypress": "2.13.3",
Expand All @@ -142,8 +142,8 @@
"happy-dom": "9.20.3",
"husky": "8.0.3",
"install": "0.13.0",
"lint-staged": "13.2.2",
"msw": "1.2.1",
"lint-staged": "13.2.3",
"msw": "1.2.2",
"npm-run-all": "4.1.5",
"postcss": "8.4.24",
"prettier": "2.8.8",
Expand All @@ -152,15 +152,15 @@
"tsc-files": "1.1.3",
"tsconfig-paths": "4.2.0",
"type-coverage": "2.26.0",
"typescript": "5.1.3",
"typescript": "5.1.6",
"typescript-coverage-report": "0.7.0",
"vite": "4.3.9",
"vite-plugin-checker": "0.6.0",
"vite-plugin-checker": "0.6.1",
"vite-tsconfig-paths": "4.2.0",
"vitest": "0.32.0",
"vitest": "0.32.2",
"vitest-github-actions-reporter": "0.10.0",
"vitest-sonar-reporter": "0.4.1",
"webdriverio": "8.11.1"
"webdriverio": "8.11.2"
},
"engines": {
"node": ">=18"
Expand Down
Loading