Skip to content

Commit 9989a75

Browse files
committed
chore: Bump version to 1.9.0
- Update dependencies
1 parent 1e72e78 commit 9989a75

File tree

3 files changed

+158
-153
lines changed

3 files changed

+158
-153
lines changed

package.json

Lines changed: 12 additions & 12 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.8.0",
4+
"version": "1.9.0",
55
"author": {
66
"name": "CrawlerCode",
77
"email": "[email protected]"
@@ -24,7 +24,7 @@
2424
"@fortawesome/free-regular-svg-icons": "^6.4.0",
2525
"@fortawesome/free-solid-svg-icons": "^6.4.0",
2626
"@fortawesome/react-fontawesome": "^0.2.0",
27-
"@tanstack/react-query": "^4.29.25",
27+
"@tanstack/react-query": "^4.32.0",
2828
"axios": "^1.4.0",
2929
"clsx": "^2.0.0",
3030
"date-fns": "^2.30.0",
@@ -36,29 +36,29 @@
3636
"react-flatpickr": "^3.10.13",
3737
"react-intl": "^6.4.4",
3838
"react-router-dom": "^6.14.2",
39-
"react-tooltip": "^5.18.0",
39+
"react-tooltip": "^5.19.0",
4040
"tailwind-merge": "^1.14.0",
4141
"yup": "^1.2.0"
4242
},
4343
"devDependencies": {
44-
"@types/chrome": "^0.0.241",
45-
"@types/node": "^20.4.2",
46-
"@types/react": "^18.2.15",
44+
"@types/chrome": "^0.0.242",
45+
"@types/node": "^20.4.5",
46+
"@types/react": "^18.2.17",
4747
"@types/react-dom": "^18.2.7",
4848
"@types/react-flatpickr": "^3.8.8",
49-
"@typescript-eslint/eslint-plugin": "^6.1.0",
50-
"@typescript-eslint/parser": "^6.1.0",
49+
"@typescript-eslint/eslint-plugin": "^6.2.0",
50+
"@typescript-eslint/parser": "^6.2.0",
5151
"@vitejs/plugin-react": "^4.0.3",
5252
"adm-zip": "^0.5.10",
5353
"autoprefixer": "^10.4.14",
54-
"eslint": "^8.45.0",
55-
"eslint-plugin-react": "^7.32.2",
54+
"eslint": "^8.46.0",
55+
"eslint-plugin-react": "^7.33.1",
5656
"eslint-plugin-react-hooks": "^4.6.0",
5757
"eslint-plugin-react-refresh": "^0.4.3",
58-
"postcss": "^8.4.26",
58+
"postcss": "^8.4.27",
5959
"tailwindcss": "^3.3.3",
6060
"tailwindcss-animate": "^1.0.6",
6161
"typescript": "^5.1.6",
62-
"vite": "^4.4.4"
62+
"vite": "^4.4.7"
6363
}
6464
}

0 commit comments

Comments
 (0)