codeforlife 2.12.4 → 2.12.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +7 -7
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "codeforlife",
3
3
  "description": "Common frontend code",
4
4
  "private": false,
5
- "version": "2.12.4",
5
+ "version": "2.12.5",
6
6
  "type": "module",
7
7
  "types": "dist/index.d.ts",
8
8
  "module": "dist/index.es.js",
@@ -187,18 +187,18 @@
187
187
  "@mui/x-date-pickers": "8.11.3",
188
188
  "@reduxjs/toolkit": "2.9.0",
189
189
  "compression": "1.8.1",
190
- "dayjs": "^1.11.11",
190
+ "dayjs": "1.11.19",
191
191
  "express": "4.22.0",
192
- "formik": "^2.2.9",
193
- "js-cookie": "^3.0.5",
194
- "memory-cache": "^0.2.0",
195
- "qs": "^6.11.2",
192
+ "formik": "2.4.9",
193
+ "js-cookie": "3.0.5",
194
+ "memory-cache": "0.2.0",
195
+ "qs": "6.14.1",
196
196
  "react": "19.1.1",
197
197
  "react-dom": "19.1.1",
198
198
  "react-redux": "9.2.0",
199
199
  "react-router": "7.9.1",
200
200
  "sirv": "3.0.2",
201
- "yup": "^1.1.1"
201
+ "yup": "1.7.1"
202
202
  },
203
203
  "devDependencies": {
204
204
  "@codeforlife/workspace": "link:.workspace/frontend",