Skip to content
Closed
Show file tree
Hide file tree
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
6 changes: 3 additions & 3 deletions output/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@
},
"devDependencies": {
"@playwright/experimental-ct-vue": "1.56.1",
"@vitejs/plugin-vue": "6.0.1",
"@vitejs/plugin-vue": "6.0.2",
"replace-in-file": "8.3.0",
"tsx": "4.21.0",
"typescript": "5.9.3",
"vite": "7.2.6",
"vue": "3.5.24",
"vue-tsc": "3.1.3"
"vue": "3.5.25",
"vue-tsc": "3.1.5"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
Expand Down
419 changes: 239 additions & 180 deletions package-lock.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,11 @@
"@angular/ssr": "20.3.13",
"@axe-core/playwright": "4.11.0",
"@babel/eslint-parser": "7.28.5",
"@changesets/cli": "2.29.7",
"@changesets/cli": "2.29.8",
"@changesets/types": "6.1.0",
"@commitlint/cli": "20.1.0",
"@commitlint/config-conventional": "20.0.0",
"@db-ux/db-theme": "5.2.1",
"@db-ux/db-theme": "5.2.2",
"@double-great/stylelint-a11y": "3.4.1",
"@guidepup/guidepup": "0.24.0",
"@guidepup/playwright": "0.14.2",
Expand All @@ -128,7 +128,7 @@
"http-server": "14.1.1",
"husky": "9.1.7",
"jscpd": "4.0.5",
"lint-staged": "16.2.6",
"lint-staged": "16.2.7",
"markdownlint-cli": "0.46.0",
"ng-packagr": "20.3.2",
"npm-package-json-lint": "9.0.0",
Expand All @@ -142,7 +142,7 @@
"prettier-plugin-pkg": "0.21.2",
"publint": "0.3.15",
"replace-in-file": "8.3.0",
"rimraf": "6.1.0",
"rimraf": "6.1.2",
"rxjs": "7.8.2",
"stylelint": "16.26.1",
"stylelint-config-standard-scss": "16.0.0",
Expand Down
2 changes: 1 addition & 1 deletion scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
"replace-in-file": "8.3.0",
"sassdoc": "2.7.4",
"tar": "7.5.2",
"typedoc": "0.28.14",
"typedoc": "0.28.15",
"typedoc-plugin-markdown": "4.6.4",
"typedoc-plugin-merge-modules": "7.0.0",
"vitest": "3.2.4"
Expand Down
2 changes: 1 addition & 1 deletion showcases/angular-ssr-showcase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"devDependencies": {
"@types/express": "5.0.5",
"@types/node": "24.10.0",
"@types/node": "24.10.1",
"cpr": "3.0.1",
"typescript": "5.9.3"
}
Expand Down
2 changes: 1 addition & 1 deletion showcases/next-showcase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"react-dom": "18.3.1"
},
"devDependencies": {
"@types/node": "24.10.0",
"@types/node": "24.10.1",
"@types/react": "18.3.13",
"npm-run-all2": "8.0.4",
"open-cli": "8.0.0",
Expand Down
2 changes: 1 addition & 1 deletion showcases/nuxt-showcase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"dependencies": {
"nuxt": "4.1.3",
"vue": "3.5.24",
"vue": "3.5.25",
"vue-router": "4.6.3"
}
}
2 changes: 1 addition & 1 deletion showcases/patternhub/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@mdx-js/react": "3.1.1",
"@next/mdx": "16.0.7",
"@types/dompurify": "3.2.0",
"@types/node": "24.10.0",
"@types/node": "24.10.1",
"@types/react": "18.3.13",
"@types/react-dom": "18.3.1",
"esbuild": "0.25.12",
Expand Down
2 changes: 1 addition & 1 deletion showcases/react-showcase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"dependencies": {
"react": "18.3.1",
"react-dom": "18.3.1",
"react-router-dom": "7.9.5",
"react-router-dom": "7.9.6",
"sa11y": "4.3.5"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions showcases/vue-showcase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
},
"dependencies": {
"sa11y": "4.3.5",
"vue": "3.5.24",
"vue": "3.5.25",
"vue-router": "4.6.3"
},
"devDependencies": {
"@vitejs/plugin-vue": "6.0.1",
"@vitejs/plugin-vue": "6.0.2",
"cross-env": "10.1.0",
"typescript": "5.9.3",
"vite": "7.2.6",
"vue-tsc": "3.1.3"
"vue-tsc": "3.1.5"
}
}
8 changes: 4 additions & 4 deletions storybooks/vue-storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,22 @@
"storybook": "storybook dev -p 6007"
},
"dependencies": {
"vue": "3.5.24"
"vue": "3.5.25"
},
"devDependencies": {
"@chromatic-com/storybook": "4.1.2",
"@chromatic-com/storybook": "4.1.3",
"@storybook/addon-a11y": "9.1.13",
"@storybook/addon-docs": "9.1.13",
"@storybook/addon-vitest": "9.1.13",
"@storybook/vue3-vite": "9.1.13",
"@vitejs/plugin-vue": "6.0.1",
"@vitejs/plugin-vue": "6.0.2",
"@vitest/browser": "4.0.14",
"@vitest/coverage-v8": "4.0.14",
"@vue/tsconfig": "0.8.1",
"eslint-plugin-storybook": "10.1.2",
"storybook": "9.1.13",
"typescript": "~5.9.3",
"vite": "7.2.6",
"vue-tsc": "3.1.3"
"vue-tsc": "3.1.5"
}
}
Loading