refactor(docs): Bump typescript dependency.

* Newer `tsc` needed for Docusaurus changes.
This commit is contained in:
Peter Johanson 2022-04-05 19:28:46 +00:00 committed by Pete Johanson
parent 60d367cbb9
commit 17affd8081
2 changed files with 4 additions and 4 deletions

View File

@ -13169,9 +13169,9 @@
}
},
"typescript": {
"version": "4.2.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.2.3.tgz",
"integrity": "sha512-qOcYwxaByStAWrBf4x0fibwZvMRG+r4cQoTjbPtUlrWjBHbmCAww1i448U0GJ+3cNNEtebDteo/cHOR3xJ4wEw==",
"version": "4.6.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.6.3.tgz",
"integrity": "sha512-yNIatDa5iaofVozS/uQJEl3JRWLKKGJKh6Yaiv0GLGSuhpFJe7P3SbHZ8/yjAHRQwKRoA6YZqlfjXWmVzoVSMw==",
"dev": true
},
"ua-parser-js": {

View File

@ -60,7 +60,7 @@
"prebuild-webpack-plugin": "^1.1.1",
"prettier": "2.3.1",
"string-replace-loader": "^3.0.3",
"typescript": "^4.2.3",
"typescript": "^4.6.3",
"webpack": "^5.46.0"
}
}