Skip to content

Commit

Permalink
Merge branch 'main' into refactor-group-config-files
Browse files Browse the repository at this point in the history
  • Loading branch information
mfranzke authored Jul 26, 2024
2 parents 93d1e8d + 29c5399 commit fe7c95f
Show file tree
Hide file tree
Showing 6 changed files with 44 additions and 44 deletions.
4 changes: 2 additions & 2 deletions output/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
"replace-in-file": "^8.1.0",
"tsx": "^4.16.2",
"typescript": "^5.4.5",
"vite": "^5.3.4",
"vue-tsc": "^2.0.28"
"vite": "^5.3.5",
"vue-tsc": "^2.0.29"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
Expand Down
72 changes: 36 additions & 36 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@commitlint/config-conventional": "19.2.2",
"@double-great/stylelint-a11y": "3.0.2",
"@guidepup/guidepup": "0.22.3",
"@guidepup/playwright": "^0.13.2",
"@guidepup/playwright": "^0.14.0",
"@playwright/test": "1.45.3",
"@types/fs-extra": "^11.0.4",
"accessibility-checker": "^3.1.71",
Expand All @@ -63,7 +63,7 @@
"fs-extra": "^11.2.0",
"glob": "^11.0.0",
"http-server": "14.1.1",
"husky": "9.1.1",
"husky": "9.1.2",
"jscpd": "^4.0.5",
"lint-staged": "^15.2.7",
"markdownlint-cli": "^0.41.0",
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.1",
"cross-env": "^7.0.3",
"typescript": "^5.4.5",
"vite": "^5.3.4"
"vite": "^5.3.5"
}
}
2 changes: 1 addition & 1 deletion showcases/vanilla-showcase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"devDependencies": {
"cpr": "3.0.1",
"npm-run-all": "4.1.5",
"vite": "^5.3.4"
"vite": "^5.3.5"
}
}
4 changes: 2 additions & 2 deletions 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.1.0",
"cross-env": "^7.0.3",
"typescript": "^5.4.5",
"vite": "^5.3.4",
"vue-tsc": "^2.0.28"
"vite": "^5.3.5",
"vue-tsc": "^2.0.29"
}
}

0 comments on commit fe7c95f

Please sign in to comment.