Skip to content

Commit

Permalink
Apple Reminders: Upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaslombart committed Jan 17, 2025
1 parent d97fca7 commit f236409
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 65 deletions.
100 changes: 40 additions & 60 deletions extensions/apple-reminders/package-lock.json

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

4 changes: 2 additions & 2 deletions extensions/apple-reminders/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -208,13 +208,13 @@
"dependencies": {
"@date-fns/utc": "^1.2.0",
"@raycast/api": "^1.75.1",
"@raycast/utils": "^1.14.0",
"@raycast/utils": "^1.18.1",
"chrono-node": "^2.7.5",
"date-fns": "^3.6.0",
"lodash": "^4.17.21"
},
"devDependencies": {
"@raycast/eslint-config": "^1.0.8",
"@raycast/eslint-config": "^1.0.11",
"@types/lodash": "^4.17.0",
"@types/node": "^20.12.4",
"@types/react": "^18.2.74",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"kind" : "remoteSourceControl",
"location" : "/~https://github.com/raycast/extensions-swift-tools",
"state" : {
"revision" : "1ab332a3020344adfee82773d848b7308ccdeea5",
"version" : "1.0.3"
"revision" : "6e4c03232a3d713bc88940664a44e6bde6194900",
"version" : "1.0.5"
}
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ let package = Package(
.macOS(.v12)
],
dependencies: [
.package(url: "/~https://github.com/raycast/extensions-swift-tools", from: "1.0.0")
.package(url: "/~https://github.com/raycast/extensions-swift-tools", from: "1.0.5")
],
targets: [
.executableTarget(
Expand Down

0 comments on commit f236409

Please sign in to comment.