mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-11-10 01:20:47 +03:00
59e71cff66
Bumps the npm-updates group with 8 updates: | Package | From | To | | --- | --- | --- | | [openai](https://github.com/openai/openai-node) | `4.31.0` | `4.33.0` | | [@codemirror/legacy-modes](https://github.com/codemirror/legacy-modes) | `6.3.3` | `6.4.0` | | [@octokit/rest](https://github.com/octokit/rest.js) | `20.0.2` | `20.1.0` | | [eslint-plugin-svelte](https://github.com/sveltejs/eslint-plugin-svelte) | `2.35.1` | `2.36.0` | | [nanoid](https://github.com/ai/nanoid) | `5.0.6` | `5.0.7` | | [posthog-js](https://github.com/PostHog/posthog-js) | `1.116.6` | `1.120.2` | | [svelte-check](https://github.com/sveltejs/language-tools) | `3.6.8` | `3.6.9` | | [typescript](https://github.com/Microsoft/TypeScript) | `5.4.3` | `5.4.4` | Updates `openai` from 4.31.0 to 4.33.0 - [Release notes](https://github.com/openai/openai-node/releases) - [Changelog](https://github.com/openai/openai-node/blob/master/CHANGELOG.md) - [Commits](https://github.com/openai/openai-node/compare/v4.31.0...v4.33.0) Updates `@codemirror/legacy-modes` from 6.3.3 to 6.4.0 - [Changelog](https://github.com/codemirror/legacy-modes/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/legacy-modes/compare/6.3.3...6.4.0) Updates `@octokit/rest` from 20.0.2 to 20.1.0 - [Release notes](https://github.com/octokit/rest.js/releases) - [Commits](https://github.com/octokit/rest.js/compare/v20.0.2...v20.1.0) Updates `eslint-plugin-svelte` from 2.35.1 to 2.36.0 - [Release notes](https://github.com/sveltejs/eslint-plugin-svelte/releases) - [Changelog](https://github.com/sveltejs/eslint-plugin-svelte/blob/main/CHANGELOG.md) - [Commits](https://github.com/sveltejs/eslint-plugin-svelte/compare/v2.35.1...v2.36.0) Updates `nanoid` from 5.0.6 to 5.0.7 - [Release notes](https://github.com/ai/nanoid/releases) - [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md) - [Commits](https://github.com/ai/nanoid/compare/5.0.6...5.0.7) Updates `posthog-js` from 1.116.6 to 1.120.2 - [Release notes](https://github.com/PostHog/posthog-js/releases) - [Changelog](https://github.com/PostHog/posthog-js/blob/main/CHANGELOG.md) - [Commits](https://github.com/PostHog/posthog-js/compare/v1.116.6...v1.120.2) Updates `svelte-check` from 3.6.8 to 3.6.9 - [Release notes](https://github.com/sveltejs/language-tools/releases) - [Commits](https://github.com/sveltejs/language-tools/compare/svelte-check-3.6.8...svelte-check-3.6.9) Updates `typescript` from 5.4.3 to 5.4.4 - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](https://github.com/Microsoft/TypeScript/compare/v5.4.3...v5.4.4) --- updated-dependencies: - dependency-name: openai dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-updates - dependency-name: "@codemirror/legacy-modes" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-updates - dependency-name: "@octokit/rest" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-updates - dependency-name: eslint-plugin-svelte dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-updates - dependency-name: nanoid dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-updates - dependency-name: posthog-js dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-updates - dependency-name: svelte-check dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-updates - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-updates ... Signed-off-by: dependabot[bot] <support@github.com>
101 lines
3.1 KiB
JSON
101 lines
3.1 KiB
JSON
{
|
|
"name": "@gitbutler/ui",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite dev",
|
|
"test": "vitest run --mode development",
|
|
"test:watch": "vitest --watch --mode development",
|
|
"build:development": "vite build --mode development",
|
|
"build:nightly": "vite build --mode nightly",
|
|
"build": "vite build",
|
|
"check": "svelte-check --tsconfig ./tsconfig.json",
|
|
"check:watch": "pnpm check --watch",
|
|
"lint": "prettier --no-editorconfig --check . && eslint .",
|
|
"format": "prettier --no-editorconfig --write .",
|
|
"fix": "eslint --fix .",
|
|
"tauri": "tauri",
|
|
"prepare": "svelte-kit sync"
|
|
},
|
|
"devDependencies": {
|
|
"@codemirror/lang-cpp": "^6.0.2",
|
|
"@codemirror/lang-css": "^6.2.1",
|
|
"@codemirror/lang-html": "^6.4.8",
|
|
"@codemirror/lang-java": "^6.0.1",
|
|
"@codemirror/lang-javascript": "^6.2.2",
|
|
"@codemirror/lang-json": "^6.0.1",
|
|
"@codemirror/lang-markdown": "^6.2.4",
|
|
"@codemirror/lang-php": "^6.0.1",
|
|
"@codemirror/lang-python": "^6.1.5",
|
|
"@codemirror/lang-rust": "^6.0.1",
|
|
"@codemirror/lang-vue": "^0.1.3",
|
|
"@codemirror/lang-wast": "^6.0.2",
|
|
"@codemirror/lang-xml": "^6.1.0",
|
|
"@codemirror/language": "^6.10.1",
|
|
"@codemirror/legacy-modes": "^6.4.0",
|
|
"@codemirror/state": "^6.4.1",
|
|
"@codemirror/view": "^6.26.1",
|
|
"@lezer/common": "^1.2.1",
|
|
"@lezer/highlight": "^1.2.0",
|
|
"@octokit/rest": "^20.1.0",
|
|
"@replit/codemirror-lang-svelte": "^6.0.0",
|
|
"@sentry/sveltekit": "^7.109.0",
|
|
"@sveltejs/adapter-static": "^2.0.3",
|
|
"@sveltejs/kit": "^1.30.4",
|
|
"@tauri-apps/api": "^1.5.3",
|
|
"@types/crypto-js": "^4.2.2",
|
|
"@types/diff": "^5.0.9",
|
|
"@types/diff-match-patch": "^1.0.36",
|
|
"@types/lscache": "^1.3.4",
|
|
"@types/marked": "^5.0.2",
|
|
"@typescript-eslint/eslint-plugin": "^7.5.0",
|
|
"@typescript-eslint/parser": "^7.5.0",
|
|
"autoprefixer": "^10.4.19",
|
|
"class-transformer": "^0.5.1",
|
|
"crypto-js": "^4.2.0",
|
|
"date-fns": "^2.30.0",
|
|
"diff-match-patch": "^1.0.5",
|
|
"eslint": "^8.57.0",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"eslint-import-resolver-typescript": "^3.6.1",
|
|
"eslint-plugin-import": "^2.29.1",
|
|
"eslint-plugin-square-svelte-store": "^1.0.0",
|
|
"eslint-plugin-svelte": "^2.36.0",
|
|
"inter-ui": "^4.0.2",
|
|
"leven": "^4.0.0",
|
|
"lscache": "^1.3.2",
|
|
"marked": "^10.0.0",
|
|
"mm-jsr": "^3.0.2",
|
|
"nanoevents": "^9.0.0",
|
|
"nanoid": "^5.0.7",
|
|
"postcss": "^8.4.38",
|
|
"postcss-load-config": "^5.0.3",
|
|
"posthog-js": "1.120.2",
|
|
"prettier": "^3.2.5",
|
|
"prettier-plugin-svelte": "^3.2.2",
|
|
"prettier-plugin-tailwindcss": "^0.5.13",
|
|
"reflect-metadata": "^0.2.2",
|
|
"rxjs": "^7.8.1",
|
|
"svelte": "^4.2.12",
|
|
"svelte-check": "^3.6.9",
|
|
"svelte-floating-ui": "^1.5.8",
|
|
"svelte-french-toast": "^1.2.0",
|
|
"svelte-loadable-store": "^2.0.1",
|
|
"svelte-outclick": "^3.7.1",
|
|
"svelte-resize-observer": "^2.0.0",
|
|
"tailwindcss": "^3.4.3",
|
|
"tauri-plugin-context-menu": "^0.7.0",
|
|
"tauri-plugin-log-api": "github:tauri-apps/tauri-plugin-log#v1",
|
|
"tauri-plugin-store-api": "github:tauri-apps/tauri-plugin-store#v1",
|
|
"tinykeys": "^2.1.0",
|
|
"tslib": "^2.6.2",
|
|
"typescript": "^5.4.4",
|
|
"vite": "^4.5.3",
|
|
"vitest": "^0.34.6"
|
|
},
|
|
"dependencies": {
|
|
"openai": "^4.33.0"
|
|
}
|
|
}
|