This commit is contained in:
Jake Bailey 2023-03-16 12:53:16 -07:00
parent d793f4d6fd
commit 0d72bf6c93
15 changed files with 168219 additions and 173928 deletions

View file

@ -17,7 +17,7 @@
"glob": "^7.2.0",
"monaco-editor": "^0.32.0",
"style-loader": "^3.3.1",
"typescript": "^4.9.5",
"typescript": "^5.0.2",
"webpack": "^5.68.0",
"webpack-cli": "^4.9.2"
},
@ -1618,16 +1618,16 @@
}
},
"node_modules/typescript": {
"version": "4.9.5",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz",
"integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==",
"version": "5.0.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.0.2.tgz",
"integrity": "sha512-wVORMBGO/FAs/++blGNeAVdbNKtIh1rbBL2EyQ1+J9lClJ93KiiKe8PmFIVdXhHcyv44SL9oglmfeSsndo0jRw==",
"dev": true,
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
},
"engines": {
"node": ">=4.2.0"
"node": ">=12.20"
}
},
"node_modules/uri-js": {
@ -2985,9 +2985,9 @@
}
},
"typescript": {
"version": "4.9.5",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz",
"integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==",
"version": "5.0.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.0.2.tgz",
"integrity": "sha512-wVORMBGO/FAs/++blGNeAVdbNKtIh1rbBL2EyQ1+J9lClJ93KiiKe8PmFIVdXhHcyv44SL9oglmfeSsndo0jRw==",
"dev": true
},
"uri-js": {

View file

@ -35,7 +35,7 @@
"glob": "^7.2.0",
"monaco-editor": "^0.32.0",
"style-loader": "^3.3.1",
"typescript": "^4.9.5",
"typescript": "^5.0.2",
"webpack": "^5.68.0",
"webpack-cli": "^4.9.2"
},