mirror of
https://github.com/owncast/owncast.git
synced 2024-11-26 23:24:29 +03:00
chore(deps): update dependency typescript to v4.9.4
This commit is contained in:
parent
a7080a1fc1
commit
94bc68265c
2 changed files with 5 additions and 5 deletions
8
web/package-lock.json
generated
8
web/package-lock.json
generated
|
@ -104,7 +104,7 @@
|
|||
"storybook-dark-mode": "2.0.4",
|
||||
"storybook-preset-less": "1.1.3",
|
||||
"style-loader": "3.3.1",
|
||||
"typescript": "4.9.3"
|
||||
"typescript": "4.9.4"
|
||||
}
|
||||
},
|
||||
"node_modules/@ampproject/remapping": {
|
||||
|
@ -31309,9 +31309,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/typescript": {
|
||||
"version": "4.9.3",
|
||||
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.3.tgz",
|
||||
"integrity": "sha512-CIfGzTelbKNEnLpLdGFgdyKhG23CKdKgQPOBc+OUNrkJ2vr+KSzsSV5kq5iWhEQbok+quxgGzrAtGWCyU7tHnA==",
|
||||
"version": "4.9.4",
|
||||
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.4.tgz",
|
||||
"integrity": "sha512-Uz+dTXYzxXXbsFpM86Wh3dKCxrQqUcVMxwU54orwlJjOpO3ao8L7j5lH+dWfTwgCwIuM9GQ2kvVotzYJMXTBZg==",
|
||||
"dev": true,
|
||||
"bin": {
|
||||
"tsc": "bin/tsc",
|
||||
|
|
|
@ -108,6 +108,6 @@
|
|||
"storybook-dark-mode": "2.0.4",
|
||||
"storybook-preset-less": "1.1.3",
|
||||
"style-loader": "3.3.1",
|
||||
"typescript": "4.9.3"
|
||||
"typescript": "4.9.4"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue