chore: Bump typescript to version 5.5 (#27590)

Bump typescript to 5.5 in all apps and packages.
This commit is contained in:
Ivan Vasilov
2024-06-28 12:26:57 +02:00
committed by GitHub
parent 11315e987a
commit 491f9803e0
12 changed files with 25 additions and 25 deletions

View File

@@ -40,6 +40,6 @@
"autoprefixer": "^10.4.14",
"nextjs-node-loader": "^1.1.5",
"postcss": "^8.4.31",
"typescript": "^5.4.3"
"typescript": "^5.5.0"
}
}

View File

@@ -52,7 +52,7 @@
"shiki": "^1.1.7",
"tailwindcss": "^3.3.0",
"tsconfig": "*",
"typescript": "^5",
"typescript": "^5.5.0",
"unist-builder": "3.0.0"
}
}

View File

@@ -103,6 +103,6 @@
"simple-git": "^3.24.0",
"tsconfig": "*",
"tsx": "^4.6.2",
"typescript": "^5.4.3"
"typescript": "^5.5.0"
}
}

View File

@@ -159,6 +159,6 @@
"prettier": "^4.0.0-alpha.8",
"storybook-dark-mode": "^3.0.1",
"tailwindcss": "^3.4.1",
"typescript": "^5.4.3"
"typescript": "^5.5.0"
}
}

View File

@@ -68,7 +68,7 @@
"swiper": "^11.0.7",
"three": "^0.136.0",
"typed.js": "^2.0.16",
"typescript": "^5.4.3",
"typescript": "^5.5.0",
"ui": "*",
"ui-patterns": "*",
"use-debounce": "^7.0.1",

28
package-lock.json generated
View File

@@ -62,7 +62,7 @@
"autoprefixer": "^10.4.14",
"nextjs-node-loader": "^1.1.5",
"postcss": "^8.4.31",
"typescript": "^5.4.3"
"typescript": "^5.5.0"
}
},
"apps/database-new/node_modules/@tanstack/query-core": {
@@ -149,7 +149,7 @@
"shiki": "^1.1.7",
"tailwindcss": "^3.3.0",
"tsconfig": "*",
"typescript": "^5",
"typescript": "^5.5.0",
"unist-builder": "3.0.0"
}
},
@@ -1011,7 +1011,7 @@
"simple-git": "^3.24.0",
"tsconfig": "*",
"tsx": "^4.6.2",
"typescript": "^5.4.3"
"typescript": "^5.5.0"
}
},
"apps/docs/node_modules/@tanstack/query-core": {
@@ -1358,7 +1358,7 @@
"prettier": "^4.0.0-alpha.8",
"storybook-dark-mode": "^3.0.1",
"tailwindcss": "^3.4.1",
"typescript": "^5.4.3"
"typescript": "^5.5.0"
}
},
"apps/studio/node_modules/@heroicons/react": {
@@ -2420,7 +2420,7 @@
"swiper": "^11.0.7",
"three": "^0.136.0",
"typed.js": "^2.0.16",
"typescript": "^5.4.3",
"typescript": "^5.5.0",
"ui": "*",
"ui-patterns": "*",
"use-debounce": "^7.0.1",
@@ -40194,9 +40194,9 @@
"license": "MIT"
},
"node_modules/typescript": {
"version": "5.4.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.3.tgz",
"integrity": "sha512-KrPd3PKaCLr78MalgiwJnA25Nm8HAmdwN3mYUYZgG/wizIo9EainNVQI9/yDavtVFRN2h3k8uf3GLHuhDMgEHg==",
"version": "5.5.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.2.tgz",
"integrity": "sha512-NcRtPEOsPFFWjobJEtfihkLCZCXZt/os3zf8nTxjVH3RvTSxjrCamJpbExGvYOF+tFHc3pA65qpdwPbzjohhew==",
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
@@ -42666,7 +42666,7 @@
"sql-formatter": "^15.0.2",
"ts-jest": "^29.1.1",
"tsconfig": "*",
"typescript": "^5.4.3"
"typescript": "^5.5.0"
}
},
"packages/ai-commands/node_modules/argparse": {
@@ -42775,7 +42775,7 @@
"@types/react": "^18.2.24",
"@types/react-dom": "^18.2.8",
"tsconfig": "*",
"typescript": "^5.4.3"
"typescript": "^5.5.0"
},
"peerDependencies": {
"@supabase/auth-js": "^2.63.0",
@@ -42814,7 +42814,7 @@
"packages/icons": {
"dependencies": {
"@supabase/build-icons": "*",
"typescript": "^5.4.3"
"typescript": "^5.5.0"
}
},
"packages/pg-meta": {
@@ -42827,7 +42827,7 @@
},
"devDependencies": {
"@types/pg-format": "^1.0.1",
"typescript": "^5.4.3"
"typescript": "^5.5.0"
}
},
"packages/shared-data": {
@@ -42941,7 +42941,7 @@
"ts-jest": "^29.1.1",
"tsconfig": "*",
"tsconfig-paths-webpack-plugin": "^4.0.1",
"typescript": "^5.4.3"
"typescript": "^5.5.0"
},
"peerDependencies": {
"next": "*",
@@ -43706,7 +43706,7 @@
"jest-environment-jsdom": "^29.7.0",
"postgres": "^3.0.5",
"ts-jest": "^29.1.1",
"typescript": "^5.4.3"
"typescript": "^5.5.0"
}
},
"tests/node_modules/@testdeck/core": {

View File

@@ -34,6 +34,6 @@
"sql-formatter": "^15.0.2",
"ts-jest": "^29.1.1",
"tsconfig": "*",
"typescript": "^5.4.3"
"typescript": "^5.5.0"
}
}

View File

@@ -20,7 +20,7 @@
"@types/react": "^18.2.24",
"@types/react-dom": "^18.2.8",
"tsconfig": "*",
"typescript": "^5.4.3"
"typescript": "^5.5.0"
},
"peerDependencies": {
"@supabase/supabase-js": "*",

View File

@@ -5,7 +5,7 @@
"build:icons": "build-icons --templateSrc=./scripts/exportTemplate.mjs --renderUniqueKey --iconFileExtension=.ts --exportFileName=index.ts"
},
"dependencies": {
"typescript": "^5.4.3",
"typescript": "^5.5.0",
"@supabase/build-icons": "*"
}
}

View File

@@ -11,6 +11,6 @@
},
"devDependencies": {
"@types/pg-format": "^1.0.1",
"typescript": "^5.4.3"
"typescript": "^5.5.0"
}
}

View File

@@ -116,7 +116,7 @@
"ts-jest": "^29.1.1",
"tsconfig": "*",
"tsconfig-paths-webpack-plugin": "^4.0.1",
"typescript": "^5.4.3"
"typescript": "^5.5.0"
},
"peerDependencies": {
"next": "*",

View File

@@ -31,6 +31,6 @@
"jest-allure2-adapter": "^0.3.12",
"jest-environment-jsdom": "^29.7.0",
"postgres": "^3.0.5",
"typescript": "^5.4.3"
"typescript": "^5.5.0"
}
}