94a0369837
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [typescript](https://www.typescriptlang.org/) ([source](https://github.com/microsoft/TypeScript)) | [`5.9.3` → `6.0.2`](https://renovatebot.com/diffs/npm/typescript/5.9.3/6.0.2) |  |  | --- ### Release Notes <details> <summary>microsoft/TypeScript (typescript)</summary> ### [`v6.0.2`](https://github.com/microsoft/TypeScript/releases/tag/v6.0.2): TypeScript 6.0 [Compare Source](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.2) For release notes, check out the [release announcement blog post](https://devblogs.microsoft.com/typescript/announcing-typescript-6-0/). - [fixed issues query for TypeScript 6.0.0 (Beta)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+6.0.0%22). - [fixed issues query for TypeScript 6.0.1 (RC)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+6.0.1%22). - [fixed issues query for TypeScript 6.0.2 (Stable)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+6.0.2%22). Downloads are available on: - [npm](https://www.npmjs.com/package/typescript) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My44Ni4wIiwidXBkYXRlZEluVmVyIjoiNDMuODYuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Reviewed-on: #153 Co-authored-by: Renovate Bot <renovate@unbound.se> Co-committed-by: Renovate Bot <renovate@unbound.se>
65 lines
2.0 KiB
JSON
65 lines
2.0 KiB
JSON
{
|
|
"name": "schemas-app",
|
|
"type": "module",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "nuxt build",
|
|
"dev": "nuxt dev",
|
|
"generate": "nuxt generate",
|
|
"preview": "nuxt preview",
|
|
"postinstall": "nuxt prepare",
|
|
"codegen": "graphql-codegen --config codegen.yml",
|
|
"test": "vitest run",
|
|
"test:watch": "vitest",
|
|
"test:coverage": "vitest run --coverage",
|
|
"lint:js": "eslint .",
|
|
"lint:style": "stylelint \"**/*.{css,scss,sass,html,vue}\" --ignore-path .gitignore",
|
|
"lint": "npm run lint:js && npm run lint:style",
|
|
"lintfix": "eslint --fix . && npm run lint:style --fix"
|
|
},
|
|
"dependencies": {
|
|
"@apollo/client": "3.14.1",
|
|
"@auth0/auth0-vue": "2.5.0",
|
|
"@vue/apollo-composable": "4.2.2",
|
|
"graphql": "16.13.2",
|
|
"graphql-ws": "6.0.8",
|
|
"nuxt": "4.4.2",
|
|
"vue": "3.5.31",
|
|
"vuetify-nuxt-module": "0.19.5"
|
|
},
|
|
"version": "1.0.0",
|
|
"description": "Look at the [Nuxt documentation](https://nuxt.com/docs/getting-started/introduction) to learn more.",
|
|
"main": "index.js",
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@commitlint/cli": "20.5.0",
|
|
"@commitlint/config-conventional": "20.5.0",
|
|
"@graphql-codegen/cli": "6.2.1",
|
|
"@graphql-codegen/typed-document-node": "6.1.7",
|
|
"@graphql-codegen/typescript": "5.0.9",
|
|
"@graphql-codegen/typescript-operations": "5.0.9",
|
|
"@graphql-codegen/typescript-vue-apollo": "5.0.0",
|
|
"@nuxt/devtools": "3.2.4",
|
|
"@nuxt/eslint": "1.15.2",
|
|
"@nuxtjs/stylelint-module": "5.2.1",
|
|
"@stylistic/eslint-plugin": "5.10.0",
|
|
"@vitejs/plugin-vue": "6.0.5",
|
|
"@vitest/coverage-v8": "4.1.2",
|
|
"@vue/test-utils": "2.4.6",
|
|
"eslint": "10.1.0",
|
|
"eslint-plugin-simple-import-sort": "12.1.1",
|
|
"eslint-plugin-vue": "10.8.0",
|
|
"jsdom": "29.0.1",
|
|
"postcss-html": "1.8.1",
|
|
"stylelint": "17.6.0",
|
|
"stylelint-config-recommended-vue": "1.6.1",
|
|
"stylelint-config-standard": "40.0.0",
|
|
"typescript": "6.0.2",
|
|
"typescript-eslint": "8.58.0",
|
|
"vitest": "4.1.2",
|
|
"vue-eslint-parser": "10.4.0"
|
|
}
|
|
}
|