Skip to content

Commit

Permalink
chore(deps): Bump the build-tools group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the build-tools group with 3 updates: [@vitejs/plugin-vue](https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue), [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) and [postcss](https://github.com/postcss/postcss).


Updates `@vitejs/plugin-vue` from 5.0.5 to 5.1.0
- [Release notes](https://github.com/vitejs/vite-plugin-vue/releases)
- [Changelog](https://github.com/vitejs/vite-plugin-vue/blob/main/packages/plugin-vue/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite-plugin-vue/commits/[email protected]/packages/plugin-vue)

Updates `vite` from 5.3.4 to 5.3.5
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.3.5/packages/vite)

Updates `postcss` from 8.4.39 to 8.4.40
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.4.39...8.4.40)

---
updated-dependencies:
- dependency-name: "@vitejs/plugin-vue"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: build-tools
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: build-tools
- dependency-name: postcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: build-tools
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 25, 2024
1 parent 78c33bc commit 2c97d03
Show file tree
Hide file tree
Showing 5 changed files with 125 additions and 155 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^7.17.0",
"@typescript-eslint/parser": "^7.17.0",
"@vitejs/plugin-vue": "^5.0.5",
"@vitejs/plugin-vue": "^5.1.0",
"@vitest/browser": "^2.0.4",
"@vitest/ui": "^2.0.4",
"eslint": "^8.57.0",
Expand All @@ -43,7 +43,7 @@
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.5",
"typescript-eslint": "^7.17.0",
"vite": "^5.3.4",
"vite": "^5.3.5",
"vitest": "^2.0.4",
"vue": "^3.4.34"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/darkroom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,14 @@
"playwright": "^1.45.3",
"rimraf": "^6.0.1",
"typescript": "^5.5.4",
"vite": "^5.3.4",
"vite": "^5.3.5",
"vite-plugin-dts": "^3.9.1",
"vitest": "^2.0.4"
},
"optionalDependencies": {
"@codemirror/lang-javascript": "^6.2.2",
"@types/node": "^20.14.11",
"@vitejs/plugin-vue": "^5.0.4",
"@vitejs/plugin-vue": "^5.1.0",
"@vue/tsconfig": "^0.5.1",
"@vueuse/core": "^10.11.0",
"@vueuse/rxjs": "^10.11.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/safelight/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,21 +54,21 @@
"@types/luxon": "^3.4.2",
"@types/node": "^20.14.11",
"@types/uuid": "^10.0.0",
"@vitejs/plugin-vue": "^5.0.5",
"@vitejs/plugin-vue": "^5.1.0",
"@vue/tsconfig": "^0.5.1",
"autoprefixer": "^10.4.19",
"browserslist": "^4.23.2",
"glob": "^11.0.0",
"lightningcss": "^1.25.1",
"postcss": "^8.4.39",
"postcss": "^8.4.40",
"rollup-plugin-visualizer": "^5.12.0",
"sass": "^1.77.8",
"strip-ansi": "^7.1.0",
"tailwindcss": "^3.4.6",
"tsx": "^4.16.2",
"typescript": "^5.5.4",
"unplugin-vue-router": "^0.10.1",
"vite": "^5.3.4",
"vite": "^5.3.5",
"vite-plugin-mkcert": "^1.17.5",
"vue-tsc": "^2.0.29"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/timeline/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@
},
"devDependencies": {
"@types/node": "^20.14.11",
"@vitejs/plugin-vue": "^5.0.5",
"@vitejs/plugin-vue": "^5.1.0",
"@vue/test-utils": "^2.4.5",
"@vue/tsconfig": "^0.5.1",
"happy-dom": "^14.12.3",
"typescript": "^5.5.4",
"vite": "^5.3.4",
"vite": "^5.3.5",
"vitest": "^2.0.4",
"vue-tsc": "^2.0.29"
}
Expand Down
Loading

0 comments on commit 2c97d03

Please sign in to comment.