Skip to content

Commit

Permalink
Update dependencies (#312)
Browse files Browse the repository at this point in the history
  • Loading branch information
vicb authored Sep 11, 2024
1 parent 0ce8cf1 commit d449e8f
Show file tree
Hide file tree
Showing 6 changed files with 1,124 additions and 1,333 deletions.
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": "19.6.2"
"@nx/webpack": "19.7.2"
}
}
2 changes: 1 addition & 1 deletion libs/windy-sounding/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"error",
{
"ignoredFiles": ["{projectRoot}/vite.config.ts", "vite.config.ts"],
"ignoredDependencies": ["react-redux"]
"ignoredDependencies": ["react-redux", "preact"]
}
]
}
Expand Down
182 changes: 91 additions & 91 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 @@ -19,7 +19,7 @@
"preact": "^10.23.2",
"react-redux": "^9.1.2",
"semver": "6.3.1",
"svelte": "^4.2.18"
"svelte": "^4.2.19"
},
"devDependencies": {
"@types/semver": "^7.5.8"
Expand Down
Loading

0 comments on commit d449e8f

Please sign in to comment.