Skip to content

Commit a3fc6ae

Browse files
Bump the packages group with 7 updates (#85)
Bumps the packages group with 7 updates: | Package | From | To | | --- | --- | --- | | [@solid-primitives/storage](https://github.com/solidjs-community/solid-primitives) | `4.3.0` | `4.3.1` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.10.7` | `22.10.10` | | [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) | `3.4.17` | `4.0.0` | | [chokidar](https://github.com/paulmillr/chokidar) | `3.6.0` | `4.0.0` | | [electron-to-chromium](https://github.com/kilian/electron-to-chromium) | `1.5.84` | `1.5.87` | | [is-async-function](https://github.com/inspect-js/is-async-function) | `2.1.0` | `2.1.1` | | [readdirp](https://github.com/paulmillr/readdirp) | `3.6.0` | `4.1.1` | Updates `@solid-primitives/storage` from 4.3.0 to 4.3.1 - [Release notes](https://github.com/solidjs-community/solid-primitives/releases) - [Commits](https://github.com/solidjs-community/solid-primitives/compare/@solid-primitives/storage@4.3.0...@solid-primitives/storage@4.3.1) Updates `@types/node` from 22.10.7 to 22.10.10 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `tailwindcss` from 3.4.17 to 4.0.0 - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/next/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.0.0/packages/tailwindcss) Updates `chokidar` from 3.6.0 to 4.0.0 - [Release notes](https://github.com/paulmillr/chokidar/releases) - [Commits](paulmillr/chokidar@3.6.0...4.0.0) Updates `electron-to-chromium` from 1.5.84 to 1.5.87 - [Changelog](https://github.com/Kilian/electron-to-chromium/blob/master/CHANGELOG.md) - [Commits](Kilian/electron-to-chromium@v1.5.84...v1.5.87) Updates `is-async-function` from 2.1.0 to 2.1.1 - [Changelog](https://github.com/inspect-js/is-async-function/blob/main/CHANGELOG.md) - [Commits](inspect-js/is-async-function@v2.1.0...v2.1.1) Updates `readdirp` from 3.6.0 to 4.1.1 - [Release notes](https://github.com/paulmillr/readdirp/releases) - [Commits](paulmillr/readdirp@3.6.0...4.1.1) --- updated-dependencies: - dependency-name: "@solid-primitives/storage" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: packages - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: packages - dependency-name: tailwindcss dependency-type: direct:development update-type: version-update:semver-major dependency-group: packages - dependency-name: chokidar dependency-type: indirect update-type: version-update:semver-major dependency-group: packages - dependency-name: electron-to-chromium dependency-type: indirect update-type: version-update:semver-patch dependency-group: packages - dependency-name: is-async-function dependency-type: indirect update-type: version-update:semver-patch dependency-group: packages - dependency-name: readdirp dependency-type: indirect update-type: version-update:semver-major dependency-group: packages ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fc9a965 commit a3fc6ae

2 files changed

Lines changed: 49 additions & 334 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@stylistic/eslint-plugin-jsx": "^2.13.0",
2020
"@stylistic/eslint-plugin-plus": "^2.13.0",
2121
"@stylistic/eslint-plugin-ts": "^2.13.0",
22-
"@types/node": "^22.10.7",
22+
"@types/node": "^22.10.10",
2323
"autoprefixer": "^10.4.20",
2424
"dotenv": "^16.4.7",
2525
"eslint": "^9.18.0",
@@ -30,7 +30,7 @@
3030
"eslint-plugin-solid": "^0.14.5",
3131
"pnpm": "^10.0.0",
3232
"postcss": "^8.5.1",
33-
"tailwindcss": "3.4.17",
33+
"tailwindcss": "4.0.0",
3434
"typescript": "^5.7.3",
3535
"typescript-eslint": "^8.21.0",
3636
"vercel": "^39.3.0",
@@ -41,7 +41,7 @@
4141
"dependencies": {
4242
"@octokit/core": "^6.1.3",
4343
"@octokit/plugin-paginate-rest": "^11.4.0",
44-
"@solid-primitives/storage": "^4.3.0",
44+
"@solid-primitives/storage": "^4.3.1",
4545
"@vercel/functions": "^1.5.2",
4646
"cookie": "^1.0.2",
4747
"solid-js": "^1.9.4"

0 commit comments

Comments
 (0)