-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Updated dependencies - Fixed z-index issue - Fixed broken issues loading state - Fixed spelling - Bump version to 1.15.0
- Loading branch information
1 parent
d12c987
commit 3c3c9e8
Showing
6 changed files
with
86 additions
and
74 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "redmine-time-tracking", | ||
"description": "Redmine Time Tracking", | ||
"version": "1.14.1", | ||
"version": "1.15.0", | ||
"author": { | ||
"name": "CrawlerCode", | ||
"email": "[email protected]" | ||
|
@@ -25,9 +25,9 @@ | |
"@fortawesome/free-regular-svg-icons": "^6.5.1", | ||
"@fortawesome/free-solid-svg-icons": "^6.5.1", | ||
"@fortawesome/react-fontawesome": "^0.2.0", | ||
"@tanstack/query-async-storage-persister": "^5.18.1", | ||
"@tanstack/react-query": "^5.18.1", | ||
"@tanstack/react-query-persist-client": "^5.18.1", | ||
"@tanstack/query-async-storage-persister": "^5.21.2", | ||
"@tanstack/react-query": "^5.21.2", | ||
"@tanstack/react-query-persist-client": "^5.21.2", | ||
"axios": "^1.6.7", | ||
"clsx": "^2.1.0", | ||
"date-fns": "^3.3.1", | ||
|
@@ -38,18 +38,18 @@ | |
"react-dom": "^18.2.0", | ||
"react-flatpickr": "^3.10.13", | ||
"react-intl": "^6.6.2", | ||
"react-router-dom": "^6.22.0", | ||
"react-router-dom": "^6.22.1", | ||
"react-select": "^5.8.0", | ||
"react-tooltip": "^5.26.0", | ||
"react-tooltip": "^5.26.2", | ||
"tailwind-merge": "^2.2.1", | ||
"tailwindcss-shadow-fill": "^1.0.1", | ||
"tailwindcss-text-fill": "^0.2.0", | ||
"yup": "^1.3.3" | ||
}, | ||
"devDependencies": { | ||
"@types/chrome": "^0.0.260", | ||
"@types/node": "^20.11.17", | ||
"@types/react": "^18.2.55", | ||
"@types/node": "^20.11.19", | ||
"@types/react": "^18.2.56", | ||
"@types/react-dom": "^18.2.19", | ||
"@types/react-flatpickr": "^3.8.11", | ||
"@typescript-eslint/eslint-plugin": "^6.21.0", | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.