Skip to content

Commit

Permalink
fix: Fixed a few issues
Browse files Browse the repository at this point in the history
- Updated dependencies
- Fixed z-index issue
- Fixed broken issues loading state
- Fixed spelling
- Bump version to 1.15.0
  • Loading branch information
CrawlerCode committed Feb 17, 2024
1 parent d12c987 commit 3c3c9e8
Show file tree
Hide file tree
Showing 6 changed files with 86 additions and 74 deletions.
16 changes: 8 additions & 8 deletions package.json
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]"
Expand All @@ -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",
Expand All @@ -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",
Expand Down
137 changes: 74 additions & 63 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"manifest_version": 3,
"version": "1.14.1",
"version": "1.15.0",
"name": "__MSG_extName__",
"description": "__MSG_extDesc__",
"default_locale": "en",
Expand Down
Loading

0 comments on commit 3c3c9e8

Please sign in to comment.