1
0
Fork 0
forked from mirror/cinny

Compare commits

...

1 commit

Author SHA1 Message Date
dependabot[bot]
235b37e6c8
Bump typescript from 4.9.4 to 5.3.3
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.4 to 5.3.3.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.9.4...v5.3.3)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-11 20:55:55 +00:00
2 changed files with 6 additions and 6 deletions

10
package-lock.json generated
View file

@ -89,7 +89,7 @@
"mini-svg-data-uri": "1.4.4",
"prettier": "2.8.1",
"sass": "1.56.2",
"typescript": "4.9.4",
"typescript": "5.3.3",
"vite": "4.3.9",
"vite-plugin-static-copy": "0.13.0"
},
@ -7727,16 +7727,16 @@
}
},
"node_modules/typescript": {
"version": "4.9.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.4.tgz",
"integrity": "sha512-Uz+dTXYzxXXbsFpM86Wh3dKCxrQqUcVMxwU54orwlJjOpO3ao8L7j5lH+dWfTwgCwIuM9GQ2kvVotzYJMXTBZg==",
"version": "5.3.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.3.3.tgz",
"integrity": "sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==",
"dev": true,
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
},
"engines": {
"node": ">=4.2.0"
"node": ">=14.17"
}
},
"node_modules/ua-parser-js": {

View file

@ -99,7 +99,7 @@
"mini-svg-data-uri": "1.4.4",
"prettier": "2.8.1",
"sass": "1.56.2",
"typescript": "4.9.4",
"typescript": "5.3.3",
"vite": "4.3.9",
"vite-plugin-static-copy": "0.13.0"
}