Skip to content

Commit 3c3c9e8

Browse files
committed
fix: Fixed a few issues
- Updated dependencies - Fixed z-index issue - Fixed broken issues loading state - Fixed spelling - Bump version to 1.15.0
1 parent d12c987 commit 3c3c9e8

File tree

6 files changed

+86
-74
lines changed

6 files changed

+86
-74
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "redmine-time-tracking",
33
"description": "Redmine Time Tracking",
4-
"version": "1.14.1",
4+
"version": "1.15.0",
55
"author": {
66
"name": "CrawlerCode",
77
"email": "[email protected]"
@@ -25,9 +25,9 @@
2525
"@fortawesome/free-regular-svg-icons": "^6.5.1",
2626
"@fortawesome/free-solid-svg-icons": "^6.5.1",
2727
"@fortawesome/react-fontawesome": "^0.2.0",
28-
"@tanstack/query-async-storage-persister": "^5.18.1",
29-
"@tanstack/react-query": "^5.18.1",
30-
"@tanstack/react-query-persist-client": "^5.18.1",
28+
"@tanstack/query-async-storage-persister": "^5.21.2",
29+
"@tanstack/react-query": "^5.21.2",
30+
"@tanstack/react-query-persist-client": "^5.21.2",
3131
"axios": "^1.6.7",
3232
"clsx": "^2.1.0",
3333
"date-fns": "^3.3.1",
@@ -38,18 +38,18 @@
3838
"react-dom": "^18.2.0",
3939
"react-flatpickr": "^3.10.13",
4040
"react-intl": "^6.6.2",
41-
"react-router-dom": "^6.22.0",
41+
"react-router-dom": "^6.22.1",
4242
"react-select": "^5.8.0",
43-
"react-tooltip": "^5.26.0",
43+
"react-tooltip": "^5.26.2",
4444
"tailwind-merge": "^2.2.1",
4545
"tailwindcss-shadow-fill": "^1.0.1",
4646
"tailwindcss-text-fill": "^0.2.0",
4747
"yup": "^1.3.3"
4848
},
4949
"devDependencies": {
5050
"@types/chrome": "^0.0.260",
51-
"@types/node": "^20.11.17",
52-
"@types/react": "^18.2.55",
51+
"@types/node": "^20.11.19",
52+
"@types/react": "^18.2.56",
5353
"@types/react-dom": "^18.2.19",
5454
"@types/react-flatpickr": "^3.8.11",
5555
"@typescript-eslint/eslint-plugin": "^6.21.0",

pnpm-lock.yaml

Lines changed: 74 additions & 63 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"manifest_version": 3,
3-
"version": "1.14.1",
3+
"version": "1.15.0",
44
"name": "__MSG_extName__",
55
"description": "__MSG_extDesc__",
66
"default_locale": "en",

0 commit comments

Comments
 (0)