-
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: Update dependencies * Remove dependabot.yml * Update vue snapshot
- Loading branch information
1 parent
e1a7af1
commit f8e9972
Showing
10 changed files
with
485 additions
and
439 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>; | ||
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>; | ||
export default _default; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>; | ||
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>; | ||
export default _default; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,7 +41,7 @@ | |
"bin", | ||
"src" | ||
], | ||
"packageManager": "[email protected].1", | ||
"packageManager": "[email protected].6", | ||
"scripts": { | ||
"preinstall": "node -e \"if(process.env.CI == 'true') {console.log('Skipping preinstall...'); process.exit(1)}\" || npx -y only-allow pnpm", | ||
"test": "pnpm run test:ci", | ||
|
@@ -65,7 +65,7 @@ | |
] | ||
}, | ||
"dependencies": { | ||
"@commitlint/parse": "^18.6.1", | ||
"@commitlint/parse": "^19.0.3", | ||
"chalk": "^5.3.0", | ||
"commander": "^12.0.0", | ||
"current-git-branch": "^1.1.0", | ||
|
@@ -80,22 +80,22 @@ | |
"semver": "^7.6.0", | ||
"stream-to-array": "^2.3.0", | ||
"v8flags": "^4.0.1", | ||
"vite-plugin-dts": "^3.7.2", | ||
"vite-plugin-dts": "^3.8.1", | ||
"vite-plugin-externalize-deps": "^0.8.0", | ||
"vite-tsconfig-paths": "^4.3.1" | ||
"vite-tsconfig-paths": "^4.3.2" | ||
}, | ||
"devDependencies": { | ||
"@arethetypeswrong/cli": "^0.13.10", | ||
"@arethetypeswrong/cli": "^0.15.3", | ||
"@types/current-git-branch": "^1.1.6", | ||
"@types/eslint": "^8.56.2", | ||
"@types/eslint": "^8.56.7", | ||
"@types/git-log-parser": "^1.2.3", | ||
"@types/interpret": "^1.1.3", | ||
"@types/jsonfile": "^6.1.4", | ||
"@types/liftoff": "^4.0.3", | ||
"@types/luxon": "^3.4.2", | ||
"@types/minimist": "^1.2.5", | ||
"@types/node": "^18.19.8", | ||
"@types/semver": "^7.5.7", | ||
"@types/semver": "^7.5.8", | ||
"@types/stream-to-array": "^2.3.3", | ||
"@types/v8flags": "^3.1.3", | ||
"@typescript-eslint/eslint-plugin": "^6.21.0", | ||
|
@@ -105,12 +105,12 @@ | |
"eslint-import-resolver-typescript": "^3.6.1", | ||
"eslint-plugin-import": "^2.29.1", | ||
"jsdom": "^24.0.0", | ||
"nx": "^18.0.4", | ||
"nx": "^18.2.3", | ||
"prettier": "^4.0.0-alpha.8", | ||
"publint": "^0.2.7", | ||
"type-fest": "^4.10.2", | ||
"typescript": "^5.3.3", | ||
"vite": "^5.1.3", | ||
"vitest": "^1.3.0" | ||
"type-fest": "^4.15.0", | ||
"typescript": "^5.4.4", | ||
"vite": "^5.2.8", | ||
"vitest": "^1.4.0" | ||
} | ||
} |
Oops, something went wrong.