Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2023-10-08 21:14:05 +02:00
parent e7bf14af39
commit dec9b6057d
2 changed files with 28 additions and 31 deletions
+3 -3
View File
@@ -24,7 +24,7 @@
"@types/webpack-env": "^1.18.0",
"js-yaml": "^4.1.0",
"prettier": "^2.6.2",
"typescript": "^4.9.4",
"typescript": "~5.0.0",
"yaml-loader": "^0.8.0"
},
"prettier": "@spotify/prettier-config",
@@ -37,8 +37,8 @@
"docusaurus-plugin-sass": "^0.2.3",
"luxon": "^3.0.0",
"prism-react-renderer": "^1.3.5",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"sass": "^1.57.1",
"swc-loader": "^0.2.3"
}