Skip to content

Commit

Permalink
Bump the frontend group in /frontend with 6 updates
Browse files Browse the repository at this point in the history
Bumps the frontend group in /frontend with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [@solidjs/router](https://github.com/solidjs/solid-router) | `0.10.9` | `0.11.0` |
| [solid-js](https://github.com/solidjs/solid) | `1.8.11` | `1.8.12` |
| [@types/crypto-js](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/crypto-js) | `4.2.1` | `4.2.2` |
| [pnpm](https://github.com/pnpm/pnpm) | `8.14.1` | `8.15.1` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.0.11` | `5.0.12` |
| [vite-plugin-solid](https://github.com/solidjs/vite-plugin-solid) | `2.8.0` | `2.9.1` |


Updates `@solidjs/router` from 0.10.9 to 0.11.0
- [Commits](https://github.com/solidjs/solid-router/commits)

Updates `solid-js` from 1.8.11 to 1.8.12
- [Release notes](https://github.com/solidjs/solid/releases)
- [Changelog](https://github.com/solidjs/solid/blob/main/CHANGELOG.md)
- [Commits](https://github.com/solidjs/solid/commits)

Updates `@types/crypto-js` from 4.2.1 to 4.2.2
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/crypto-js)

Updates `pnpm` from 8.14.1 to 8.15.1
- [Release notes](https://github.com/pnpm/pnpm/releases)
- [Commits](pnpm/pnpm@v8.14.1...v8.15.1)

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

Updates `vite-plugin-solid` from 2.8.0 to 2.9.1
- [Release notes](https://github.com/solidjs/vite-plugin-solid/releases)
- [Changelog](https://github.com/solidjs/vite-plugin-solid/blob/master/CHANGELOG.md)
- [Commits](https://github.com/solidjs/vite-plugin-solid/commits)

---
updated-dependencies:
- dependency-name: "@solidjs/router"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontend
- dependency-name: solid-js
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: frontend
- dependency-name: "@types/crypto-js"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: frontend
- dependency-name: pnpm
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: frontend
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: frontend
- dependency-name: vite-plugin-solid
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: frontend
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 1, 2024
1 parent f17a14c commit 58f4fe4
Show file tree
Hide file tree
Showing 2 changed files with 234 additions and 338 deletions.
12 changes: 6 additions & 6 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,18 @@
"node": "20"
},
"devDependencies": {
"@types/crypto-js": "^4.2.1",
"pnpm": "^8.14.1",
"@types/crypto-js": "^4.2.2",
"pnpm": "^8.15.1",
"typescript": "^5.3.3",
"vite": "^5.0.11",
"vite-plugin-solid": "^2.8.0"
"vite": "^5.0.12",
"vite-plugin-solid": "^2.9.1"
},
"dependencies": {
"@solidjs/router": "^0.10.9",
"@solidjs/router": "^0.11.0",
"crypto-js": "^4.2.0",
"linkify-element": "^4.1.3",
"linkifyjs": "^4.1.3",
"mvp.css": "^1.14.0",
"solid-js": "^1.8.11"
"solid-js": "^1.8.12"
}
}
Loading

0 comments on commit 58f4fe4

Please sign in to comment.