Skip to content

Commit ccc1b7e

Browse files
chore(deps): update @types/connect-history-api-fallback to 1.5.4 🌟
1 parent 7f3aa7e commit ccc1b7e

File tree

2 files changed

+380
-105
lines changed

2 files changed

+380
-105
lines changed

package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"@types/bcryptjs": "2.4.2",
6565
"@types/bluebird": "3.5.36",
6666
"@types/connect-flash": "0.0.37",
67-
"@types/connect-history-api-fallback": "1.3.5",
67+
"@types/connect-history-api-fallback": "1.5.4",
6868
"@types/cors": "2.8.12",
6969
"@types/dinero.js": "1.9.0",
7070
"@types/express": "4.17.21",
@@ -75,7 +75,7 @@
7575
"@types/json-server": "0.14.4",
7676
"@types/jsonwebtoken": "8.5.8",
7777
"@types/jwt-decode": "2.2.1",
78-
"@types/lodash": "4.14.181",
78+
"@types/lodash": "4.17.13",
7979
"@types/lowdb": "1.0.11",
8080
"@types/morgan": "1.9.3",
8181
"@types/node": "^20.11.25",
@@ -85,12 +85,12 @@
8585
"@types/react-infinite-calendar": "2.3.6",
8686
"@types/react-router": "5.1.18",
8787
"@types/react-router-dom": "5.3.3",
88-
"@types/react-virtualized": "9.21.21",
88+
"@types/react-virtualized": "9.22.0",
8989
"@types/shortid": "0.0.29",
9090
"@types/uuid": "8.3.4",
91-
"@types/validator": "13.7.2",
92-
"@types/webpack-env": "1.16.4",
93-
"@types/yup": "0.29.13",
91+
"@types/validator": "13.12.2",
92+
"@types/webpack-env": "1.18.5",
93+
"@types/yup": "0.32.0",
9494
"@vitejs/plugin-react": "^4.0.2",
9595
"bcryptjs": "2.4.3",
9696
"concurrently": "7.1.0",
@@ -110,7 +110,7 @@
110110
"express-session": "1.18.0",
111111
"express-validator": "6.15.0",
112112
"fuse.js": "6.5.3",
113-
"graphql": "16.8.1",
113+
"graphql": "16.9.0",
114114
"graphql-http": "^1.22.0",
115115
"graphql-playground-middleware-express": "^1.7.23",
116116
"graphql-tools": "8.2.7",
@@ -136,7 +136,7 @@
136136
"vite": "^4.4.2",
137137
"vite-plugin-eslint": "^1.8.1",
138138
"vite-plugin-istanbul": "^4.1.0",
139-
"vitest": "^0.33.0"
139+
"vitest": "^0.34.0"
140140
},
141141
"scripts": {
142142
"dev": "cross-env NODE_ENV=development concurrently yarn:start:react yarn:start:api:watch",

0 commit comments

Comments
 (0)