Skip to content

Commit

Permalink
chore: explicitly set tauri cli version (#658)
Browse files Browse the repository at this point in the history
  • Loading branch information
sekwah41 authored Jul 25, 2024
1 parent 4c348e4 commit 39d2fea
Show file tree
Hide file tree
Showing 6 changed files with 25,471 additions and 18,591 deletions.
Binary file added .yarn/install-state.gz
Binary file not shown.
1 change: 1 addition & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nodeLinker: node-modules
10 changes: 5 additions & 5 deletions app/electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,29 +85,29 @@
},
"dependencies": {
"@pomatez/shareables": "^1.0.0",
"electron-is-dev": "^2.0.0",
"electron-log": "^4.2.4",
"electron-store": "^6.0.1",
"electron-is-dev": "^2.0.0",
"electron-updater": "^4.6.5",
"lodash.debounce": "^4.0.8",
"node-notifier": "10.0.1",
"uuid": "7.0.3",
"v8-compile-cache": "^2.1.1"
},
"devDependencies": {
"nodemon": "2.0.20",
"@jest-runner/electron": "^3.0.0",
"electron-devtools-installer": "^3.2.0",
"@types/lodash.debounce": "^4.0.6",
"@types/node-notifier": "8.0.2",
"@types/uuid": "7.0.3",
"babel-core": "^6.26.3",
"babel-jest": "^26.6.3",
"electron": "18.1.0",
"electron-builder": "23.6.0",
"regenerator-runtime": "^0.13.11",
"electron-reload": "2.0.0-alpha.1",
"electron-devtools-installer": "^3.2.0",
"electron-notarize": "1.2.2",
"electron-reload": "2.0.0-alpha.1",
"nodemon": "2.0.20",
"regenerator-runtime": "^0.13.11",
"ts-jest": "^26.5.6"
}
}
2 changes: 1 addition & 1 deletion app/tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "pomatez"
# In the current version of release please, unless the toml file is in the root of the project it cannot be updated.
# https://github.com/googleapis/release-please/issues/1724
# util/cargo-version-updater.js will run to keep this value up to date before rust builds.
version = "1.5.0"
version = "1.6.4"
description = "Attractive pomodoro timer for Windows, Mac, and Linux."
authors = ["Roldan Montilla Jr"]
license = "MIT"
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
]
},
"devDependencies": {
"@tauri-apps/cli": "^2.0.0-alpha.17",
"@tauri-apps/cli": "2.0.0-alpha.17",
"commitizen": "^4.1.2",
"copyfiles": "2.4.1",
"cross-env": "^7.0.3",
Expand All @@ -64,7 +64,6 @@
"wait-on": "7.0.1"
},
"resolutions": {
"//": "Check https://github.com/facebook/create-react-app/issues/11773 to see if it has been fixed yet",
"react-error-overlay": "6.0.9"
}
}
Loading

0 comments on commit 39d2fea

Please sign in to comment.