Skip to content

Commit db5b8ab

Browse files
committed
bump versions
1 parent e8e0019 commit db5b8ab

File tree

2 files changed

+956
-480
lines changed

2 files changed

+956
-480
lines changed

package.json

Lines changed: 26 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -25,45 +25,47 @@
2525
"format": "prettier --write ."
2626
},
2727
"dependencies": {
28-
"autoprefixer": "^10.4.13",
28+
"@types/react-helmet": "^6.1.6",
29+
"autoprefixer": "^10.4.14",
2930
"compression": "1.7.4",
3031
"cross-env": "^7.0.3",
3132
"express": "4.18.2",
32-
"nodemon": "^2.0.20",
33+
"nodemon": "^2.0.22",
3334
"react": "^18.2.0",
3435
"react-dom": "^18.2.0",
35-
"react-router-dom": "^6.6.1",
36+
"react-helmet": "^6.1.0",
37+
"react-router-dom": "^6.10.0",
3638
"serve-static": "^1.15.0",
3739
"ts-node": "^10.9.1"
3840
},
3941
"devDependencies": {
40-
"@types/express": "^4.17.15",
4142
"@testing-library/jest-dom": "^5.16.5",
42-
"@testing-library/react": "^13.4.0",
43+
"@testing-library/react": "^14.0.0",
4344
"@types/compression": "1.7.2",
4445
"@types/concurrently": "6.4.0",
45-
"@types/eslint": "8.4.10",
46-
"@types/node": "18.11.18",
47-
"@types/react": "^18.0.26",
48-
"@types/react-dom": "^18.0.10",
46+
"@types/eslint": "8.37.0",
47+
"@types/express": "^4.17.17",
48+
"@types/node": "18.15.11",
49+
"@types/react": "^18.0.33",
50+
"@types/react-dom": "^18.0.11",
4951
"@types/react-router-dom": "^5.3.3",
50-
"@typescript-eslint/eslint-plugin": "^5.48.0",
51-
"@typescript-eslint/parser": "^5.48.0",
52-
"@vitejs/plugin-react": "^3.0.0",
53-
"concurrently": "7.6.0",
52+
"@typescript-eslint/eslint-plugin": "^5.57.1",
53+
"@typescript-eslint/parser": "^5.57.1",
54+
"@vitejs/plugin-react": "^3.1.0",
55+
"concurrently": "8.0.1",
5456
"copyfiles": "^2.4.1",
55-
"eslint": "^8.31.0",
56-
"eslint-config-prettier": "^8.6.0",
57+
"eslint": "^8.37.0",
58+
"eslint-config-prettier": "^8.8.0",
5759
"eslint-config-standard": "^17.0.0",
58-
"eslint-plugin-react": "^7.31.11",
60+
"eslint-plugin-react": "^7.32.2",
5961
"eslint-plugin-react-hooks": "^4.6.0",
60-
"jsdom": "^20.0.3",
61-
"postcss": "8.4.20",
62-
"prettier": "^2.8.1",
63-
"rimraf": "^3.0.2",
64-
"tailwindcss": "3.2.4",
65-
"typescript": "4.9.4",
66-
"vite": "4.0.3",
67-
"vitest": "^0.26.3"
62+
"jsdom": "^21.1.1",
63+
"postcss": "8.4.21",
64+
"prettier": "^2.8.7",
65+
"rimraf": "^4.4.1",
66+
"tailwindcss": "3.3.1",
67+
"typescript": "5.0.3",
68+
"vite": "4.2.1",
69+
"vitest": "^0.29.8"
6870
}
6971
}

0 commit comments

Comments
 (0)