Skip to content

Commit

Permalink
Merge branch 'main' into chore-config-optimization
Browse files Browse the repository at this point in the history
  • Loading branch information
nmerget authored Jul 26, 2024
2 parents 28af343 + cb87d79 commit 6459308
Show file tree
Hide file tree
Showing 6 changed files with 39 additions and 39 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
64 changes: 32 additions & 32 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 6459308

Please sign in to comment.