This commit is contained in:
Eleanor Mao
2024-04-10 09:30:59 +08:00
parent 8bd972c992
commit 683f45d187
6 changed files with 69 additions and 110 deletions

View File

@ -40,6 +40,7 @@
"jest": "^27.4.3",
"jest-resolve": "^27.4.2",
"jest-watch-typeahead": "^1.0.0",
"js-yaml": "^4.1.0",
"localforage": "^1.10.0",
"lodash": "^4.17.21",
"match-sorter": "^6.3.4",
@ -99,6 +100,7 @@
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@types/js-yaml": "^4.0.9",
"@types/lodash": "^4.17.0",
"monaco-editor-webpack-plugin": "^7.1.0"
},