Skip to content

Commit

Permalink
Merge branch 'main' into fix-checkbox
Browse files Browse the repository at this point in the history
  • Loading branch information
nmerget authored Dec 20, 2024
2 parents 1085099 + bb68896 commit af788bf
Show file tree
Hide file tree
Showing 6 changed files with 67 additions and 68 deletions.
2 changes: 1 addition & 1 deletion output/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"replace-in-file": "^8.3.0",
"tsx": "^4.19.2",
"typescript": "^5.4.5",
"vite": "^6.0.3",
"vite": "^6.0.4",
"vue": "^3.5.13",
"vue-tsc": "^2.1.10"
},
Expand Down
121 changes: 60 additions & 61 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/foundations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"nodemon": "3.1.9",
"sass": "1.77.4",
"tsx": "^4.19.2",
"vite": "^6.0.3"
"vite": "^6.0.4"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
Expand Down
6 changes: 3 additions & 3 deletions showcases/patternhub/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@db-ux/core-icons": "0.0.7",
"dompurify": "3.2.3",
"highlight.js": "^11.11.0",
"next": "15.1.1",
"next": "15.1.2",
"react": "18.3.1",
"react-archer": "^4.4.0",
"react-dom": "18.3.1",
Expand All @@ -36,14 +36,14 @@
"devDependencies": {
"@mdx-js/loader": "^3.1.0",
"@mdx-js/react": "^3.1.0",
"@next/mdx": "^15.1.1",
"@next/mdx": "^15.1.2",
"@types/dompurify": "3.2.0",
"@types/node": "22.10.2",
"@types/react": "18.3.13",
"@types/react-dom": "18.3.1",
"esbuild": "0.24.0",
"eslint": "8.57.0",
"eslint-config-next": "15.1.1",
"eslint-config-next": "15.1.2",
"iframe-resizer": "^5.3.2",
"open-cli": "^8.0.0",
"sass": "1.77.4",
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 @@ -27,6 +27,6 @@
"@vitejs/plugin-react": "^4.3.4",
"cross-env": "^7.0.3",
"typescript": "^5.4.5",
"vite": "^6.0.3"
"vite": "^6.0.4"
}
}
2 changes: 1 addition & 1 deletion showcases/vue-showcase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@vitejs/plugin-vue": "^5.2.0",
"cross-env": "^7.0.3",
"typescript": "^5.4.5",
"vite": "^6.0.3",
"vite": "^6.0.4",
"vue-tsc": "^2.1.10"
}
}

0 comments on commit af788bf

Please sign in to comment.