Skip to content

Commit 119e542

Browse files
Fix SEO Issues
1 parent 62fa0de commit 119e542

1 file changed

Lines changed: 2 additions & 16 deletions

File tree

package.json

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"private": true,
44
"version": "0.0.0",
55
"type": "module",
6-
76
"scripts": {
87
"dev": "vite --host",
98
"build": "vite build",
@@ -14,7 +13,6 @@
1413
"docker:dev": "docker compose --profile dev up --build",
1514
"docker:prod": "docker compose --profile prod up -d --build"
1615
},
17-
1816
"dependencies": {
1917
"@emotion/react": "^11.11.3",
2018
"@emotion/styled": "^11.11.0",
@@ -37,45 +35,33 @@
3735
"recharts": "^3.8.1",
3836
"tailwindcss": "^3.4.14"
3937
},
40-
4138
"devDependencies": {
4239
"@eslint/js": "^9.13.0",
4340
"@testing-library/jest-dom": "^6.9.1",
4441
"@testing-library/react": "^16.3.2",
4542
"@testing-library/user-event": "^14.6.1",
46-
"@types/jasmine": "^5.1.8",
43+
"@types/jasmine": "^5.1.15",
4744
"@types/node": "^22.10.1",
4845
"@types/react": "^18.3.23",
4946
"@types/react-dom": "^18.3.7",
5047
"@types/react-redux": "^7.1.34",
5148
"@types/react-router-dom": "^5.3.3",
52-
5349
"@vitejs/plugin-react-swc": "^3.5.0",
54-
5550
"autoprefixer": "^10.4.20",
5651
"bcryptjs": "^3.0.3",
57-
5852
"eslint": "^9.13.0",
5953
"eslint-plugin-react": "^7.37.2",
6054
"eslint-plugin-react-hooks": "^5.0.0",
6155
"eslint-plugin-react-refresh": "^0.4.14",
62-
63-
"express-session": "^1.18.2",
64-
56+
"express-session": "^1.19.0",
6557
"globals": "^15.11.0",
66-
6758
"jasmine": "^5.13.0",
6859
"jasmine-spec-reporter": "^7.0.0",
69-
7060
"jsdom": "^29.1.1",
71-
7261
"passport": "^0.7.0",
7362
"passport-local": "^1.0.0",
74-
7563
"supertest": "^7.2.2",
76-
7764
"typescript-eslint": "^8.59.3",
78-
7965
"vite": "^5.4.10",
8066
"vitest": "^4.1.6"
8167
}

0 commit comments

Comments
 (0)