Commit graph

78 commits

Author SHA1 Message Date
Manav Rathi bac4601ccb Update types to match our React version 2024-02-22 12:14:19 +05:30
Manav Rathi fb1dccc7db Create separate UI package 2024-02-22 10:28:00 +05:30
Manav Rathi 5bf6d5d5ed Align package JSONs
yarn seems to require version for all workspaces, even if they are not imported (apps/*).
2024-02-20 10:58:53 +05:30
Manav Rathi 82fbe55e5a Remove debugging package 2024-02-16 20:48:26 +05:30
Manav Rathi 3720abe0ed Integrate the actual one 2024-02-16 20:47:25 +05:30
Manav Rathi 632af065fe Add a working WIP example 2024-02-16 20:47:25 +05:30
Manav Rathi 7263969953 Make src work with next
- The star in package.json matches any version
  https://docs.npmjs.com/cli/v10/configuring-npm/package-json

- VSCode is still giving errors
2024-02-16 20:47:25 +05:30
Manav Rathi c87aca72ad Use yarn add @ente-io/utils@'file:packages/utils'
The version field is still required, but we can additionally add a private for
both semantic signalling and preventing this from being published to npm.
2024-02-16 20:47:25 +05:30
Manav Rathi 3aa0f4d0b8 Make it work with yarn workspace 2024-02-16 20:47:25 +05:30
Manav Rathi b4946693f8 Remove unused workbox-* dependencies
yarn workspace photos remove workbox-precaching workbox-recipes workbox-routing workbox-strategies workbox-window
2024-02-08 14:46:26 +05:30
Abhinav 59a0d7c233 use pDebounce for search and fix issues 2023-11-29 12:49:22 +05:30
Abhinav 822c8dbdd5 replace debounce package 2023-11-29 11:51:05 +05:30
Neeraj Gupta 46770c3237 Upgrade heic-conver to ^2.0.0 2023-11-24 23:47:06 +05:30
dependabot[bot] 05f2461826
Bump @sentry/nextjs from 7.49.0 to 7.77.0
Bumps [@sentry/nextjs](https://github.com/getsentry/sentry-javascript) from 7.49.0 to 7.77.0.
- [Release notes](https://github.com/getsentry/sentry-javascript/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/getsentry/sentry-javascript/compare/7.49.0...7.77.0)

---
updated-dependencies:
- dependency-name: "@sentry/nextjs"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-17 14:14:22 +00:00
Abhinav 0a79b3f202 downgrade next to 13.1.3 2023-11-17 10:23:34 +05:30
Abhinav 52c2f89412 patch issues 2023-11-10 15:08:10 +05:30
Abhinav 2aaa2197a7 remove unneeded scripts 2023-11-09 11:32:47 +05:30
Abhinav 410d94c8a9 move common needed packages to root 2023-11-08 10:54:12 +05:30
Abhinav 0f46db031c move mui react and next to root package json 2023-11-08 10:15:31 +05:30
Abhinav 87ae9f8d31 remove userService related code 2023-11-02 21:21:48 +05:30
Abhinav 5692df6cfe replace photos login page with accounts test login page 2023-11-01 13:15:41 +05:30
Abhinav Kumar 7a744db009
Login v2 (#1172) 2023-09-01 12:14:00 +05:30
Abhinav 86f9d4b520 upgraded tfjs-core and related packages to v4 2023-08-02 12:40:41 +05:30
Abhinav 5732174c63 Merge branch 'main' into login-v2 2023-07-31 12:12:50 +05:30
Abhinav Kumar 6487734077
Bump bs58 from 4.0.1 to 5.0.0 (#1287) 2023-07-31 11:54:53 +05:30
dependabot[bot] 9a80e2ab26
Bump bs58 from 4.0.1 to 5.0.0
Bumps [bs58](https://github.com/cryptocoinjs/bs58) from 4.0.1 to 5.0.0.
- [Changelog](https://github.com/cryptocoinjs/bs58/blob/master/CHANGELOG.md)
- [Commits](https://github.com/cryptocoinjs/bs58/compare/v4.0.1...v5.0.0)

---
updated-dependencies:
- dependency-name: bs58
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-30 12:52:52 +00:00
dependabot[bot] bb0e46741c
Bump is-electron from 2.2.0 to 2.2.2
Bumps [is-electron](https://github.com/cheton/is-electron) from 2.2.0 to 2.2.2.
- [Release notes](https://github.com/cheton/is-electron/releases)
- [Commits](https://github.com/cheton/is-electron/compare/v2.2.0...v2.2.2)

---
updated-dependencies:
- dependency-name: is-electron
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-30 12:52:07 +00:00
dependabot[bot] 1783c5fd3b
Bump @next/bundle-analyzer from 13.1.6 to 13.4.12
Bumps [@next/bundle-analyzer](https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer) from 13.1.6 to 13.4.12.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v13.4.12/packages/next-bundle-analyzer)

---
updated-dependencies:
- dependency-name: "@next/bundle-analyzer"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-30 08:36:04 +00:00
Abhinav Kumar 3b33f94081
Bump react-datepicker and @types/react-datepicker (#1275) 2023-07-30 13:50:03 +05:30
Abhinav Kumar 41edccb65c
Bump @emotion/server from 11.10.0 to 11.11.0 (#1277) 2023-07-30 13:46:35 +05:30
dependabot[bot] 3b40259a7a
Bump @tensorflow/tfjs-backend-webgl from 4.8.0 to 4.9.0
Bumps [@tensorflow/tfjs-backend-webgl](https://github.com/tensorflow/tfjs) from 4.8.0 to 4.9.0.
- [Release notes](https://github.com/tensorflow/tfjs/releases)
- [Changelog](https://github.com/tensorflow/tfjs/blob/master/cloudbuild-release.yml)
- [Commits](https://github.com/tensorflow/tfjs/compare/tfjs-v4.8.0...tfjs-v4.9.0)

---
updated-dependencies:
- dependency-name: "@tensorflow/tfjs-backend-webgl"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-30 07:52:30 +00:00
dependabot[bot] aa7d5200bd
Bump @emotion/server from 11.10.0 to 11.11.0
Bumps [@emotion/server](https://github.com/emotion-js/emotion) from 11.10.0 to 11.11.0.
- [Release notes](https://github.com/emotion-js/emotion/releases)
- [Changelog](https://github.com/emotion-js/emotion/blob/main/CHANGELOG.md)
- [Commits](https://github.com/emotion-js/emotion/compare/@emotion/server@11.10.0...@emotion/server@11.11.0)

---
updated-dependencies:
- dependency-name: "@emotion/server"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-30 07:51:41 +00:00
dependabot[bot] 309fbd46cb
Bump react-datepicker and @types/react-datepicker
Bumps [react-datepicker](https://github.com/Hacker0x01/react-datepicker) and [@types/react-datepicker](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-datepicker). These dependencies needed to be updated together.

Updates `react-datepicker` from 4.3.0 to 4.16.0
- [Release notes](https://github.com/Hacker0x01/react-datepicker/releases)
- [Commits](https://github.com/Hacker0x01/react-datepicker/compare/v4.3.0...v4.16.0)

Updates `@types/react-datepicker` from 4.1.7 to 4.15.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-datepicker)

---
updated-dependencies:
- dependency-name: react-datepicker
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: "@types/react-datepicker"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-30 07:50:11 +00:00
Abhinav Kumar 2850ebf7a8
Bump jszip from 3.8.0 to 3.10.1 (#1271) 2023-07-30 13:11:49 +05:30
Abhinav a31d2bc367 react18next v13.0.0 requires i18next >= v23.0.1 2023-07-30 13:09:37 +05:30
Abhinav ff2faf5fa1 Merge branch 'main' into dependabot/npm_and_yarn/react-i18next-13.0.2 2023-07-30 13:06:33 +05:30
Abhinav Kumar 7337de2ed1
Bump transformation-matrix from 2.10.0 to 2.15.0 (#1273) 2023-07-30 12:39:17 +05:30
dependabot[bot] dae6620196
Bump @mui/icons-material from 5.6.2 to 5.14.1
Bumps [@mui/icons-material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-icons-material) from 5.6.2 to 5.14.1.
- [Release notes](https://github.com/mui/material-ui/releases)
- [Changelog](https://github.com/mui/material-ui/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mui/material-ui/commits/v5.14.1/packages/mui-icons-material)

---
updated-dependencies:
- dependency-name: "@mui/icons-material"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-30 06:43:35 +00:00
dependabot[bot] b139431e58
Bump transformation-matrix from 2.10.0 to 2.15.0
Bumps [transformation-matrix](https://github.com/chrvadala/transformation-matrix) from 2.10.0 to 2.15.0.
- [Release notes](https://github.com/chrvadala/transformation-matrix/releases)
- [Commits](https://github.com/chrvadala/transformation-matrix/compare/v2.10.0...v2.15.0)

---
updated-dependencies:
- dependency-name: transformation-matrix
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-30 06:42:33 +00:00
dependabot[bot] c563f49774
Bump react-i18next from 12.2.0 to 13.0.2
Bumps [react-i18next](https://github.com/i18next/react-i18next) from 12.2.0 to 13.0.2.
- [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md)
- [Commits](https://github.com/i18next/react-i18next/compare/v12.2.0...v13.0.2)

---
updated-dependencies:
- dependency-name: react-i18next
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-30 06:42:17 +00:00
dependabot[bot] 3791ead1c6
Bump jszip from 3.8.0 to 3.10.1
Bumps [jszip](https://github.com/Stuk/jszip) from 3.8.0 to 3.10.1.
- [Changelog](https://github.com/Stuk/jszip/blob/main/CHANGES.md)
- [Commits](https://github.com/Stuk/jszip/compare/v3.8.0...v3.10.1)

---
updated-dependencies:
- dependency-name: jszip
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-30 06:42:03 +00:00
Abhinav Kumar 46f6a0ed44
Bump axios from 0.21.4 to 1.4.0 (#1268) 2023-07-30 12:09:20 +05:30
dependabot[bot] 40fc9aece5
Bump idb from 7.0.0 to 7.1.1
Bumps [idb](https://github.com/jakearchibald/idb) from 7.0.0 to 7.1.1.
- [Changelog](https://github.com/jakearchibald/idb/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jakearchibald/idb/compare/v7.0.0...v7.1.1)

---
updated-dependencies:
- dependency-name: idb
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-30 06:25:25 +00:00
dependabot[bot] 9f623af9af
Bump axios from 0.21.4 to 1.4.0
Bumps [axios](https://github.com/axios/axios) from 0.21.4 to 1.4.0.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.21.4...v1.4.0)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-27 06:39:11 +00:00
dependabot[bot] 2f7b083377
Bump @emotion/styled from 11.10.6 to 11.11.0
Bumps [@emotion/styled](https://github.com/emotion-js/emotion) from 11.10.6 to 11.11.0.
- [Release notes](https://github.com/emotion-js/emotion/releases)
- [Changelog](https://github.com/emotion-js/emotion/blob/main/CHANGELOG.md)
- [Commits](https://github.com/emotion-js/emotion/compare/@emotion/styled@11.10.6...@emotion/styled@11.11.0)

---
updated-dependencies:
- dependency-name: "@emotion/styled"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-27 06:38:39 +00:00
Abhinav ee8cc0ca43 Merge branch 'main' into login-v2 2023-07-20 13:23:45 +05:30
Abhinav 8acc3d085d update setup and migrate to srp flow 2023-07-19 18:33:37 +05:30
Abhinav Kumar 70562284e9
remove http-proxy-middleware (#1249) 2023-07-13 22:39:35 +05:30
Abhinav Kumar 298e4323a1
Bump blazeface-back from 0.0.8 to 0.0.9 (#1245) 2023-07-13 19:56:15 +05:30
Abhinav Kumar b0edc8f816
Bump @tensorflow/tfjs-backend-webgl from 3.11.0 to 4.8.0 (#1246) 2023-07-13 19:51:14 +05:30