Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
60 changes: 30 additions & 30 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"exports": {
"./*.svelte": {
"types": "./dist/*.svelte.d.ts",
"svelte": "./dist/*.svelte"
"svelte": "5.25.12"
},
"./*": {
"types": "./dist/*.d.ts",
Expand All @@ -31,7 +31,7 @@
"homepage": "https://github.com/temporalio/ui/tree/main",
"scripts": {
"prepare": "svelte-kit sync && esno scripts/download-temporal.ts && husky install",
"eslint": "eslint --ignore-path .gitignore .",
"eslint": "8.57.1",
"eslint:fix": "eslint --ignore-path .gitignore --fix .",
"dev": "pnpm dev:ui-server -- --open",
"dev:ui-server": ". ./.env.ui-server && vite dev --mode ui-server",
Expand All @@ -57,7 +57,7 @@
"format": "pnpm prettier:fix; pnpm eslint:fix; pnpm stylelint:fix",
"check": "VITE_TEMPORAL_UI_BUILD_TARGET=local svelte-check --tsconfig ./tsconfig.json",
"check:watch": "VITE_TEMPORAL_UI_BUILD_TARGET=local svelte-check --tsconfig ./tsconfig.json --watch",
"prettier": "prettier --check --plugin prettier-plugin-svelte --plugin prettier-plugin-tailwindcss .",
"prettier": "3.5.3",
"prettier:fix": "prettier --write --plugin prettier-plugin-svelte --plugin prettier-plugin-tailwindcss .",
"preview:local": "VITE_TEMPORAL_UI_BUILD_TARGET=local vite preview",
"preview:docker": "VITE_API=http://localhost:8080 VITE_TEMPORAL_UI_BUILD_TARGET=local vite preview",
Expand All @@ -68,7 +68,7 @@
"stories:dev": "storybook dev -p 6006",
"stories:build": "storybook build",
"stories:test": "test-storybook --index-json",
"stylelint": "stylelint \"src/**/*.{css,postcss,svelte}\"",
"stylelint": "15.11.0"src/**/*.{css,postcss,svelte}\"",
"stylelint:fix": "stylelint --fix \"src/**/*.{css,postcss,svelte}\"",
"generate:locales": "esno scripts/generate-locales.ts",
"workflows": "esno scripts/workflows.ts",
Expand Down Expand Up @@ -129,7 +129,7 @@
"@storybook/addon-svelte-csf": "^5.0.0-next.23",
"@storybook/addon-themes": "^8.6.11",
"@storybook/blocks": "^8.6.11",
"@storybook/icons": "^1.4.0",
"@storybook/icons": "^1.6.0",
"@storybook/svelte": "^8.6.11",
"@storybook/sveltekit": "^8.6.11",
"@storybook/test": "^8.6.11",
Expand Down Expand Up @@ -162,72 +162,72 @@
"autoprefixer": "^10.4.13",
"axe-playwright": "^2.0.3",
"c8": "^7.12.0",
"chalk": "^4.1.2",
"chalk": "^5.6.2",
"cors": "^2.8.5",
"cssnano": "^5.1.14",
"eslint": "^8.47.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-playwright": "^0.15.3",
"eslint-plugin-storybook": "^0.8.0",
"eslint-plugin-svelte": "^2.46.1",
"eslint-plugin-vitest": "^0.2.8",
"eslint-plugin-playwright": "^2.5.1",
"eslint-plugin-storybook": "^10.2.7",
"eslint-plugin-svelte": "^3.14.0",
"eslint-plugin-vitest": "^0.5.4",
"esno": "^0.16.3",
"express": "^4.18.2",
"fast-glob": "^3.3.1",
"fast-glob": "^3.3.3",
"google-protobuf": "^3.21.2",
"husky": "^8.0.3",
"jsdom": "^20.0.3",
"lint-staged": "^13.1.0",
"mkdirp": "^2.1.3",
"node-fetch": "^3.3.0",
"postcss": "^8.4.31",
"postcss-cli": "^9.1.0",
"postcss": "^8.5.6",
"postcss-cli": "^11.0.1",
"postcss-html": "^1.5.0",
"postcss-import": "^14.1.0",
"postcss-load-config": "^3.1.4",
"prettier": "^3.5.1",
"postcss-import": "^16.1.1",
"postcss-load-config": "^6.0.1",
"prettier": "^3.5.3",
"prettier-plugin-svelte": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.5.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rehype-document": "^6.1.0",
"rehype-format": "^4.0.1",
"rehype-stringify": "^9.0.4",
"remark": "^14.0.3",
"remark-gfm": "^3.0.1",
"remark-parse": "^10.0.2",
"remark-toc": "^8.0.1",
"rimraf": "^4.3.1",
"storybook": "^8.6.11",
"stylelint": "^15.10.3",
"stylelint-config-recommended": "^13.0.0",
"stylelint-config-standard": "^34.0.0",
"svelte": "^5.25.5",
"rimraf": "^4.4.1",
"storybook": "^8.6.15",
"stylelint": "^15.11.0",
"stylelint-config-recommended": "^18.0.0",
"stylelint-config-standard": "^40.0.0",
"svelte": "^5.25.12",
"svelte-check": "^4.1.5",
"svelte-eslint-parser": "^0.43.0",
"svelte-eslint-parser": "^1.4.1",
"svelte-highlight": "^7.8.2",
"svelte-loader": "^3.2.4",
"svelte-preprocess": "^6.0.3",
"svelte2tsx": "^0.7.35",
"tailwindcss": "^3.4.1",
"tar-fs": ">=2.1.2",
"tslib": "^2.4.1",
"typescript": "^5.2.2",
"typescript": "^5.9.3",
"unist-util-visit": "^5.0.0",
"vite": "^6.2.4",
"vitest": "^3.1.1",
"vitest": "^3.1.4",
"vitest-localstorage-mock": "^0.1.2",
"wait-port": "^1.0.4",
"webpack": "^5.76.0",
"yargs": "^17.7.2",
"yargs": "^18.0.0",
"zx": "^7.1.1"
},
"peerDependencies": {
"@sveltejs/kit": "^2.20.2",
"date-fns": "2.29.x",
"date-fns-tz": "1.3.x",
"svelte": "^5.25.5"
"svelte": "^5.25.12"
},
"packageManager": "pnpm@8.15.7+sha256.50783dd0fa303852de2dd1557cd4b9f07cb5b018154a6e76d0f40635d6cee019"
}
Loading