Skip to content

Commit

Permalink
Project: Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuAndrade committed May 5, 2024
1 parent 1c4e169 commit 2a42e59
Show file tree
Hide file tree
Showing 5 changed files with 146 additions and 184 deletions.
42 changes: 21 additions & 21 deletions apps/front/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,50 +14,50 @@
},
"dependencies": {
"@ebay/nice-modal-react": "^1.2.13",
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@friday-ai/shared": "workspace:*",
"@mui/icons-material": "^5.15.3",
"@mui/material": "^5.15.3",
"@tanstack/react-query": "^5.17.8",
"@mui/icons-material": "^5.15.16",
"@mui/material": "^5.15.16",
"@tanstack/react-query": "^5.34.2",
"@visx/event": "^3.3.0",
"@visx/group": "^3.3.0",
"@visx/legend": "^3.5.0",
"@visx/responsive": "^3.3.0",
"@visx/responsive": "^3.10.2",
"@visx/scale": "^3.5.0",
"@visx/shape": "^3.5.0",
"@visx/tooltip": "^3.3.0",
"axios": "^1.6.8",
"cross-env": "^7.0.3",
"date-fns": "^3.1.0",
"framer-motion": "^10.17.9",
"date-fns": "^3.6.0",
"framer-motion": "^11.1.7",
"http-server": "^14.1.1",
"i18next": "^23.7.16",
"i18next-browser-languagedetector": "^7.2.0",
"i18next": "^23.11.3",
"i18next-browser-languagedetector": "^7.2.1",
"leaflet": "^1.9.4",
"notistack": "^3.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^14.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-i18next": "^14.1.1",
"react-leaflet": "^4.2.1",
"react-router-dom": "^6.21.1",
"react-router-dom": "^6.23.0",
"use-between": "^1.3.5",
"useragent-parser-js": "^1.0.3"
},
"devDependencies": {
"@biomejs/biome": "^1.7.2",
"@friday-ai/tools": "workspace:^",
"@types/leaflet": "^1.9.8",
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@types/leaflet": "^1.9.12",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"@types/react-router-dom": "^5.3.3",
"@vitejs/plugin-react": "^4.2.1",
"rollup-plugin-visualizer": "^5.12.0",
"typescript": "^5.3.3",
"vite": "^5.0.12",
"typescript": "^5.4.5",
"vite": "^5.2.11",
"vite-plugin-node-polyfills": "^0.21.0",
"vite-plugin-pwa": "^0.17.4",
"vite-plugin-pwa": "^0.20.0",
"vite-plugin-svgr": "^4.2.0",
"workbox-window": "^7.0.0"
"workbox-window": "^7.1.0"
}
}
44 changes: 22 additions & 22 deletions apps/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,60 +42,60 @@
"@types/bluebird": "^3.5.42",
"@types/compression": "^1.7.5",
"@types/express": "^4.17.21",
"@types/jsonwebtoken": "^9.0.5",
"@types/node": "^20.10.7",
"@types/node-schedule": "^2.1.5",
"@types/sequelize": "^4.28.19",
"@types/jsonwebtoken": "^9.0.6",
"@types/node": "^20.12.8",
"@types/node-schedule": "^2.1.7",
"@types/sequelize": "^4.28.20",
"@types/umzug": "^2.3.7",
"@types/uuid": "^9.0.7",
"@types/uuid": "^9.0.8",
"@types/ws": "^8.5.10",
"bluebird": "^3.7.2",
"compression": "^1.7.4",
"cors": "^2.8.5",
"cross-env": "^7.0.3",
"express": "^4.19.2",
"express-rate-limit": "^7.1.5",
"express-rate-limit": "^7.2.0",
"helmet": "^7.1.0",
"jsonwebtoken": "^9.0.2",
"mqtt": "^5.3.4",
"mqtt": "^5.5.5",
"node-schedule": "^2.1.1",
"reflect-metadata": "^0.2.1",
"reflect-metadata": "^0.2.2",
"role-acl": "^4.5.4",
"sequelize": "^6.35.2",
"sequelize": "^6.37.3",
"sequelize-typescript": "^2.1.6",
"sqlite3": "^5.1.7",
"typescript": "^5.3.3",
"umzug": "^3.5.0",
"ws": "^8.16.0"
"typescript": "^5.4.5",
"umzug": "^3.8.0",
"ws": "^8.17.0"
},
"devDependencies": {
"@biomejs/biome": "^1.7.2",
"@friday-ai/tools": "workspace:^",
"@mathieu_andrade/apidoc-markdown": "^1.0.5",
"@types/chai": "^4.3.11",
"@types/chai": "^4.3.16",
"@types/chai-as-promised": "^7.1.8",
"@types/chai-like": "^1.1.3",
"@types/chai-things": "0.0.38",
"@types/cors": "^2.8.17",
"@types/dockerode": "^3.3.24",
"@types/dockerode": "^3.3.29",
"@types/mocha": "^10.0.6",
"@types/sinon": "^17.0.2",
"@types/sinon": "^17.0.3",
"@types/supertest": "^6.0.2",
"aedes": "^0.50.1",
"chai": "^4.4.0",
"aedes": "^0.51.0",
"chai": "^4.4.1",
"chai-as-promised": "^7.1.1",
"chai-like": "^1.1.1",
"chai-things": "^0.2.0",
"dockerode": "^4.0.2",
"mocha": "^10.2.0",
"mocha": "^10.4.0",
"mocha-junit-reporter": "^2.2.1",
"nyc": "^15.1.0",
"sinon": "^17.0.1",
"supertest": "^6.3.3",
"supertest": "^7.0.0",
"tsup": "^8.0.2",
"tsx": "^4.7.1",
"typedoc": "^0.25.6",
"tsx": "^4.9.1",
"typedoc": "^0.25.13",
"typedoc-plugin-external-module-map": "^2.0.1",
"typedoc-plugin-markdown": "^3.17.1"
"typedoc-plugin-markdown": "^4.0.0"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"devDependencies": {
"@biomejs/biome": "^1.7.2",
"@friday-ai/tools": "workspace:^",
"turbo": "^1.12.2"
"turbo": "^1.13.3"
}
}
10 changes: 5 additions & 5 deletions packages/docker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@friday-ai/docker",
"version": "1.0.7",
"version": "1.0.8",
"description": "Friday: Docker utilites",
"main": "lib/index.js",
"module": "lib/index.mjs",
Expand All @@ -24,7 +24,7 @@
"devDependencies": {
"@biomejs/biome": "^1.7.2",
"@friday-ai/tools": "workspace:^",
"@types/chai": "^4.3.12",
"@types/chai": "^4.3.16",
"@types/chai-as-promised": "^7.1.8",
"@types/chai-like": "^1.1.3",
"@types/chai-things": "^0.0.38",
Expand All @@ -35,14 +35,14 @@
"chai-like": "^1.1.1",
"chai-things": "^0.2.0",
"cross-env": "^7.0.3",
"mocha": "^10.2.0",
"mocha": "^10.4.0",
"sinon": "^17.0.1",
"tsup": "^8.0.2",
"tsx": "^4.7.1"
"tsx": "^4.9.1"
},
"dependencies": {
"@friday-ai/logger": "workspace:^",
"@types/dockerode": "^3.3.23",
"@types/dockerode": "^3.3.29",
"@types/stream-to-promise": "^2.2.4",
"dockerode": "^4.0.2",
"stream-to-promise": "^3.0.0"
Expand Down
Loading

0 comments on commit 2a42e59

Please sign in to comment.