Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
vicb committed Dec 5, 2024
1 parent d56ee79 commit f1d93f4
Show file tree
Hide file tree
Showing 7 changed files with 3,911 additions and 2,445 deletions.
2 changes: 1 addition & 1 deletion apps/fxc-server/src/main.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { getDatastore, getRedisClient } from '@flyxc/common-node';
import { Secrets } from '@flyxc/secrets';
import compression from 'compression';
import RedisStore from 'connect-redis';
import { RedisStore } from 'connect-redis';
import cors from 'cors';
import express from 'express';
import fileUpload from 'express-fileupload';
Expand Down
4,427 changes: 2,907 additions & 1,520 deletions libs/secrets/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion libs/secrets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"private": true,
"dependencies": {
"dotenv-webpack": "^8.1.0",
"@nx/webpack": "20.0.1"
"@nx/webpack": "20.1.4"
}
}
8 changes: 4 additions & 4 deletions libs/windy-sounding/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion libs/windy-sounding/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"dependencies": {
"@reduxjs/toolkit": "^2.2.7",
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"date-fns": "^3.6.0",
"date-fns": "^4.1.0",
"geojson": "^0.5.0",
"preact": "^10.23.2",
"react-redux": "^9.1.2",
Expand Down
Loading

0 comments on commit f1d93f4

Please sign in to comment.