chore: update dependencies (#1041)

This commit is contained in:
Daniel Lautzenheiser
2024-01-04 09:37:14 -05:00
committed by GitHub
parent 808070761d
commit 40d697cac2
19 changed files with 1492 additions and 1029 deletions

View File

@ -10,11 +10,11 @@
"type-check": "tsc --watch"
},
"dependencies": {
"@staticcms/core": "^4.0.0-beta.0",
"@staticcms/core": "^4.0.0",
"lodash": "4.17.21",
"prettier": "3.0.3",
"ts-node": "10.9.1",
"typescript": "5.2.2"
"prettier": "3.1.1",
"ts-node": "10.9.2",
"typescript": "5.3.3"
},
"devDependencies": {
"@types/common-tags": "1.8.4",
@ -23,16 +23,15 @@
"@types/is-hotkey": "0.1.10",
"@types/jest": "29.5.5",
"@types/js-yaml": "4.0.9",
"@types/jwt-decode": "2.2.1",
"@types/lodash": "4.14.202",
"@types/minimatch": "5.1.2",
"@types/node": "18.17.19",
"@types/react": "18.2.25",
"@types/node": "18.19.4",
"@types/react": "18.2.46",
"@types/react-color": "3.0.11",
"@types/react-dom": "18.2.10",
"@types/react-dom": "18.2.18",
"@types/react-virtualized-auto-sizer": "1.0.4",
"@types/react-window": "1.8.6",
"@types/react-window": "1.8.8",
"@types/url-join": "4.0.3",
"@types/uuid": "9.0.4"
"@types/uuid": "9.0.7"
}
}