Commit Graph

20 Commits

Author SHA1 Message Date
Leandro Antônio Farias Machado
11f4b80337
Merge pull request #354 from OktopUSP/dependabot/npm_and_yarn/frontend/nanoid-3.3.11
chore(deps): bump nanoid from 3.3.7 to 3.3.11 in /frontend
2025-04-01 10:25:29 -03:00
dependabot[bot]
50ef653de5
chore(deps): bump nanoid from 3.3.7 to 3.3.11 in /frontend
Bumps [nanoid](https://github.com/ai/nanoid) from 3.3.7 to 3.3.11.
- [Release notes](https://github.com/ai/nanoid/releases)
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ai/nanoid/compare/3.3.7...3.3.11)

---
updated-dependencies:
- dependency-name: nanoid
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-01 13:22:49 +00:00
dependabot[bot]
a6c39f73d1
chore(deps): bump next from 14.2.10 to 14.2.25 in /frontend
Bumps [next](https://github.com/vercel/next.js) from 14.2.10 to 14.2.25.
- [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/compare/v14.2.10...v14.2.25)

---
updated-dependencies:
- dependency-name: next
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-01 13:22:41 +00:00
dependabot[bot]
3f06d681f0
chore(deps): bump next from 14.2.4 to 14.2.10 in /frontend
Bumps [next](https://github.com/vercel/next.js) from 14.2.4 to 14.2.10.
- [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/compare/v14.2.4...v14.2.10)

---
updated-dependencies:
- dependency-name: next
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-21 14:05:22 +00:00
leandrofars
ad90ea6a4f feat(frontend): site survey 2024-07-10 11:12:42 -03:00
leandrofars
99508c5f16 feat: create nginx on docker compose | close #305 2024-07-03 09:35:53 -03:00
leandrofars
252adf78c1 chore(frontend): update dependencies 2024-06-18 20:15:15 -03:00
leandrofars
6f9e0b9e92 chore(frontend): update nextjs version 2024-06-13 12:27:49 -03:00
Leandro Antônio Farias Machado
50e7580dd3
Merge pull request #163 from OktopUSP/dependabot/npm_and_yarn/frontend/semver-5.7.2
chore(deps-dev): bump semver from 5.7.1 to 5.7.2 in /frontend
2023-11-20 22:17:48 -03:00
dependabot[bot]
dbf58ba6d3
chore(deps-dev): bump semver from 5.7.1 to 5.7.2 in /frontend
Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md)
- [Commits](https://github.com/npm/node-semver/compare/v5.7.1...v5.7.2)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-21 00:43:04 +00:00
dependabot[bot]
4765dcb992
chore(deps): bump postcss and next in /frontend
Bumps [postcss](https://github.com/postcss/postcss) to 8.4.31 and updates ancestor dependency [next](https://github.com/vercel/next.js). These dependencies need to be updated together.


Updates `postcss` from 8.4.24 to 8.4.31
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.4.24...8.4.31)

Updates `next` from 13.1.6 to 13.5.6
- [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/compare/v13.1.6...v13.5.6)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: indirect
- dependency-name: next
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-08 00:10:20 +00:00
leandrofars
08b10fc3d6 fix(frontend): dependabot alerts 2023-11-07 20:08:50 -03:00
leandrofars
a5592c4d3b fix(security): dependabot alert 2023-10-23 13:16:05 -03:00
Leandro Antônio Farias Machado
dccdc9c116 feat(webrtc+websockets): logic structure + video and audio streams 2023-06-26 01:09:10 -03:00
Leandro Antônio Farias Machado
526804c291 feat(socketio): get users online and offline (users status) 2023-06-18 22:25:16 -03:00
Leandro Antônio Farias Machado
5d2c3e4b6a chore(api): login to app + save auth token 2023-05-14 19:18:31 -03:00
Bruno Loch
5e024611f6 integração do backend para busca de devices 2023-05-09 23:03:00 +00:00
Leandro Farias
d682a46f69 fix(frontend): build errors and warnings 2023-05-08 12:13:27 +00:00
Leandro Antônio Farias Machado
46999043a5 feat(mqtt): change proj structure to services and add mochi broker 2023-03-20 11:19:02 -03:00
Leandro Antônio Farias Machado
d297fecc62 chore: create proj structure 2023-03-07 13:33:32 +00:00