Skip to content

Commit 1a21764

Browse files
authored
Merge pull request #89 from lazercaveman/update-v1.0.12
Update v1.0.12
2 parents 6a25b7d + 6d743c0 commit 1a21764

File tree

7 files changed

+1324
-1526
lines changed

7 files changed

+1324
-1526
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22.16.0
1+
24.11.0

.yarn/install-state.gz

-45.6 KB
Binary file not shown.

.yarn/releases/yarn-4.9.2.cjs renamed to .yarn/releases/yarn-4.10.3.cjs

Lines changed: 355 additions & 355 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ enableGlobalCache: false
44

55
nodeLinker: node-modules
66

7-
yarnPath: .yarn/releases/yarn-4.9.2.cjs
7+
yarnPath: .yarn/releases/yarn-4.10.3.cjs

eslint.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { globalIgnores } from 'eslint/config'
22
import { defineConfigWithVueTs, vueTsConfigs } from '@vue/eslint-config-typescript'
33
import pluginVue from 'eslint-plugin-vue'
44
import pluginVitest from '@vitest/eslint-plugin'
5-
import pluginOxlint from 'eslint-plugin-oxlint'
5+
// import oxlint from 'eslint-plugin-oxlint';
66

77
export default defineConfigWithVueTs(
88
{
@@ -28,7 +28,7 @@ export default defineConfigWithVueTs(
2828
files: ['src/**/__tests__/*'],
2929
},
3030

31-
...pluginOxlint.configs['flat/recommended'],
31+
// ...oxlint.configs['flat/recommended'],
3232

3333
{
3434
rules: {

package.json

Lines changed: 23 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -25,37 +25,41 @@
2525
"vue-router": "4.6.3"
2626
},
2727
"devDependencies": {
28-
"@storybook/addon-a11y": "^9.1.13",
29-
"@storybook/addon-docs": "^9.1.13",
30-
"@storybook/vue3-vite": "^9.1.13",
31-
"@tailwindcss/vite": "^4.1.14",
28+
"@storybook/addon-a11y": "^10.0.2",
29+
"@storybook/addon-docs": "^10.0.2",
30+
"@storybook/vue3-vite": "^10.0.2",
31+
"@tailwindcss/vite": "^4.1.16",
3232
"@tsconfig/node22": "^22.0.2",
3333
"@types/jsdom": "^27.0.0",
34-
"@types/node": "^24.8.1",
34+
"@types/node": "^24.9.2",
3535
"@vitejs/plugin-vue": "^6.0.1",
36-
"@vitest/coverage-v8": "3.2.4",
37-
"@vitest/eslint-plugin": "^1.3.23",
38-
"@vitest/ui": "^3.2.4",
36+
"@vitest/coverage-v8": "4.0.5",
37+
"@vitest/eslint-plugin": "^1.4.0",
38+
"@vitest/ui": "^4.0.5",
3939
"@vue/eslint-config-typescript": "^14.6.0",
4040
"@vue/test-utils": "^2.4.6",
4141
"@vue/tsconfig": "^0.8.1",
4242
"eslint": "^9.38.0",
43-
"eslint-plugin-oxlint": "~1.23.0",
44-
"eslint-plugin-storybook": "^9.1.13",
43+
"eslint-plugin-oxlint": "~1.25.0",
44+
"eslint-plugin-storybook": "^10.0.2",
4545
"eslint-plugin-vue": "~10.5.1",
4646
"husky": "^9.1.7",
4747
"jiti": "^2.6.1",
48-
"jsdom": "^27.0.1",
48+
"jsdom": "^27.1.0",
4949
"npm-run-all2": "^8.0.4",
50-
"oxlint": "~1.23.0",
51-
"storybook": "^9.1.13",
52-
"tailwindcss": "^4.1.14",
50+
"oxlint": "~1.25.0",
51+
"storybook": "^10.0.2",
52+
"tailwindcss": "^4.1.16",
5353
"typescript": "~5.9.3",
54-
"unplugin-vue-router": "^0.16.0",
55-
"vite": "^7.1.11",
54+
"unplugin-vue-router": "^0.16.1",
55+
"vite": "^7.1.12",
5656
"vite-plugin-vue-devtools": "^8.0.3",
57-
"vitest": "^3.2.4",
58-
"vue-tsc": "^3.1.1"
57+
"vitest": "^4.0.5",
58+
"vue-tsc": "^3.1.2"
5959
},
60-
"packageManager": "yarn@4.9.2"
60+
"volta": {
61+
"node": "24.11.0",
62+
"yarn": "4.10.3"
63+
},
64+
"packageManager": "yarn@4.10.3"
6165
}

0 commit comments

Comments
 (0)