Skip to content

Commit

Permalink
deps(dev): Bump the dev-dependencies group with 5 updates (#82)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 21, 2023
1 parent cfc382a commit a67be47
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 a67be47

Please sign in to comment.