mirror of
https://github.com/mantinedev/next-app-template.git
synced 2026-06-22 04:11:26 +10:00
Update to TypeScript 6.0.2
This commit is contained in:
Vendored
+1
@@ -0,0 +1 @@
|
|||||||
|
declare module '@mantine/core/styles.css';
|
||||||
+1
-1
@@ -59,7 +59,7 @@
|
|||||||
"stylelint": "^17.0.0",
|
"stylelint": "^17.0.0",
|
||||||
"stylelint-config-standard-scss": "^17.0.0",
|
"stylelint-config-standard-scss": "^17.0.0",
|
||||||
"ts-jest": "^29.4.4",
|
"ts-jest": "^29.4.4",
|
||||||
"typescript": "5.9.2",
|
"typescript": "6.0.2",
|
||||||
"typescript-eslint": "^8.46.0"
|
"typescript-eslint": "^8.46.0"
|
||||||
},
|
},
|
||||||
"packageManager": "yarn@4.13.0"
|
"packageManager": "yarn@4.13.0"
|
||||||
|
|||||||
+1
-1
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"types": ["node", "jest", "@testing-library/jest-dom"],
|
"types": ["node", "jest", "@testing-library/jest-dom"],
|
||||||
"target": "es5",
|
"target": "es2015",
|
||||||
"lib": ["dom", "dom.iterable", "esnext"],
|
"lib": ["dom", "dom.iterable", "esnext"],
|
||||||
"allowJs": true,
|
"allowJs": true,
|
||||||
"skipLibCheck": true,
|
"skipLibCheck": true,
|
||||||
|
|||||||
@@ -10982,7 +10982,7 @@ __metadata:
|
|||||||
stylelint: "npm:^17.0.0"
|
stylelint: "npm:^17.0.0"
|
||||||
stylelint-config-standard-scss: "npm:^17.0.0"
|
stylelint-config-standard-scss: "npm:^17.0.0"
|
||||||
ts-jest: "npm:^29.4.4"
|
ts-jest: "npm:^29.4.4"
|
||||||
typescript: "npm:5.9.2"
|
typescript: "npm:6.0.2"
|
||||||
typescript-eslint: "npm:^8.46.0"
|
typescript-eslint: "npm:^8.46.0"
|
||||||
languageName: unknown
|
languageName: unknown
|
||||||
linkType: soft
|
linkType: soft
|
||||||
@@ -14960,23 +14960,23 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"typescript@npm:5.9.2":
|
"typescript@npm:6.0.2":
|
||||||
version: 5.9.2
|
version: 6.0.2
|
||||||
resolution: "typescript@npm:5.9.2"
|
resolution: "typescript@npm:6.0.2"
|
||||||
bin:
|
bin:
|
||||||
tsc: bin/tsc
|
tsc: bin/tsc
|
||||||
tsserver: bin/tsserver
|
tsserver: bin/tsserver
|
||||||
checksum: 10c0/cd635d50f02d6cf98ed42de2f76289701c1ec587a363369255f01ed15aaf22be0813226bff3c53e99d971f9b540e0b3cc7583dbe05faded49b1b0bed2f638a18
|
checksum: 10c0/4b860b0bf87cc0fee0f66d8ef2640b5a8a8a8c74d1129adb82e389e5f97124383823c47946bef8a73ede371461143a3aa8544399d2133c7b2e4f07e81860af7f
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"typescript@patch:typescript@npm%3A5.9.2#optional!builtin<compat/typescript>":
|
"typescript@patch:typescript@npm%3A6.0.2#optional!builtin<compat/typescript>":
|
||||||
version: 5.9.2
|
version: 6.0.2
|
||||||
resolution: "typescript@patch:typescript@npm%3A5.9.2#optional!builtin<compat/typescript>::version=5.9.2&hash=5786d5"
|
resolution: "typescript@patch:typescript@npm%3A6.0.2#optional!builtin<compat/typescript>::version=6.0.2&hash=5786d5"
|
||||||
bin:
|
bin:
|
||||||
tsc: bin/tsc
|
tsc: bin/tsc
|
||||||
tsserver: bin/tsserver
|
tsserver: bin/tsserver
|
||||||
checksum: 10c0/34d2a8e23eb8e0d1875072064d5e1d9c102e0bdce56a10a25c0b917b8aa9001a9cf5c225df12497e99da107dc379360bc138163c66b55b95f5b105b50578067e
|
checksum: 10c0/49f0b84fc6ca55653e77752b8a61beabc09ee3dae5d965c31596225aa6ef213c5727b1d2e895b900416dc603854ba0872ac4a812c2a4ed6793a601f9c675de02
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user