Skip to content

Commit

Permalink
chore(deps): update devdependencies (#187)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Bannert <prisis@users.noreply.github.com>
  • Loading branch information
renovate[bot] and prisis committed Aug 1, 2023
1 parent a55c766 commit 6c5d803
Show file tree
Hide file tree
Showing 11 changed files with 128 additions and 84 deletions.
6 changes: 3 additions & 3 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,16 +55,16 @@
"@testing-library/dom": "^9.3.1",
"@testing-library/react": "^14.0.0",
"@total-typescript/ts-reset": "^0.4.2",
"@types/node": "18.16.18",
"@types/react": "18.2.17",
"@types/node": "18.17.1",
"@types/react": "18.2.18",
"@types/react-dom": "18.2.7",
"autoprefixer": "^10.4.14",
"cross-env": "^7.0.3",
"eslint": "^8.46.0",
"eslint-plugin-etc": "^2.0.3",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-mdx": "^2.1.0",
"eslint-plugin-react": "7.33.0",
"eslint-plugin-react": "7.33.1",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-testing-library": "^5.11.0",
"eslint-plugin-vitest": "^0.2.8",
Expand Down
12 changes: 6 additions & 6 deletions packages/api-platform/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -150,16 +150,16 @@
"@types/koa__router": "^12.0.0",
"@types/lodash.merge": "^4.6.7",
"@types/lodash.set": "^4.3.7",
"@types/node": "18.16.18",
"@types/node": "18.17.1",
"@types/qs": "^6.9.7",
"@types/react": "^18.2.17",
"@types/react": "^18.2.18",
"@types/react-dom": "^18.2.7",
"@types/swagger-ui-react": "^4.18.0",
"@types/webpack": "^5.28.1",
"@visulima/crud": "1.0.14",
"@visulima/readdir": "1.3.8",
"@vitest/coverage-v8": "^0.33.0",
"chalk": "5.2.0",
"chalk": "5.3.0",
"commander": "^11.0.0",
"core-js": "^3.32.0",
"cors": "^2.8.5",
Expand All @@ -168,7 +168,7 @@
"eslint-plugin-etc": "^2.0.3",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-mdx": "^2.1.0",
"eslint-plugin-react": "7.33.0",
"eslint-plugin-react": "7.33.1",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-testing-library": "^5.11.0",
"eslint-plugin-vitest": "^0.2.8",
Expand All @@ -177,7 +177,7 @@
"fastify": "^4.21.0",
"koa": "^2.14.2",
"mobx": "^6.10.0",
"next": "^13.4.6",
"next": "^13.4.12",
"next-test-api-route-handler": "^4.0.0-canary.1",
"node-mocks-http": "^1.12.2",
"openapi-types": "^12.1.3",
Expand All @@ -194,7 +194,7 @@
"swagger-ui-dist": "^4.19.1",
"swagger-ui-react": "^4.19.1",
"tsup": "^7.1.0",
"type-fest": "^4.0.0",
"type-fest": "^4.1.0",
"typescript": "^5.1.6",
"vitest": "^0.33.0",
"webpack": "^5.88.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/connect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"@anolilab/semantic-release-preset": "^6.0.2",
"@rushstack/eslint-plugin-security": "^0.6.0",
"@types/http-errors": "^2.0.1",
"@types/node": "18.16.18",
"@types/node": "18.17.1",
"@vitest/coverage-v8": "^0.33.0",
"c8": "^8.0.1",
"cross-env": "^7.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/crud/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"@types/http-errors": "^2.0.1",
"@types/json-schema": "7.0.12",
"@types/lodash.set": "^4.3.7",
"@types/node": "18.16.18",
"@types/node": "18.17.1",
"@vitest/coverage-v8": "^0.33.0",
"cross-env": "^7.0.3",
"eslint": "^8.46.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/health-check/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,15 +79,15 @@
"@anolilab/prettier-config": "^5.0.1",
"@anolilab/semantic-release-preset": "^6.0.2",
"@rushstack/eslint-plugin-security": "^0.6.0",
"@types/node": "18.16.18",
"@types/node": "18.17.1",
"@vitest/coverage-v8": "^0.33.0",
"cross-env": "^7.0.3",
"cross-fetch": "^4.0.0",
"eslint": "^8.46.0",
"eslint-plugin-etc": "^2.0.3",
"eslint-plugin-mdx": "^2.1.0",
"eslint-plugin-vitest": "^0.2.8",
"next": "^13.4.6",
"next": "^13.4.12",
"node-mocks-http": "^1.12.2",
"prettier": "^3.0.0",
"rimraf": "^5.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/jsdoc-open-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
"@types/cli-progress": "^3.11.0",
"@types/http-errors": "^2.0.1",
"@types/lodash.mergewith": "^4.6.7",
"@types/node": "18.16.18",
"@types/node": "18.17.1",
"@types/webpack": "^5.28.1",
"@vitest/coverage-v8": "^0.33.0",
"c8": "^8.0.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/nextra-theme-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,10 @@
"@types/flexsearch": "^0.7.3",
"@types/git-url-parse": "^9.0.1",
"@types/micromatch": "^4.0.2",
"@types/node": "18.16.18",
"@types/react": "^18.2.17",
"@types/node": "18.17.1",
"@types/react": "^18.2.18",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.0.3",
"@vitejs/plugin-react": "^4.0.4",
"@vitest/coverage-v8": "^0.33.0",
"autoprefixer": "^10.4.14",
"concurrently": "^8.2.0",
Expand All @@ -127,7 +127,7 @@
"eslint-plugin-etc": "^2.0.3",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-mdx": "^2.1.0",
"eslint-plugin-react": "7.33.0",
"eslint-plugin-react": "7.33.1",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-testing-library": "^5.11.0",
"eslint-plugin-vitest": "^0.2.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/pagination/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"@anolilab/semantic-release-preset": "^6.0.2",
"@rushstack/eslint-plugin-security": "^0.6.0",
"@types/micromatch": "^4.0.2",
"@types/node": "18.16.18",
"@types/node": "18.17.1",
"@types/qs": "^6.9.7",
"@vitest/coverage-v8": "^0.33.0",
"cross-env": "^7.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/prisma-dmmf-transformer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"@rushstack/eslint-plugin-security": "^0.6.0",
"@types/json-schema": "7.0.12",
"@types/micromatch": "4.0.2",
"@types/node": "18.16.18",
"@types/node": "18.17.1",
"@vitest/coverage-v8": "0.33.0",
"ajv": "8.12.0",
"ajv-formats": "2.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/readdir/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"@anolilab/semantic-release-preset": "^6.0.2",
"@rushstack/eslint-plugin-security": "^0.6.0",
"@types/micromatch": "^4.0.2",
"@types/node": "18.16.18",
"@types/node": "18.17.1",
"@vitest/coverage-v8": "^0.33.0",
"cross-env": "^7.0.3",
"eslint": "^8.46.0",
Expand Down

1 comment on commit 6c5d803

@vercel
Copy link

@vercel vercel bot commented on 6c5d803 Aug 1, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.