Update some dependencies to get esbuild to use go 1.25.7

Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
Émile Ré
2026-02-11 17:35:42 +04:00
parent 2a36a3cfba
commit bb4721a691
5 changed files with 541 additions and 4457 deletions

View File

@@ -55,6 +55,6 @@
"relay-compiler": "^19.0.0", "relay-compiler": "^19.0.0",
"tailwindcss": "^4.1.7", "tailwindcss": "^4.1.7",
"typescript": "~5.8.3", "typescript": "~5.8.3",
"vite": "^6.4.1" "vite": "^7.3.1"
} }
} }

View File

@@ -46,7 +46,7 @@
"relay-compiler": "^19.0.0", "relay-compiler": "^19.0.0",
"tailwindcss": "^4.1.7", "tailwindcss": "^4.1.7",
"typescript": "~5.8.3", "typescript": "~5.8.3",
"vite": "^6.4.1" "vite": "^7.3.1"
}, },
"volta": { "volta": {
"node": "24.4.0" "node": "24.4.0"

4979
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -14,11 +14,9 @@
"react-dom": "^19.0.0" "react-dom": "^19.0.0"
}, },
"devDependencies": { "devDependencies": {
"@react-email/preview-server": "^5.2.8",
"@types/node": "^22.10.7", "@types/node": "^22.10.7",
"@types/react": "^19.0.6", "@types/react": "^19.0.6",
"react-email": "^5.2.8", "tsx": "^4.21.0",
"tsx": "^4.19.2",
"typescript": "^5.7.3" "typescript": "^5.7.3"
} }
} }

View File

@@ -6,7 +6,6 @@
"main": "src/index.ts", "main": "src/index.ts",
"scripts": { "scripts": {
"lint": "eslint . --concurrency 2", "lint": "eslint . --concurrency 2",
"dev": "storybook dev -p 6006 --no-open",
"check": "tsc --noEmit -p tsconfig.app.json", "check": "tsc --noEmit -p tsconfig.app.json",
"icons": "bun run src/Atoms/Icons/generator.ts" "icons": "bun run src/Atoms/Icons/generator.ts"
}, },
@@ -36,15 +35,8 @@
"zustand": "^5.0.4" "zustand": "^5.0.4"
}, },
"devDependencies": { "devDependencies": {
"@chromatic-com/storybook": "^3.2.6",
"@probo/eslint-config": "1.0.0", "@probo/eslint-config": "1.0.0",
"@rollup/pluginutils": "^5.1.4", "@rollup/pluginutils": "^5.1.4",
"@storybook/addon-essentials": "^8.6.13",
"@storybook/blocks": "^8.6.13",
"@storybook/experimental-addon-test": "^8.6.13",
"@storybook/react": "^8.6.13",
"@storybook/react-vite": "^8.6.13",
"@storybook/test": "^8.6.13",
"@tailwindcss/typography": "^0.5.16", "@tailwindcss/typography": "^0.5.16",
"@tailwindcss/vite": "^4.1.17", "@tailwindcss/vite": "^4.1.17",
"@types/react": "^19.1.2", "@types/react": "^19.1.2",
@@ -58,9 +50,8 @@
"react-docgen": "^7.1.1", "react-docgen": "^7.1.1",
"react-dom": "^19.1.0", "react-dom": "^19.1.0",
"react-router": "^7.12.0", "react-router": "^7.12.0",
"storybook": "^8.6.15",
"typescript": "~5.8.3", "typescript": "~5.8.3",
"vite": "^6.4.1", "vite": "^7.3.1",
"vitest": "^3.1.3" "vitest": "^3.1.3"
}, },
"peerDependencies": { "peerDependencies": {