Skip to content

Commit

Permalink
deps(dev): Bump the dev-dependencies group with 5 updates
Browse files Browse the repository at this point in the history
Bumps the dev-dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [@rollup/wasm-node](https://github.com/rollup/rollup) | `4.9.0` | `4.9.1` |
| [eslint](https://github.com/eslint/eslint) | `8.55.0` | `8.56.0` |
| [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `18.2.17` | `18.2.18` |
| [postcss](https://github.com/postcss/postcss) | `8.4.31` | `8.4.32` |
| [tailwindcss](https://github.com/tailwindlabs/tailwindcss) | `3.3.6` | `3.4.0` |


Updates `@rollup/wasm-node` from 4.9.0 to 4.9.1
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.9.0...v4.9.1)

Updates `eslint` from 8.55.0 to 8.56.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.55.0...v8.56.0)

Updates `@types/react-dom` from 18.2.17 to 18.2.18
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)

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

Updates `tailwindcss` from 3.3.6 to 3.4.0
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md)
- [Commits](tailwindlabs/tailwindcss@v3.3.6...v3.4.0)

---
updated-dependencies:
- dependency-name: "@rollup/wasm-node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@types/react-dom"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: postcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: tailwindcss
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 21, 2023
1 parent cfc382a commit bc77394
Show file tree
Hide file tree
Showing 13 changed files with 126 additions and 44 deletions.
2 changes: 1 addition & 1 deletion analyze/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@arcjet/rollup-config": "1.0.0-alpha.6",
"@arcjet/tsconfig": "1.0.0-alpha.6",
"@jest/globals": "29.7.0",
"@rollup/wasm-node": "4.9.0",
"@rollup/wasm-node": "4.9.1",
"@types/node": "18.18.0",
"jest": "29.7.0",
"typescript": "5.3.3"
Expand Down
2 changes: 1 addition & 1 deletion arcjet-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@arcjet/tsconfig": "1.0.0-alpha.6",
"@jest/globals": "29.7.0",
"@types/node": "18.18.0",
"@rollup/wasm-node": "4.9.0",
"@rollup/wasm-node": "4.9.1",
"jest": "29.7.0",
"typescript": "5.3.3"
},
Expand Down
2 changes: 1 addition & 1 deletion arcjet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@arcjet/tsconfig": "1.0.0-alpha.6",
"@edge-runtime/jest-environment": "2.3.7",
"@jest/globals": "29.7.0",
"@rollup/wasm-node": "4.9.0",
"@rollup/wasm-node": "4.9.1",
"@types/node": "18.18.0",
"jest": "29.7.0",
"typescript": "5.3.3"
Expand Down
2 changes: 1 addition & 1 deletion eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"eslint": "^8"
},
"devDependencies": {
"eslint": "8.55.0"
"eslint": "8.56.0"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion examples/nextjs-13-pages-wrap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"tailwindcss": "^3.4.0",
"eslint": "^8",
"eslint-config-next": "14.0.4"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/nextjs-14-app-dir-rl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"tailwindcss": "^3.4.0",
"eslint": "^8",
"eslint-config-next": "14.0.4"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/nextjs-14-app-dir-validate-email/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"tailwindcss": "^3.4.0",
"eslint": "^8",
"eslint-config-next": "14.0.4"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/nextjs-14-pages-wrap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"tailwindcss": "^3.4.0",
"eslint": "^8",
"eslint-config-next": "14.0.4"
}
Expand Down
2 changes: 1 addition & 1 deletion ip/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@arcjet/rollup-config": "1.0.0-alpha.6",
"@arcjet/tsconfig": "1.0.0-alpha.6",
"@jest/globals": "29.7.0",
"@rollup/wasm-node": "4.9.0",
"@rollup/wasm-node": "4.9.1",
"@types/node": "18.18.0",
"jest": "29.7.0",
"typescript": "5.3.3"
Expand Down
2 changes: 1 addition & 1 deletion logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@arcjet/rollup-config": "1.0.0-alpha.6",
"@arcjet/tsconfig": "1.0.0-alpha.6",
"@jest/globals": "29.7.0",
"@rollup/wasm-node": "4.9.0",
"@rollup/wasm-node": "4.9.1",
"@types/node": "18.18.0",
"jest": "29.7.0",
"typescript": "5.3.3"
Expand Down
146 changes: 114 additions & 32 deletions package-lock.json

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

Loading

0 comments on commit bc77394

Please sign in to comment.