diff --git a/.changeset/honest-moons-build.md b/.changeset/honest-moons-build.md deleted file mode 100644 index cefa02bbc2..0000000000 --- a/.changeset/honest-moons-build.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"@blitzjs/auth": patch -"@blitzjs/next": patch -"@blitzjs/rpc": patch -"blitz": patch -"@blitzjs/generator": patch ---- - -chore: bump `next.js` and `zod` versions diff --git a/.changeset/lucky-bottles-breathe.md b/.changeset/lucky-bottles-breathe.md deleted file mode 100644 index 2e22249957..0000000000 --- a/.changeset/lucky-bottles-breathe.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"blitz": patch ---- - -Update prisma-ast dependency to prevent Blitz generator from failing when Prisma keywords are used as model names diff --git a/apps/next13/CHANGELOG.md b/apps/next13/CHANGELOG.md index f6dcc9f1f7..d0988bad0a 100644 --- a/apps/next13/CHANGELOG.md +++ b/apps/next13/CHANGELOG.md @@ -1,5 +1,17 @@ # next-blitz-auth +## 0.1.15 + +### Patch Changes + +- Updated dependencies [0b3286468] +- Updated dependencies [50f17d21c] + - @blitzjs/auth@2.1.3 + - @blitzjs/next@2.1.3 + - @blitzjs/rpc@2.1.3 + - blitz@2.1.3 + - @blitzjs/config@2.1.3 + ## 0.1.14 ### Patch Changes diff --git a/apps/next13/package.json b/apps/next13/package.json index c6d7cc8a90..a482a0c759 100644 --- a/apps/next13/package.json +++ b/apps/next13/package.json @@ -1,6 +1,6 @@ { "name": "next-blitz-auth", - "version": "0.1.14", + "version": "0.1.15", "private": true, "scripts": { "blitz:dev": "next dev", @@ -12,15 +12,15 @@ "schema": "prisma/schema.prisma" }, "dependencies": { - "@blitzjs/auth": "2.1.2", - "@blitzjs/config": "2.1.2", - "@blitzjs/next": "2.1.2", - "@blitzjs/rpc": "2.1.2", + "@blitzjs/auth": "2.1.3", + "@blitzjs/config": "2.1.3", + "@blitzjs/next": "2.1.3", + "@blitzjs/rpc": "2.1.3", "@hookform/error-message": "2.0.0", "@hookform/resolvers": "2.9.10", "@prisma/client": "^4.5.0", "@tanstack/react-query": "4.0.10", - "blitz": "2.1.2", + "blitz": "2.1.3", "flatted": "3.2.7", "next": "14.2.15", "prisma": "^4.5.0", diff --git a/apps/toolkit-app-passportjs/package.json b/apps/toolkit-app-passportjs/package.json index dd3c110606..1533bcdc23 100644 --- a/apps/toolkit-app-passportjs/package.json +++ b/apps/toolkit-app-passportjs/package.json @@ -23,14 +23,14 @@ ] }, "dependencies": { - "@blitzjs/auth": "2.1.2", - "@blitzjs/config": "2.1.2", - "@blitzjs/next": "2.1.2", - "@blitzjs/rpc": "2.1.2", + "@blitzjs/auth": "2.1.3", + "@blitzjs/config": "2.1.3", + "@blitzjs/next": "2.1.3", + "@blitzjs/rpc": "2.1.3", "@hookform/error-message": "2.0.0", "@hookform/resolvers": "2.9.10", "@prisma/client": "4.6.1", - "blitz": "2.1.2", + "blitz": "2.1.3", "next": "14.2.15", "openid-client": "5.2.1", "prisma": "4.6.1", diff --git a/apps/toolkit-app/package.json b/apps/toolkit-app/package.json index 304530ed62..bba578d622 100644 --- a/apps/toolkit-app/package.json +++ b/apps/toolkit-app/package.json @@ -24,14 +24,14 @@ ] }, "dependencies": { - "@blitzjs/auth": "2.1.2", - "@blitzjs/config": "2.1.2", - "@blitzjs/next": "2.1.2", - "@blitzjs/rpc": "2.1.2", + "@blitzjs/auth": "2.1.3", + "@blitzjs/config": "2.1.3", + "@blitzjs/next": "2.1.3", + "@blitzjs/rpc": "2.1.3", "@hookform/error-message": "2.0.0", "@hookform/resolvers": "2.9.10", "@prisma/client": "4.6.1", - "blitz": "2.1.2", + "blitz": "2.1.3", "next": "14.2.15", "next-auth": "4.24.7", "prisma": "4.6.1", diff --git a/apps/web/package.json b/apps/web/package.json index 0377d2e77c..1166b8ecf1 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -16,14 +16,14 @@ "schema": "./db/schema.prisma" }, "dependencies": { - "@blitzjs/auth": "2.1.2", - "@blitzjs/config": "2.1.2", - "@blitzjs/next": "2.1.2", - "@blitzjs/rpc": "2.1.2", + "@blitzjs/auth": "2.1.3", + "@blitzjs/config": "2.1.3", + "@blitzjs/next": "2.1.3", + "@blitzjs/rpc": "2.1.3", "@prisma/client": "4.6.1", "@types/jest": "29.2.2", "@types/passport-twitter": "1.0.37", - "blitz": "2.1.2", + "blitz": "2.1.3", "jest": "29.3.0", "jest-environment-jsdom": "29.3.0", "next": "14.2.15", diff --git a/integration-tests/auth-with-rpc/package.json b/integration-tests/auth-with-rpc/package.json index ded7146b36..1735667e21 100644 --- a/integration-tests/auth-with-rpc/package.json +++ b/integration-tests/auth-with-rpc/package.json @@ -17,14 +17,14 @@ "prisma:studio": "prisma studio" }, "dependencies": { - "@blitzjs/auth": "2.1.2", - "@blitzjs/config": "2.1.2", - "@blitzjs/next": "2.1.2", - "@blitzjs/rpc": "2.1.2", + "@blitzjs/auth": "2.1.3", + "@blitzjs/config": "2.1.3", + "@blitzjs/next": "2.1.3", + "@blitzjs/rpc": "2.1.3", "@hookform/error-message": "2.0.0", "@hookform/resolvers": "2.9.10", "@prisma/client": "4.6.1", - "blitz": "2.1.2", + "blitz": "2.1.3", "delay": "5.0.0", "next": "14.2.15", "prisma": "4.6.1", diff --git a/integration-tests/auth/package.json b/integration-tests/auth/package.json index 42bd828e76..f4e51e8260 100644 --- a/integration-tests/auth/package.json +++ b/integration-tests/auth/package.json @@ -17,11 +17,11 @@ "prisma:studio": "prisma studio" }, "dependencies": { - "@blitzjs/auth": "2.1.2", - "@blitzjs/config": "2.1.2", - "@blitzjs/next": "2.1.2", + "@blitzjs/auth": "2.1.3", + "@blitzjs/config": "2.1.3", + "@blitzjs/next": "2.1.3", "@prisma/client": "4.6.1", - "blitz": "2.1.2", + "blitz": "2.1.3", "lowdb": "3.0.0", "next": "14.2.15", "prisma": "4.6.1", diff --git a/integration-tests/get-initial-props/package.json b/integration-tests/get-initial-props/package.json index fa33b3df78..070fd5b116 100644 --- a/integration-tests/get-initial-props/package.json +++ b/integration-tests/get-initial-props/package.json @@ -16,11 +16,11 @@ "schema": "db/schema.prisma" }, "dependencies": { - "@blitzjs/auth": "2.1.2", - "@blitzjs/next": "2.1.2", - "@blitzjs/rpc": "2.1.2", + "@blitzjs/auth": "2.1.3", + "@blitzjs/next": "2.1.3", + "@blitzjs/rpc": "2.1.3", "@prisma/client": "4.6.1", - "blitz": "2.1.2", + "blitz": "2.1.3", "lowdb": "2.1.0", "next": "14.2.15", "prisma": "4.6.1", @@ -28,7 +28,7 @@ "react-dom": "18.2.0" }, "devDependencies": { - "@blitzjs/config": "2.1.2", + "@blitzjs/config": "2.1.3", "@next/bundle-analyzer": "12.0.8", "@types/express": "4.17.13", "@types/fs-extra": "9.0.13", diff --git a/integration-tests/middleware/package.json b/integration-tests/middleware/package.json index f6642e4ee2..874a0a50fc 100644 --- a/integration-tests/middleware/package.json +++ b/integration-tests/middleware/package.json @@ -11,10 +11,10 @@ "clean": "rm -rf .turbo && rm -rf node_modules && rm -rf .next" }, "dependencies": { - "@blitzjs/config": "2.1.2", - "@blitzjs/next": "2.1.2", - "@blitzjs/rpc": "2.1.2", - "blitz": "2.1.2", + "@blitzjs/config": "2.1.3", + "@blitzjs/next": "2.1.3", + "@blitzjs/rpc": "2.1.3", + "blitz": "2.1.3", "next": "14.2.15", "react": "18.2.0", "react-dom": "18.2.0" diff --git a/integration-tests/next-13-app-dir/package.json b/integration-tests/next-13-app-dir/package.json index 94553bc474..a5a22a4358 100644 --- a/integration-tests/next-13-app-dir/package.json +++ b/integration-tests/next-13-app-dir/package.json @@ -17,12 +17,12 @@ "prisma:studio": "prisma studio" }, "dependencies": { - "@blitzjs/auth": "2.1.2", - "@blitzjs/config": "2.1.2", - "@blitzjs/next": "2.1.2", - "@blitzjs/rpc": "2.1.2", + "@blitzjs/auth": "2.1.3", + "@blitzjs/config": "2.1.3", + "@blitzjs/next": "2.1.3", + "@blitzjs/rpc": "2.1.3", "@prisma/client": "4.6.1", - "blitz": "2.1.2", + "blitz": "2.1.3", "lowdb": "2.1.0", "next": "14.2.15", "prisma": "4.6.1", diff --git a/integration-tests/no-suspense/package.json b/integration-tests/no-suspense/package.json index 44c147830e..e8c3f8e040 100644 --- a/integration-tests/no-suspense/package.json +++ b/integration-tests/no-suspense/package.json @@ -16,11 +16,11 @@ "prisma:studio": "prisma studio" }, "dependencies": { - "@blitzjs/auth": "2.1.2", - "@blitzjs/next": "2.1.2", - "@blitzjs/rpc": "2.1.2", + "@blitzjs/auth": "2.1.3", + "@blitzjs/next": "2.1.3", + "@blitzjs/rpc": "2.1.3", "@prisma/client": "4.6.1", - "blitz": "2.1.2", + "blitz": "2.1.3", "lowdb": "3.0.0", "next": "14.2.15", "prisma": "4.6.1", @@ -28,7 +28,7 @@ "react-dom": "18.2.0" }, "devDependencies": { - "@blitzjs/config": "2.1.2", + "@blitzjs/config": "2.1.3", "@next/bundle-analyzer": "12.0.8", "@types/express": "4.17.13", "@types/fs-extra": "9.0.13", diff --git a/integration-tests/qm/package.json b/integration-tests/qm/package.json index 7e2adef110..4cf3b3f17d 100644 --- a/integration-tests/qm/package.json +++ b/integration-tests/qm/package.json @@ -8,13 +8,13 @@ "clean": "rm -rf .turbo && rm -rf node_modules" }, "dependencies": { - "@blitzjs/auth": "2.1.2", - "@blitzjs/config": "2.1.2", - "@blitzjs/next": "2.1.2", - "@blitzjs/rpc": "2.1.2", + "@blitzjs/auth": "2.1.3", + "@blitzjs/config": "2.1.3", + "@blitzjs/next": "2.1.3", + "@blitzjs/rpc": "2.1.3", "@prisma/client": "4.6.1", "@tanstack/react-query": "4.0.10", - "blitz": "2.1.2", + "blitz": "2.1.3", "next": "14.2.15", "prisma": "4.6.1", "react": "18.2.0", diff --git a/integration-tests/react-query-utils/package.json b/integration-tests/react-query-utils/package.json index ceb3d90539..3cade96607 100644 --- a/integration-tests/react-query-utils/package.json +++ b/integration-tests/react-query-utils/package.json @@ -16,10 +16,10 @@ "schema": "db/schema.prisma" }, "dependencies": { - "@blitzjs/next": "2.1.2", - "@blitzjs/rpc": "2.1.2", + "@blitzjs/next": "2.1.3", + "@blitzjs/rpc": "2.1.3", "@prisma/client": "4.6.1", - "blitz": "2.1.2", + "blitz": "2.1.3", "lowdb": "3.0.0", "next": "14.2.15", "prisma": "4.6.1", @@ -27,7 +27,7 @@ "react-dom": "18.2.0" }, "devDependencies": { - "@blitzjs/config": "2.1.2", + "@blitzjs/config": "2.1.3", "@next/bundle-analyzer": "12.0.8", "@types/express": "4.17.13", "@types/fs-extra": "9.0.13", diff --git a/integration-tests/rpc-path-root/package.json b/integration-tests/rpc-path-root/package.json index d3ba80b505..43bd0be38f 100644 --- a/integration-tests/rpc-path-root/package.json +++ b/integration-tests/rpc-path-root/package.json @@ -7,10 +7,10 @@ "clean": "rm -rf .turbo && rm -rf node_modules && rm -rf .next" }, "dependencies": { - "@blitzjs/config": "2.1.2", - "@blitzjs/next": "2.1.2", - "@blitzjs/rpc": "2.1.2", - "blitz": "2.1.2", + "@blitzjs/config": "2.1.3", + "@blitzjs/next": "2.1.3", + "@blitzjs/rpc": "2.1.3", + "blitz": "2.1.3", "next": "14.2.15", "react": "18.2.0", "react-dom": "18.2.0" diff --git a/integration-tests/rpc/package.json b/integration-tests/rpc/package.json index 480f1d2e5e..f443eec0e7 100644 --- a/integration-tests/rpc/package.json +++ b/integration-tests/rpc/package.json @@ -7,10 +7,10 @@ "clean": "rm -rf .turbo && rm -rf node_modules && rm -rf .next" }, "dependencies": { - "@blitzjs/config": "2.1.2", - "@blitzjs/next": "2.1.2", - "@blitzjs/rpc": "2.1.2", - "blitz": "2.1.2", + "@blitzjs/config": "2.1.3", + "@blitzjs/next": "2.1.3", + "@blitzjs/rpc": "2.1.3", + "blitz": "2.1.3", "next": "14.2.15", "react": "18.2.0", "react-dom": "18.2.0" diff --git a/integration-tests/trailing-slash/package.json b/integration-tests/trailing-slash/package.json index e294eb506d..2f3b090907 100644 --- a/integration-tests/trailing-slash/package.json +++ b/integration-tests/trailing-slash/package.json @@ -16,11 +16,11 @@ "schema": "db/schema.prisma" }, "dependencies": { - "@blitzjs/auth": "2.1.2", - "@blitzjs/next": "2.1.2", - "@blitzjs/rpc": "2.1.2", + "@blitzjs/auth": "2.1.3", + "@blitzjs/next": "2.1.3", + "@blitzjs/rpc": "2.1.3", "@prisma/client": "4.6.1", - "blitz": "2.1.2", + "blitz": "2.1.3", "lowdb": "3.0.0", "next": "14.2.15", "prisma": "4.6.1", @@ -28,7 +28,7 @@ "react-dom": "18.2.0" }, "devDependencies": { - "@blitzjs/config": "2.1.2", + "@blitzjs/config": "2.1.3", "@next/bundle-analyzer": "12.0.8", "@types/express": "4.17.13", "@types/fs-extra": "9.0.13", diff --git a/integration-tests/utils/package.json b/integration-tests/utils/package.json index c602e807bf..b71223a978 100644 --- a/integration-tests/utils/package.json +++ b/integration-tests/utils/package.json @@ -3,9 +3,9 @@ "version": "0.0.0", "private": true, "devDependencies": { - "@blitzjs/config": "workspace:2.1.2", - "@blitzjs/next": "workspace:2.1.2", - "@blitzjs/rpc": "workspace:2.1.2", + "@blitzjs/config": "workspace:2.1.3", + "@blitzjs/next": "workspace:2.1.3", + "@blitzjs/rpc": "workspace:2.1.3", "@tanstack/react-query": "4.13.0", "@testing-library/react": "13.4.0", "@types/express": "4.17.13", diff --git a/packages/blitz-auth/CHANGELOG.md b/packages/blitz-auth/CHANGELOG.md index b0fc5b6c9a..edb672f4c3 100644 --- a/packages/blitz-auth/CHANGELOG.md +++ b/packages/blitz-auth/CHANGELOG.md @@ -1,5 +1,14 @@ # @blitzjs/auth +## 2.1.3 + +### Patch Changes + +- 0b3286468: chore: bump `next.js` and `zod` versions +- Updated dependencies [0b3286468] +- Updated dependencies [50f17d21c] + - blitz@2.1.3 + ## 2.1.2 ### Patch Changes diff --git a/packages/blitz-auth/package.json b/packages/blitz-auth/package.json index 35f32d03c0..12b2788231 100644 --- a/packages/blitz-auth/package.json +++ b/packages/blitz-auth/package.json @@ -1,6 +1,6 @@ { "name": "@blitzjs/auth", - "version": "2.1.2", + "version": "2.1.3", "homepage": "https://blitzjs.com/", "repository": { "type": "git", @@ -50,7 +50,7 @@ "url": "0.11.0" }, "peerDependencies": { - "blitz": "2.1.2", + "blitz": "2.1.3", "next": "*", "next-auth": "*", "secure-password": "4.0.0" @@ -67,7 +67,7 @@ } }, "devDependencies": { - "@blitzjs/config": "2.1.2", + "@blitzjs/config": "2.1.3", "@testing-library/react": "13.4.0", "@testing-library/react-hooks": "8.0.1", "@types/cookie": "0.4.1", @@ -75,7 +75,7 @@ "@types/jsonwebtoken": "8.5.8", "@types/react": "18.0.25", "@types/react-dom": "17.0.14", - "blitz": "2.1.2", + "blitz": "2.1.3", "next": "14.2.15", "next-auth": "4.24.7", "react": "18.2.0", diff --git a/packages/blitz-next/CHANGELOG.md b/packages/blitz-next/CHANGELOG.md index 836cf9c266..242fdce5f8 100644 --- a/packages/blitz-next/CHANGELOG.md +++ b/packages/blitz-next/CHANGELOG.md @@ -1,5 +1,15 @@ # @blitzjs/next +## 2.1.3 + +### Patch Changes + +- 0b3286468: chore: bump `next.js` and `zod` versions +- Updated dependencies [0b3286468] +- Updated dependencies [50f17d21c] + - @blitzjs/rpc@2.1.3 + - blitz@2.1.3 + ## 2.1.2 ### Patch Changes diff --git a/packages/blitz-next/package.json b/packages/blitz-next/package.json index 4d7b511bf0..5521ebd776 100644 --- a/packages/blitz-next/package.json +++ b/packages/blitz-next/package.json @@ -1,6 +1,6 @@ { "name": "@blitzjs/next", - "version": "2.1.2", + "version": "2.1.3", "homepage": "https://blitzjs.com/", "repository": { "type": "git", @@ -29,7 +29,7 @@ "eslint.js" ], "dependencies": { - "@blitzjs/rpc": "2.1.2", + "@blitzjs/rpc": "2.1.3", "@types/hoist-non-react-statics": "3.3.1", "copy-webpack-plugin": "11.0.0", "debug": "4.3.3", @@ -39,13 +39,13 @@ "supports-color": "8.1.1" }, "peerDependencies": { - "blitz": "2.1.2", + "blitz": "2.1.3", "next": "*", "react": "*", "tslog": "4.9.0" }, "devDependencies": { - "@blitzjs/config": "2.1.2", + "@blitzjs/config": "2.1.3", "@testing-library/dom": "8.13.0", "@testing-library/jest-dom": "5.16.3", "@testing-library/react": "13.4.0", @@ -56,7 +56,7 @@ "@types/react": "18.0.25", "@types/react-dom": "17.0.14", "@types/testing-library__react-hooks": "4.0.0", - "blitz": "2.1.2", + "blitz": "2.1.3", "cross-spawn": "7.0.3", "find-up": "4.1.0", "next": "14.2.15", diff --git a/packages/blitz-rpc/CHANGELOG.md b/packages/blitz-rpc/CHANGELOG.md index ae6ac31d20..ed2d5b7f91 100644 --- a/packages/blitz-rpc/CHANGELOG.md +++ b/packages/blitz-rpc/CHANGELOG.md @@ -1,5 +1,14 @@ # @blitzjs/rpc +## 2.1.3 + +### Patch Changes + +- 0b3286468: chore: bump `next.js` and `zod` versions +- Updated dependencies [0b3286468] +- Updated dependencies [50f17d21c] + - blitz@2.1.3 + ## 2.1.2 ### Patch Changes diff --git a/packages/blitz-rpc/package.json b/packages/blitz-rpc/package.json index 466f5e328d..da25ac8265 100644 --- a/packages/blitz-rpc/package.json +++ b/packages/blitz-rpc/package.json @@ -1,6 +1,6 @@ { "name": "@blitzjs/rpc", - "version": "2.1.2", + "version": "2.1.3", "homepage": "https://blitzjs.com/", "repository": { "type": "git", @@ -37,18 +37,18 @@ }, "peerDependencies": { "@tanstack/query-core": "4.24.4", - "blitz": "2.1.2", + "blitz": "2.1.3", "next": "*", "react": "*" }, "devDependencies": { - "@blitzjs/auth": "2.1.2", - "@blitzjs/config": "2.1.2", + "@blitzjs/auth": "2.1.3", + "@blitzjs/config": "2.1.3", "@tanstack/query-core": "4.24.4", "@types/debug": "4.1.7", "@types/react": "18.0.25", "@types/react-dom": "17.0.14", - "blitz": "2.1.2", + "blitz": "2.1.3", "next": "14.2.15", "react": "18.2.0", "react-dom": "18.2.0", diff --git a/packages/blitz/CHANGELOG.md b/packages/blitz/CHANGELOG.md index c7916a43c1..8c1fb0e72a 100644 --- a/packages/blitz/CHANGELOG.md +++ b/packages/blitz/CHANGELOG.md @@ -1,5 +1,14 @@ # blitz +## 2.1.3 + +### Patch Changes + +- 0b3286468: chore: bump `next.js` and `zod` versions +- 50f17d21c: Update prisma-ast dependency to prevent Blitz generator from failing when Prisma keywords are used as model names +- Updated dependencies [0b3286468] + - @blitzjs/generator@2.1.3 + ## 2.1.2 ### Patch Changes diff --git a/packages/blitz/package.json b/packages/blitz/package.json index e721f77e88..5c01749591 100644 --- a/packages/blitz/package.json +++ b/packages/blitz/package.json @@ -1,6 +1,6 @@ { "name": "blitz", - "version": "2.1.2", + "version": "2.1.3", "homepage": "https://blitzjs.com/", "repository": { "type": "git", @@ -30,7 +30,7 @@ "blitz": "bin/blitz" }, "dependencies": { - "@blitzjs/generator": "2.1.2", + "@blitzjs/generator": "2.1.3", "@mrleebo/prisma-ast": "0.4.1", "@types/global-agent": "2.1.1", "arg": "5.0.1", @@ -80,7 +80,7 @@ "watchpack": "2.1.1" }, "devDependencies": { - "@blitzjs/config": "2.1.2", + "@blitzjs/config": "2.1.3", "@types/cookie": "0.4.1", "@types/cross-spawn": "6.0.2", "@types/debug": "4.1.7", diff --git a/packages/codemod/CHANGELOG.md b/packages/codemod/CHANGELOG.md index d89892c1e7..7c02301b1b 100644 --- a/packages/codemod/CHANGELOG.md +++ b/packages/codemod/CHANGELOG.md @@ -1,5 +1,14 @@ # @blitzjs/codemod +## 2.1.3 + +### Patch Changes + +- Updated dependencies [0b3286468] +- Updated dependencies [50f17d21c] + - blitz@2.1.3 + - @blitzjs/generator@2.1.3 + ## 2.1.2 ### Patch Changes diff --git a/packages/codemod/package.json b/packages/codemod/package.json index de33dc05ac..a522dd4c15 100644 --- a/packages/codemod/package.json +++ b/packages/codemod/package.json @@ -1,6 +1,6 @@ { "name": "@blitzjs/codemod", - "version": "2.1.2", + "version": "2.1.3", "scripts": { "build": "unbuild", "dev": "watch unbuild src --wait=0.2", @@ -25,9 +25,9 @@ "@babel/plugin-proposal-class-properties": "7.17.12", "@babel/plugin-syntax-jsx": "7.17.12", "@babel/plugin-syntax-typescript": "7.17.12", - "@blitzjs/generator": "2.1.2", + "@blitzjs/generator": "2.1.3", "arg": "5.0.1", - "blitz": "2.1.2", + "blitz": "2.1.3", "chalk": "^4.1.0", "cross-spawn": "7.0.3", "debug": "4.3.3", @@ -38,7 +38,7 @@ }, "devDependencies": { "@babel/preset-env": "7.12.10", - "@blitzjs/config": "2.1.2", + "@blitzjs/config": "2.1.3", "@types/jscodeshift": "0.11.2", "@types/node": "18.11.9", "ast-types": "0.14.2", diff --git a/packages/config/CHANGELOG.md b/packages/config/CHANGELOG.md index e6f74b4806..5efc2e3d6b 100644 --- a/packages/config/CHANGELOG.md +++ b/packages/config/CHANGELOG.md @@ -1,5 +1,7 @@ # @blitzjs/config +## 2.1.3 + ## 2.1.2 ## 2.1.1 diff --git a/packages/config/package.json b/packages/config/package.json index fcb0ad15db..3d1208708c 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -1,7 +1,7 @@ { "name": "@blitzjs/config", "private": true, - "version": "2.1.2", + "version": "2.1.3", "license": "MIT", "dependencies": { "@typescript-eslint/eslint-plugin": "5.42.1", diff --git a/packages/generator/CHANGELOG.md b/packages/generator/CHANGELOG.md index 119418f8f4..37c914249d 100644 --- a/packages/generator/CHANGELOG.md +++ b/packages/generator/CHANGELOG.md @@ -1,5 +1,11 @@ # @blitzjs/generator +## 2.1.3 + +### Patch Changes + +- 0b3286468: chore: bump `next.js` and `zod` versions + ## 2.1.2 ### Patch Changes diff --git a/packages/generator/package.json b/packages/generator/package.json index d6139446f2..b0fc9c4e44 100644 --- a/packages/generator/package.json +++ b/packages/generator/package.json @@ -1,6 +1,6 @@ { "name": "@blitzjs/generator", - "version": "2.1.2", + "version": "2.1.3", "homepage": "https://blitzjs.com/", "repository": { "type": "git", @@ -54,7 +54,7 @@ "zod": "3.23.8" }, "devDependencies": { - "@blitzjs/config": "2.1.2", + "@blitzjs/config": "2.1.3", "@juanm04/cpx": "2.0.1", "@types/babel__core": "7.1.19", "@types/diff": "5.0.2", diff --git a/packages/pkg-template/package.json b/packages/pkg-template/package.json index 29e9ad8ff2..f344698b2c 100644 --- a/packages/pkg-template/package.json +++ b/packages/pkg-template/package.json @@ -25,7 +25,7 @@ "@typescript-eslint/parser": "5.9.1" }, "devDependencies": { - "@blitzjs/config": "2.1.2", + "@blitzjs/config": "2.1.3", "@types/react": "18.0.25", "@types/react-dom": "17.0.14", "react": "18.2.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e035c1b4b1..4e03d25276 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -62,16 +62,16 @@ importers: apps/next13: dependencies: "@blitzjs/auth": - specifier: 2.1.2 + specifier: 2.1.3 version: link:../../packages/blitz-auth "@blitzjs/config": - specifier: 2.1.2 + specifier: 2.1.3 version: link:../../packages/config "@blitzjs/next": - specifier: 2.1.2 + specifier: 2.1.3 version: link:../../packages/blitz-next "@blitzjs/rpc": - specifier: 2.1.2 + specifier: 2.1.3 version: link:../../packages/blitz-rpc "@hookform/error-message": specifier: 2.0.0 @@ -86,7 +86,7 @@ importers: specifier: 4.0.10 version: 4.0.10(react-dom@18.2.0)(react@18.2.0) blitz: - specifier: 2.1.2 + specifier: 2.1.3 version: link:../../packages/blitz flatted: specifier: 3.2.7 @@ -135,16 +135,16 @@ importers: apps/toolkit-app: dependencies: "@blitzjs/auth": - specifier: 2.1.2 + specifier: 2.1.3 version: link:../../packages/blitz-auth "@blitzjs/config": - specifier: 2.1.2 + specifier: 2.1.3 version: link:../../packages/config "@blitzjs/next": - specifier: 2.1.2 + specifier: 2.1.3 version: link:../../packages/blitz-next "@blitzjs/rpc": - specifier: 2.1.2 + specifier: 2.1.3 version: link:../../packages/blitz-rpc "@hookform/error-message": specifier: 2.0.0 @@ -156,7 +156,7 @@ importers: specifier: 4.6.1 version: 4.6.1(prisma@4.6.1) blitz: - specifier: 2.1.2 + specifier: 2.1.3 version: link:../../packages/blitz next: specifier: 14.2.15 @@ -253,16 +253,16 @@ importers: apps/toolkit-app-passportjs: dependencies: "@blitzjs/auth": - specifier: 2.1.2 + specifier: 2.1.3 version: link:../../packages/blitz-auth "@blitzjs/config": - specifier: 2.1.2 + specifier: 2.1.3 version: link:../../packages/config "@blitzjs/next": - specifier: 2.1.2 + specifier: 2.1.3 version: link:../../packages/blitz-next "@blitzjs/rpc": - specifier: 2.1.2 + specifier: 2.1.3 version: link:../../packages/blitz-rpc "@hookform/error-message": specifier: 2.0.0 @@ -274,7 +274,7 @@ importers: specifier: 4.6.1 version: 4.6.1(prisma@4.6.1) blitz: - specifier: 2.1.2 + specifier: 2.1.3 version: link:../../packages/blitz next: specifier: 14.2.15 @@ -365,16 +365,16 @@ importers: apps/web: dependencies: "@blitzjs/auth": - specifier: 2.1.2 + specifier: 2.1.3 version: link:../../packages/blitz-auth "@blitzjs/config": - specifier: 2.1.2 + specifier: 2.1.3 version: link:../../packages/config "@blitzjs/next": - specifier: 2.1.2 + specifier: 2.1.3 version: link:../../packages/blitz-next "@blitzjs/rpc": - specifier: 2.1.2 + specifier: 2.1.3 version: link:../../packages/blitz-rpc "@prisma/client": specifier: 4.6.1 @@ -386,7 +386,7 @@ importers: specifier: 1.0.37 version: 1.0.37 blitz: - specifier: 2.1.2 + specifier: 2.1.3 version: link:../../packages/blitz jest: specifier: 29.3.0 @@ -432,19 +432,19 @@ importers: integration-tests/auth: dependencies: "@blitzjs/auth": - specifier: 2.1.2 + specifier: 2.1.3 version: link:../../packages/blitz-auth "@blitzjs/config": - specifier: 2.1.2 + specifier: 2.1.3 version: link:../../packages/config "@blitzjs/next": - specifier: 2.1.2 + specifier: 2.1.3 version: link:../../packages/blitz-next "@prisma/client": specifier: 4.6.1 version: 4.6.1(prisma@4.6.1) blitz: - specifier: 2.1.2 + specifier: 2.1.3 version: link:../../packages/blitz lowdb: specifier: 3.0.0 @@ -514,16 +514,16 @@ importers: integration-tests/auth-with-rpc: dependencies: "@blitzjs/auth": - specifier: 2.1.2 + specifier: 2.1.3 version: link:../../packages/blitz-auth "@blitzjs/config": - specifier: 2.1.2 + specifier: 2.1.3 version: link:../../packages/config "@blitzjs/next": - specifier: 2.1.2 + specifier: 2.1.3 version: link:../../packages/blitz-next "@blitzjs/rpc": - specifier: 2.1.2 + specifier: 2.1.3 version: link:../../packages/blitz-rpc "@hookform/error-message": specifier: 2.0.0 @@ -535,7 +535,7 @@ importers: specifier: 4.6.1 version: 4.6.1(prisma@4.6.1) blitz: - specifier: 2.1.2 + specifier: 2.1.3 version: link:../../packages/blitz delay: specifier: 5.0.0 @@ -635,19 +635,19 @@ importers: integration-tests/get-initial-props: dependencies: "@blitzjs/auth": - specifier: 2.1.2 + specifier: 2.1.3 version: link:../../packages/blitz-auth "@blitzjs/next": - specifier: 2.1.2 + specifier: 2.1.3 version: link:../../packages/blitz-next "@blitzjs/rpc": - specifier: 2.1.2 + specifier: 2.1.3 version: link:../../packages/blitz-rpc "@prisma/client": specifier: 4.6.1 version: 4.6.1(prisma@4.6.1) blitz: - specifier: 2.1.2 + specifier: 2.1.3 version: link:../../packages/blitz lowdb: specifier: 2.1.0 @@ -666,7 +666,7 @@ importers: version: 18.2.0(react@18.2.0) devDependencies: "@blitzjs/config": - specifier: 2.1.2 + specifier: 2.1.3 version: link:../../packages/config "@next/bundle-analyzer": specifier: 12.0.8 @@ -705,16 +705,16 @@ importers: integration-tests/middleware: dependencies: "@blitzjs/config": - specifier: 2.1.2 + specifier: 2.1.3 version: link:../../packages/config "@blitzjs/next": - specifier: 2.1.2 + specifier: 2.1.3 version: link:../../packages/blitz-next "@blitzjs/rpc": - specifier: 2.1.2 + specifier: 2.1.3 version: link:../../packages/blitz-rpc blitz: - specifier: 2.1.2 + specifier: 2.1.3 version: link:../../packages/blitz next: specifier: 14.2.15 @@ -760,22 +760,22 @@ importers: integration-tests/next-13-app-dir: dependencies: "@blitzjs/auth": - specifier: 2.1.2 + specifier: 2.1.3 version: link:../../packages/blitz-auth "@blitzjs/config": - specifier: 2.1.2 + specifier: 2.1.3 version: link:../../packages/config "@blitzjs/next": - specifier: 2.1.2 + specifier: 2.1.3 version: link:../../packages/blitz-next "@blitzjs/rpc": - specifier: 2.1.2 + specifier: 2.1.3 version: link:../../packages/blitz-rpc "@prisma/client": specifier: 4.6.1 version: 4.6.1(prisma@4.6.1) blitz: - specifier: 2.1.2 + specifier: 2.1.3 version: link:../../packages/blitz lowdb: specifier: 2.1.0 @@ -845,19 +845,19 @@ importers: integration-tests/no-suspense: dependencies: "@blitzjs/auth": - specifier: 2.1.2 + specifier: 2.1.3 version: link:../../packages/blitz-auth "@blitzjs/next": - specifier: 2.1.2 + specifier: 2.1.3 version: link:../../packages/blitz-next "@blitzjs/rpc": - specifier: 2.1.2 + specifier: 2.1.3 version: link:../../packages/blitz-rpc "@prisma/client": specifier: 4.6.1 version: 4.6.1(prisma@4.6.1) blitz: - specifier: 2.1.2 + specifier: 2.1.3 version: link:../../packages/blitz lowdb: specifier: 3.0.0 @@ -876,7 +876,7 @@ importers: version: 18.2.0(react@18.2.0) devDependencies: "@blitzjs/config": - specifier: 2.1.2 + specifier: 2.1.3 version: link:../../packages/config "@next/bundle-analyzer": specifier: 12.0.8 @@ -915,16 +915,16 @@ importers: integration-tests/qm: dependencies: "@blitzjs/auth": - specifier: 2.1.2 + specifier: 2.1.3 version: link:../../packages/blitz-auth "@blitzjs/config": - specifier: 2.1.2 + specifier: 2.1.3 version: link:../../packages/config "@blitzjs/next": - specifier: 2.1.2 + specifier: 2.1.3 version: link:../../packages/blitz-next "@blitzjs/rpc": - specifier: 2.1.2 + specifier: 2.1.3 version: link:../../packages/blitz-rpc "@prisma/client": specifier: 4.6.1 @@ -933,7 +933,7 @@ importers: specifier: 4.0.10 version: 4.0.10(react-dom@18.2.0)(react@18.2.0) blitz: - specifier: 2.1.2 + specifier: 2.1.3 version: link:../../packages/blitz next: specifier: 14.2.15 @@ -979,16 +979,16 @@ importers: integration-tests/react-query-utils: dependencies: "@blitzjs/next": - specifier: 2.1.2 + specifier: 2.1.3 version: link:../../packages/blitz-next "@blitzjs/rpc": - specifier: 2.1.2 + specifier: 2.1.3 version: link:../../packages/blitz-rpc "@prisma/client": specifier: 4.6.1 version: 4.6.1(prisma@4.6.1) blitz: - specifier: 2.1.2 + specifier: 2.1.3 version: link:../../packages/blitz lowdb: specifier: 3.0.0 @@ -1007,7 +1007,7 @@ importers: version: 18.2.0(react@18.2.0) devDependencies: "@blitzjs/config": - specifier: 2.1.2 + specifier: 2.1.3 version: link:../../packages/config "@next/bundle-analyzer": specifier: 12.0.8 @@ -1046,16 +1046,16 @@ importers: integration-tests/rpc: dependencies: "@blitzjs/config": - specifier: 2.1.2 + specifier: 2.1.3 version: link:../../packages/config "@blitzjs/next": - specifier: 2.1.2 + specifier: 2.1.3 version: link:../../packages/blitz-next "@blitzjs/rpc": - specifier: 2.1.2 + specifier: 2.1.3 version: link:../../packages/blitz-rpc blitz: - specifier: 2.1.2 + specifier: 2.1.3 version: link:../../packages/blitz next: specifier: 14.2.15 @@ -1095,16 +1095,16 @@ importers: integration-tests/rpc-path-root: dependencies: "@blitzjs/config": - specifier: 2.1.2 + specifier: 2.1.3 version: link:../../packages/config "@blitzjs/next": - specifier: 2.1.2 + specifier: 2.1.3 version: link:../../packages/blitz-next "@blitzjs/rpc": - specifier: 2.1.2 + specifier: 2.1.3 version: link:../../packages/blitz-rpc blitz: - specifier: 2.1.2 + specifier: 2.1.3 version: link:../../packages/blitz next: specifier: 14.2.15 @@ -1144,19 +1144,19 @@ importers: integration-tests/trailing-slash: dependencies: "@blitzjs/auth": - specifier: 2.1.2 + specifier: 2.1.3 version: link:../../packages/blitz-auth "@blitzjs/next": - specifier: 2.1.2 + specifier: 2.1.3 version: link:../../packages/blitz-next "@blitzjs/rpc": - specifier: 2.1.2 + specifier: 2.1.3 version: link:../../packages/blitz-rpc "@prisma/client": specifier: 4.6.1 version: 4.6.1(prisma@4.6.1) blitz: - specifier: 2.1.2 + specifier: 2.1.3 version: link:../../packages/blitz lowdb: specifier: 3.0.0 @@ -1175,7 +1175,7 @@ importers: version: 18.2.0(react@18.2.0) devDependencies: "@blitzjs/config": - specifier: 2.1.2 + specifier: 2.1.3 version: link:../../packages/config "@next/bundle-analyzer": specifier: 12.0.8 @@ -1214,13 +1214,13 @@ importers: integration-tests/utils: devDependencies: "@blitzjs/config": - specifier: workspace:2.1.2 + specifier: workspace:2.1.3 version: link:../../packages/config "@blitzjs/next": - specifier: workspace:2.1.2 + specifier: workspace:2.1.3 version: link:../../packages/blitz-next "@blitzjs/rpc": - specifier: workspace:2.1.2 + specifier: workspace:2.1.3 version: link:../../packages/blitz-rpc "@tanstack/react-query": specifier: 4.13.0 @@ -1301,7 +1301,7 @@ importers: packages/blitz: dependencies: "@blitzjs/generator": - specifier: 2.1.2 + specifier: 2.1.3 version: link:../generator "@mrleebo/prisma-ast": specifier: 0.4.1 @@ -1446,7 +1446,7 @@ importers: version: 2.1.1 devDependencies: "@blitzjs/config": - specifier: 2.1.2 + specifier: 2.1.3 version: link:../config "@types/cookie": specifier: 0.4.1 @@ -1591,7 +1591,7 @@ importers: version: 0.11.0 devDependencies: "@blitzjs/config": - specifier: 2.1.2 + specifier: 2.1.3 version: link:../config "@testing-library/react": specifier: 13.4.0 @@ -1615,7 +1615,7 @@ importers: specifier: 17.0.14 version: 17.0.14 blitz: - specifier: 2.1.2 + specifier: 2.1.3 version: link:../blitz next: specifier: 14.2.15 @@ -1645,7 +1645,7 @@ importers: packages/blitz-next: dependencies: "@blitzjs/rpc": - specifier: 2.1.2 + specifier: 2.1.3 version: link:../blitz-rpc "@types/hoist-non-react-statics": specifier: 3.3.1 @@ -1670,7 +1670,7 @@ importers: version: 8.1.1 devDependencies: "@blitzjs/config": - specifier: 2.1.2 + specifier: 2.1.3 version: link:../config "@testing-library/dom": specifier: 8.13.0 @@ -1703,7 +1703,7 @@ importers: specifier: 4.0.0 version: 4.0.0(@types/react@18.0.25)(react-dom@18.2.0)(react@18.2.0) blitz: - specifier: 2.1.2 + specifier: 2.1.3 version: link:../blitz cross-spawn: specifier: 7.0.3 @@ -1713,7 +1713,7 @@ importers: version: 4.1.0 next: specifier: 14.2.15 - version: 14.2.15(@babel/core@7.20.2)(react-dom@18.2.0)(react@18.2.0) + version: 14.2.15(@babel/core@7.12.10)(react-dom@18.2.0)(react@18.2.0) next-router-mock: specifier: 0.9.1 version: 0.9.1(next@14.2.15)(react@18.2.0) @@ -1728,7 +1728,7 @@ importers: version: 5.0.0 ts-jest: specifier: 27.1.4 - version: 27.1.4(@babel/core@7.20.2)(esbuild@0.14.51)(jest@27.5.1)(typescript@4.8.4) + version: 27.1.4(@babel/core@7.12.10)(esbuild@0.14.51)(jest@27.5.1)(typescript@4.8.4) tslog: specifier: 4.9.0 version: 4.9.0 @@ -1770,10 +1770,10 @@ importers: version: 8.1.1 devDependencies: "@blitzjs/auth": - specifier: 2.1.2 + specifier: 2.1.3 version: link:../blitz-auth "@blitzjs/config": - specifier: 2.1.2 + specifier: 2.1.3 version: link:../config "@tanstack/query-core": specifier: 4.24.4 @@ -1788,7 +1788,7 @@ importers: specifier: 17.0.14 version: 17.0.14 blitz: - specifier: 2.1.2 + specifier: 2.1.3 version: link:../blitz next: specifier: 14.2.15 @@ -1816,10 +1816,10 @@ importers: dependencies: "@babel/core": specifier: 7.12.10 - version: 7.12.10 + version: 7.12.10(supports-color@8.1.1) "@babel/plugin-proposal-class-properties": specifier: 7.17.12 - version: 7.17.12(@babel/core@7.12.10) + version: 7.17.12(@babel/core@7.12.10)(supports-color@8.1.1) "@babel/plugin-syntax-jsx": specifier: 7.17.12 version: 7.17.12(@babel/core@7.12.10) @@ -1827,13 +1827,13 @@ importers: specifier: 7.17.12 version: 7.17.12(@babel/core@7.12.10) "@blitzjs/generator": - specifier: 2.1.2 + specifier: 2.1.3 version: link:../generator arg: specifier: 5.0.1 version: 5.0.1 blitz: - specifier: 2.1.2 + specifier: 2.1.3 version: link:../blitz chalk: specifier: ^4.1.0 @@ -1859,9 +1859,9 @@ importers: devDependencies: "@babel/preset-env": specifier: 7.12.10 - version: 7.12.10(@babel/core@7.12.10) + version: 7.12.10(@babel/core@7.12.10)(supports-color@8.1.1) "@blitzjs/config": - specifier: 2.1.2 + specifier: 2.1.3 version: link:../config "@types/jscodeshift": specifier: 0.11.2 @@ -1874,7 +1874,7 @@ importers: version: 0.14.2 unbuild: specifier: 0.7.6 - version: 0.7.6(supports-color@8.1.1) + version: 0.7.6 watch: specifier: 1.0.2 version: 1.0.2 @@ -1983,7 +1983,7 @@ importers: version: 3.23.8 devDependencies: "@blitzjs/config": - specifier: 2.1.2 + specifier: 2.1.3 version: link:../config "@juanm04/cpx": specifier: 2.0.1 @@ -2059,7 +2059,7 @@ importers: version: 5.9.1(eslint@8.27.0)(supports-color@8.1.1)(typescript@4.8.4) devDependencies: "@blitzjs/config": - specifier: 2.1.2 + specifier: 2.1.3 version: link:../config "@types/react": specifier: 18.0.25 @@ -2075,7 +2075,7 @@ importers: version: 4.8.4 unbuild: specifier: 0.7.6 - version: 0.7.6(supports-color@8.1.1) + version: 0.7.6 watch: specifier: 1.0.2 version: 1.0.2 @@ -2083,7 +2083,7 @@ importers: recipes/base-web: dependencies: blitz: - specifier: 2.1.2 + specifier: 2.1.3 version: link:../../packages/blitz jscodeshift: specifier: 0.13.0 @@ -2096,7 +2096,7 @@ importers: recipes/bulma: dependencies: blitz: - specifier: 2.1.2 + specifier: 2.1.3 version: link:../../packages/blitz jscodeshift: specifier: 0.13.0 @@ -2109,7 +2109,7 @@ importers: recipes/bumbag-ui: dependencies: blitz: - specifier: 2.1.2 + specifier: 2.1.3 version: link:../../packages/blitz jscodeshift: specifier: 0.13.0 @@ -2125,7 +2125,7 @@ importers: recipes/chakra-ui: dependencies: blitz: - specifier: 2.1.2 + specifier: 2.1.3 version: link:../../packages/blitz jscodeshift: specifier: 0.13.0 @@ -2141,7 +2141,7 @@ importers: recipes/emotion: dependencies: blitz: - specifier: 2.1.2 + specifier: 2.1.3 version: link:../../packages/blitz jscodeshift: specifier: 0.13.0 @@ -2154,19 +2154,19 @@ importers: recipes/gh-action-yarn-mariadb: dependencies: blitz: - specifier: 2.1.2 + specifier: 2.1.3 version: link:../../packages/blitz recipes/gh-action-yarn-postgres: dependencies: blitz: - specifier: 2.1.2 + specifier: 2.1.3 version: link:../../packages/blitz recipes/ghost: dependencies: blitz: - specifier: 2.1.2 + specifier: 2.1.3 version: link:../../packages/blitz jscodeshift: specifier: 0.13.0 @@ -2179,7 +2179,7 @@ importers: recipes/graphql-apollo-server: dependencies: blitz: - specifier: 2.1.2 + specifier: 2.1.3 version: link:../../packages/blitz jscodeshift: specifier: 0.13.0 @@ -2195,7 +2195,7 @@ importers: recipes/logrocket: dependencies: blitz: - specifier: 2.1.2 + specifier: 2.1.3 version: link:../../packages/blitz jscodeshift: specifier: 0.13.0 @@ -2208,7 +2208,7 @@ importers: recipes/material-ui: dependencies: blitz: - specifier: 2.1.2 + specifier: 2.1.3 version: link:../../packages/blitz jscodeshift: specifier: 0.13.0 @@ -2221,7 +2221,7 @@ importers: recipes/next-ui: dependencies: blitz: - specifier: 2.1.2 + specifier: 2.1.3 version: link:../../packages/blitz jscodeshift: specifier: 0.13.0 @@ -2237,19 +2237,19 @@ importers: recipes/passenger: dependencies: blitz: - specifier: 2.1.2 + specifier: 2.1.3 version: link:../../packages/blitz recipes/quirrel: dependencies: blitz: - specifier: 2.1.2 + specifier: 2.1.3 version: link:../../packages/blitz recipes/reflexjs: dependencies: blitz: - specifier: 2.1.2 + specifier: 2.1.3 version: link:../../packages/blitz jscodeshift: specifier: 0.13.0 @@ -2265,13 +2265,13 @@ importers: recipes/render: dependencies: blitz: - specifier: 2.1.2 + specifier: 2.1.3 version: link:../../packages/blitz recipes/secureheaders: dependencies: blitz: - specifier: 2.1.2 + specifier: 2.1.3 version: link:../../packages/blitz jscodeshift: specifier: 0.13.0 @@ -2287,7 +2287,7 @@ importers: recipes/stitches: dependencies: blitz: - specifier: 2.1.2 + specifier: 2.1.3 version: link:../../packages/blitz jscodeshift: specifier: 0.13.0 @@ -2300,7 +2300,7 @@ importers: recipes/styled-components: dependencies: blitz: - specifier: 2.1.2 + specifier: 2.1.3 version: link:../../packages/blitz jscodeshift: specifier: 0.13.0 @@ -2316,7 +2316,7 @@ importers: recipes/tailwind: dependencies: blitz: - specifier: 2.1.2 + specifier: 2.1.3 version: link:../../packages/blitz jscodeshift: specifier: 0.13.0 @@ -2329,7 +2329,7 @@ importers: recipes/theme-ui: dependencies: blitz: - specifier: 2.1.2 + specifier: 2.1.3 version: link:../../packages/blitz jscodeshift: specifier: 0.13.0 @@ -2345,7 +2345,7 @@ importers: recipes/vanilla-extract: dependencies: blitz: - specifier: 2.1.2 + specifier: 2.1.3 version: link:../../packages/blitz jscodeshift: specifier: 0.13.0 @@ -2407,7 +2407,7 @@ packages: } engines: {node: ">=6.9.0"} - /@babel/core@7.12.10: + /@babel/core@7.12.10(supports-color@8.1.1): resolution: { integrity: sha512-eTAlQKq65zHfkHZV0sIVODCPGVgoo1HdBlbSLi9CqOzuZanMv2ihzY+4paiKr1mH+XmYESMAmJ/dpZ68eN6d8w==, @@ -2417,7 +2417,7 @@ packages: "@babel/code-frame": 7.16.7 "@babel/generator": 7.18.2 "@babel/helper-module-transforms": 7.18.0(supports-color@8.1.1) - "@babel/helpers": 7.18.2 + "@babel/helpers": 7.18.2(supports-color@8.1.1) "@babel/parser": 7.18.4 "@babel/template": 7.16.7 "@babel/traverse": 7.18.2(supports-color@8.1.1) @@ -2432,15 +2432,17 @@ packages: transitivePeerDependencies: - supports-color - /@babel/core@7.12.10(supports-color@8.1.1): + /@babel/core@7.18.2: resolution: { - integrity: sha512-eTAlQKq65zHfkHZV0sIVODCPGVgoo1HdBlbSLi9CqOzuZanMv2ihzY+4paiKr1mH+XmYESMAmJ/dpZ68eN6d8w==, + integrity: sha512-A8pri1YJiC5UnkdrWcmfZTJTV85b4UXTAfImGmCfYmax4TR9Cw8sDS0MOk++Gp2mE/BefVJ5nwy5yzqNJbP/DQ==, } engines: {node: ">=6.9.0"} dependencies: + "@ampproject/remapping": 2.2.0 "@babel/code-frame": 7.16.7 "@babel/generator": 7.18.2 + "@babel/helper-compilation-targets": 7.18.2(@babel/core@7.18.2) "@babel/helper-module-transforms": 7.18.0(supports-color@8.1.1) "@babel/helpers": 7.18.2(supports-color@8.1.1) "@babel/parser": 7.18.4 @@ -2448,32 +2450,30 @@ packages: "@babel/traverse": 7.18.2(supports-color@8.1.1) "@babel/types": 7.18.4 convert-source-map: 1.8.0 - debug: 4.3.4(supports-color@8.1.1) + debug: 4.3.3(supports-color@8.1.1) gensync: 1.0.0-beta.2 json5: 2.2.1 - lodash: 4.17.21 - semver: 5.7.1 - source-map: 0.5.7 + semver: 6.3.1 transitivePeerDependencies: - supports-color - /@babel/core@7.18.2: + /@babel/core@7.20.2: resolution: { - integrity: sha512-A8pri1YJiC5UnkdrWcmfZTJTV85b4UXTAfImGmCfYmax4TR9Cw8sDS0MOk++Gp2mE/BefVJ5nwy5yzqNJbP/DQ==, + integrity: sha512-w7DbG8DtMrJcFOi4VrLm+8QM4az8Mo+PuLBKLp2zrYRCow8W/f9xiXm5sN53C8HksCyDQwCKha9JiDoIyPjT2g==, } engines: {node: ">=6.9.0"} dependencies: "@ampproject/remapping": 2.2.0 - "@babel/code-frame": 7.16.7 - "@babel/generator": 7.18.2 - "@babel/helper-compilation-targets": 7.18.2(@babel/core@7.18.2) - "@babel/helper-module-transforms": 7.18.0(supports-color@8.1.1) - "@babel/helpers": 7.18.2 - "@babel/parser": 7.18.4 - "@babel/template": 7.16.7 - "@babel/traverse": 7.18.2(supports-color@8.1.1) - "@babel/types": 7.18.4 + "@babel/code-frame": 7.18.6 + "@babel/generator": 7.20.4 + "@babel/helper-compilation-targets": 7.20.0(@babel/core@7.20.2) + "@babel/helper-module-transforms": 7.20.2(supports-color@8.1.1) + "@babel/helpers": 7.20.1(supports-color@8.1.1) + "@babel/parser": 7.20.3 + "@babel/template": 7.18.10 + "@babel/traverse": 7.20.1(supports-color@8.1.1) + "@babel/types": 7.20.2 convert-source-map: 1.8.0 debug: 4.3.3(supports-color@8.1.1) gensync: 1.0.0-beta.2 @@ -2503,7 +2503,7 @@ packages: debug: 4.3.3(supports-color@8.1.1) gensync: 1.0.0-beta.2 json5: 2.2.1 - semver: 6.3.0 + semver: 6.3.1 transitivePeerDependencies: - supports-color @@ -2597,31 +2597,11 @@ packages: "@babel/core": ^7.0.0 dependencies: "@babel/compat-data": 7.20.1 - "@babel/core": 7.20.2(supports-color@8.1.1) + "@babel/core": 7.20.2 "@babel/helper-validator-option": 7.18.6 browserslist: 4.21.4 semver: 6.3.1 - /@babel/helper-create-class-features-plugin@7.17.12(@babel/core@7.12.10): - resolution: - { - integrity: sha512-sZoOeUTkFJMyhqCei2+Z+wtH/BehW8NVKQt7IRUQlRiOARuXymJYfN/FCcI8CvVbR0XVyDM6eLFOlR7YtiXnew==, - } - engines: {node: ">=6.9.0"} - peerDependencies: - "@babel/core": ^7.0.0 - dependencies: - "@babel/core": 7.12.10 - "@babel/helper-annotate-as-pure": 7.16.7 - "@babel/helper-environment-visitor": 7.18.2 - "@babel/helper-function-name": 7.17.9 - "@babel/helper-member-expression-to-functions": 7.17.7 - "@babel/helper-optimise-call-expression": 7.16.7 - "@babel/helper-replace-supers": 7.18.2(supports-color@8.1.1) - "@babel/helper-split-export-declaration": 7.16.7 - transitivePeerDependencies: - - supports-color - /@babel/helper-create-class-features-plugin@7.17.12(@babel/core@7.12.10)(supports-color@8.1.1): resolution: { @@ -2641,9 +2621,8 @@ packages: "@babel/helper-split-export-declaration": 7.16.7 transitivePeerDependencies: - supports-color - dev: false - /@babel/helper-create-class-features-plugin@7.18.0(@babel/core@7.12.10): + /@babel/helper-create-class-features-plugin@7.18.0(@babel/core@7.12.10)(supports-color@8.1.1): resolution: { integrity: sha512-Kh8zTGR9de3J63e5nS0rQUdRs/kbtwoeQQ0sriS0lItjC96u8XXZN6lKpuyWd2coKSU13py/y+LTmThLuVX0Pg==, @@ -2652,7 +2631,7 @@ packages: peerDependencies: "@babel/core": ^7.0.0 dependencies: - "@babel/core": 7.12.10 + "@babel/core": 7.12.10(supports-color@8.1.1) "@babel/helper-annotate-as-pure": 7.18.6 "@babel/helper-environment-visitor": 7.18.9 "@babel/helper-function-name": 7.19.0 @@ -2663,7 +2642,7 @@ packages: transitivePeerDependencies: - supports-color - /@babel/helper-create-class-features-plugin@7.18.0(@babel/core@7.12.10)(supports-color@8.1.1): + /@babel/helper-create-class-features-plugin@7.18.0(@babel/core@7.20.2): resolution: { integrity: sha512-Kh8zTGR9de3J63e5nS0rQUdRs/kbtwoeQQ0sriS0lItjC96u8XXZN6lKpuyWd2coKSU13py/y+LTmThLuVX0Pg==, @@ -2672,7 +2651,7 @@ packages: peerDependencies: "@babel/core": ^7.0.0 dependencies: - "@babel/core": 7.12.10(supports-color@8.1.1) + "@babel/core": 7.20.2 "@babel/helper-annotate-as-pure": 7.18.6 "@babel/helper-environment-visitor": 7.18.9 "@babel/helper-function-name": 7.19.0 @@ -2989,19 +2968,6 @@ packages: transitivePeerDependencies: - supports-color - /@babel/helpers@7.18.2: - resolution: - { - integrity: sha512-j+d+u5xT5utcQSzrh9p+PaJX94h++KN+ng9b9WEJq7pkUPAd61FGqhjuUEdfknb3E/uDBb7ruwEeKkIxNJPIrg==, - } - engines: {node: ">=6.9.0"} - dependencies: - "@babel/template": 7.16.7 - "@babel/traverse": 7.18.2(supports-color@8.1.1) - "@babel/types": 7.18.4 - transitivePeerDependencies: - - supports-color - /@babel/helpers@7.18.2(supports-color@8.1.1): resolution: { @@ -3011,7 +2977,7 @@ packages: dependencies: "@babel/template": 7.16.7 "@babel/traverse": 7.18.2(supports-color@8.1.1) - "@babel/types": 7.20.2 + "@babel/types": 7.18.4 transitivePeerDependencies: - supports-color @@ -3070,22 +3036,6 @@ packages: dependencies: "@babel/types": 7.20.2 - /@babel/plugin-proposal-async-generator-functions@7.17.12(@babel/core@7.12.10): - resolution: - { - integrity: sha512-RWVvqD1ooLKP6IqWTA5GyFVX2isGEgC5iFxKzfYOIy/QEFdxYyCybBDtIGjipHpb9bDWHzcqGqFakf+mVmBTdQ==, - } - engines: {node: ">=6.9.0"} - peerDependencies: - "@babel/core": ^7.0.0-0 - dependencies: - "@babel/core": 7.12.10 - "@babel/helper-plugin-utils": 7.20.2 - "@babel/helper-remap-async-to-generator": 7.16.8(supports-color@8.1.1) - "@babel/plugin-syntax-async-generators": 7.8.4(@babel/core@7.12.10) - transitivePeerDependencies: - - supports-color - /@babel/plugin-proposal-async-generator-functions@7.17.12(@babel/core@7.12.10)(supports-color@8.1.1): resolution: { @@ -3101,9 +3051,8 @@ packages: "@babel/plugin-syntax-async-generators": 7.8.4(@babel/core@7.12.10) transitivePeerDependencies: - supports-color - dev: false - /@babel/plugin-proposal-class-properties@7.17.12(@babel/core@7.12.10): + /@babel/plugin-proposal-class-properties@7.17.12(@babel/core@7.12.10)(supports-color@8.1.1): resolution: { integrity: sha512-U0mI9q8pW5Q9EaTHFPwSVusPMV/DV9Mm8p7csqROFLtIE9rBF5piLqyrBGigftALrBcsBGu4m38JneAe7ZDLXw==, @@ -3112,13 +3061,13 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.12.10 - "@babel/helper-create-class-features-plugin": 7.18.0(@babel/core@7.12.10) + "@babel/core": 7.12.10(supports-color@8.1.1) + "@babel/helper-create-class-features-plugin": 7.18.0(@babel/core@7.12.10)(supports-color@8.1.1) "@babel/helper-plugin-utils": 7.17.12 transitivePeerDependencies: - supports-color - /@babel/plugin-proposal-class-properties@7.17.12(@babel/core@7.12.10)(supports-color@8.1.1): + /@babel/plugin-proposal-class-properties@7.17.12(@babel/core@7.20.2): resolution: { integrity: sha512-U0mI9q8pW5Q9EaTHFPwSVusPMV/DV9Mm8p7csqROFLtIE9rBF5piLqyrBGigftALrBcsBGu4m38JneAe7ZDLXw==, @@ -3127,8 +3076,8 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.12.10(supports-color@8.1.1) - "@babel/helper-create-class-features-plugin": 7.18.0(@babel/core@7.12.10)(supports-color@8.1.1) + "@babel/core": 7.20.2 + "@babel/helper-create-class-features-plugin": 7.18.0(@babel/core@7.20.2) "@babel/helper-plugin-utils": 7.17.12 transitivePeerDependencies: - supports-color @@ -3300,21 +3249,6 @@ packages: "@babel/plugin-syntax-optional-chaining": 7.8.3(@babel/core@7.20.2) dev: false - /@babel/plugin-proposal-private-methods@7.17.12(@babel/core@7.12.10): - resolution: - { - integrity: sha512-SllXoxo19HmxhDWm3luPz+cPhtoTSKLJE9PXshsfrOzBqs60QP0r8OaJItrPhAj0d7mZMnNF0Y1UUggCDgMz1A==, - } - engines: {node: ">=6.9.0"} - peerDependencies: - "@babel/core": ^7.0.0-0 - dependencies: - "@babel/core": 7.12.10 - "@babel/helper-create-class-features-plugin": 7.17.12(@babel/core@7.12.10) - "@babel/helper-plugin-utils": 7.17.12 - transitivePeerDependencies: - - supports-color - /@babel/plugin-proposal-private-methods@7.17.12(@babel/core@7.12.10)(supports-color@8.1.1): resolution: { @@ -3329,7 +3263,6 @@ packages: "@babel/helper-plugin-utils": 7.17.12 transitivePeerDependencies: - supports-color - dev: false /@babel/plugin-proposal-unicode-property-regex@7.17.12(@babel/core@7.12.10): resolution: @@ -3363,7 +3296,7 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.12.10 + "@babel/core": 7.12.10(supports-color@8.1.1) "@babel/helper-plugin-utils": 7.20.2 /@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.12.10): @@ -3420,7 +3353,7 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.12.10 + "@babel/core": 7.12.10(supports-color@8.1.1) "@babel/helper-plugin-utils": 7.20.2 /@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.12.10): @@ -3443,7 +3376,7 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.12.10 + "@babel/core": 7.12.10(supports-color@8.1.1) "@babel/helper-plugin-utils": 7.17.12 /@babel/plugin-syntax-jsx@7.17.12(@babel/core@7.18.2): @@ -3468,7 +3401,7 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.20.2(supports-color@8.1.1) + "@babel/core": 7.20.2 "@babel/helper-plugin-utils": 7.20.2 dev: true @@ -3583,7 +3516,7 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.12.10 + "@babel/core": 7.12.10(supports-color@8.1.1) "@babel/helper-plugin-utils": 7.17.12 /@babel/plugin-syntax-typescript@7.17.12(@babel/core@7.20.2): @@ -3611,22 +3544,6 @@ packages: "@babel/core": 7.12.10(supports-color@8.1.1) "@babel/helper-plugin-utils": 7.17.12 - /@babel/plugin-transform-async-to-generator@7.17.12(@babel/core@7.12.10): - resolution: - { - integrity: sha512-J8dbrWIOO3orDzir57NRsjg4uxucvhby0L/KZuGsWDj0g7twWK3g7JhJhOrXtuXiw8MeiSdJ3E0OW9H8LYEzLQ==, - } - engines: {node: ">=6.9.0"} - peerDependencies: - "@babel/core": ^7.0.0-0 - dependencies: - "@babel/core": 7.12.10 - "@babel/helper-module-imports": 7.16.7 - "@babel/helper-plugin-utils": 7.17.12 - "@babel/helper-remap-async-to-generator": 7.16.8(supports-color@8.1.1) - transitivePeerDependencies: - - supports-color - /@babel/plugin-transform-async-to-generator@7.17.12(@babel/core@7.12.10)(supports-color@8.1.1): resolution: { @@ -3642,7 +3559,6 @@ packages: "@babel/helper-remap-async-to-generator": 7.16.8(supports-color@8.1.1) transitivePeerDependencies: - supports-color - dev: false /@babel/plugin-transform-block-scoped-functions@7.16.7(@babel/core@7.12.10): resolution: @@ -3668,27 +3584,6 @@ packages: "@babel/core": 7.12.10(supports-color@8.1.1) "@babel/helper-plugin-utils": 7.17.12 - /@babel/plugin-transform-classes@7.18.4(@babel/core@7.12.10): - resolution: - { - integrity: sha512-e42NSG2mlKWgxKUAD9EJJSkZxR67+wZqzNxLSpc51T8tRU5SLFHsPmgYR5yr7sdgX4u+iHA1C5VafJ6AyImV3A==, - } - engines: {node: ">=6.9.0"} - peerDependencies: - "@babel/core": ^7.0.0-0 - dependencies: - "@babel/core": 7.12.10 - "@babel/helper-annotate-as-pure": 7.16.7 - "@babel/helper-environment-visitor": 7.18.2 - "@babel/helper-function-name": 7.17.9 - "@babel/helper-optimise-call-expression": 7.16.7 - "@babel/helper-plugin-utils": 7.17.12 - "@babel/helper-replace-supers": 7.18.2(supports-color@8.1.1) - "@babel/helper-split-export-declaration": 7.16.7 - globals: 11.12.0 - transitivePeerDependencies: - - supports-color - /@babel/plugin-transform-classes@7.18.4(@babel/core@7.12.10)(supports-color@8.1.1): resolution: { @@ -3709,7 +3604,6 @@ packages: globals: 11.12.0 transitivePeerDependencies: - supports-color - dev: false /@babel/plugin-transform-computed-properties@7.17.12(@babel/core@7.12.10): resolution: @@ -3837,22 +3731,6 @@ packages: "@babel/core": 7.12.10(supports-color@8.1.1) "@babel/helper-plugin-utils": 7.17.12 - /@babel/plugin-transform-modules-amd@7.18.0(@babel/core@7.12.10): - resolution: - { - integrity: sha512-h8FjOlYmdZwl7Xm2Ug4iX2j7Qy63NANI+NQVWQzv6r25fqgg7k2dZl03p95kvqNclglHs4FZ+isv4p1uXMA+QA==, - } - engines: {node: ">=6.9.0"} - peerDependencies: - "@babel/core": ^7.0.0-0 - dependencies: - "@babel/core": 7.12.10 - "@babel/helper-module-transforms": 7.18.0(supports-color@8.1.1) - "@babel/helper-plugin-utils": 7.17.12 - babel-plugin-dynamic-import-node: 2.3.3 - transitivePeerDependencies: - - supports-color - /@babel/plugin-transform-modules-amd@7.18.0(@babel/core@7.12.10)(supports-color@8.1.1): resolution: { @@ -3868,9 +3746,8 @@ packages: babel-plugin-dynamic-import-node: 2.3.3 transitivePeerDependencies: - supports-color - dev: false - /@babel/plugin-transform-modules-commonjs@7.18.2(@babel/core@7.12.10): + /@babel/plugin-transform-modules-commonjs@7.18.2(@babel/core@7.12.10)(supports-color@8.1.1): resolution: { integrity: sha512-f5A865gFPAJAEE0K7F/+nm5CmAE3y8AWlMBG9unu5j9+tk50UQVK0QS8RNxSp7MJf0wh97uYyLWt3Zvu71zyOQ==, @@ -3879,7 +3756,7 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.12.10 + "@babel/core": 7.12.10(supports-color@8.1.1) "@babel/helper-module-transforms": 7.18.0(supports-color@8.1.1) "@babel/helper-plugin-utils": 7.17.12 "@babel/helper-simple-access": 7.18.2 @@ -3887,7 +3764,7 @@ packages: transitivePeerDependencies: - supports-color - /@babel/plugin-transform-modules-commonjs@7.18.2(@babel/core@7.12.10)(supports-color@8.1.1): + /@babel/plugin-transform-modules-commonjs@7.18.2(@babel/core@7.20.2): resolution: { integrity: sha512-f5A865gFPAJAEE0K7F/+nm5CmAE3y8AWlMBG9unu5j9+tk50UQVK0QS8RNxSp7MJf0wh97uYyLWt3Zvu71zyOQ==, @@ -3896,7 +3773,7 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.12.10(supports-color@8.1.1) + "@babel/core": 7.20.2 "@babel/helper-module-transforms": 7.18.0(supports-color@8.1.1) "@babel/helper-plugin-utils": 7.17.12 "@babel/helper-simple-access": 7.18.2 @@ -3923,24 +3800,6 @@ packages: - supports-color dev: false - /@babel/plugin-transform-modules-systemjs@7.18.4(@babel/core@7.12.10): - resolution: - { - integrity: sha512-lH2UaQaHVOAeYrUUuZ8i38o76J/FnO8vu21OE+tD1MyP9lxdZoSfz+pDbWkq46GogUrdrMz3tiz/FYGB+bVThg==, - } - engines: {node: ">=6.9.0"} - peerDependencies: - "@babel/core": ^7.0.0-0 - dependencies: - "@babel/core": 7.12.10 - "@babel/helper-hoist-variables": 7.16.7 - "@babel/helper-module-transforms": 7.18.0(supports-color@8.1.1) - "@babel/helper-plugin-utils": 7.17.12 - "@babel/helper-validator-identifier": 7.16.7 - babel-plugin-dynamic-import-node: 2.3.3 - transitivePeerDependencies: - - supports-color - /@babel/plugin-transform-modules-systemjs@7.18.4(@babel/core@7.12.10)(supports-color@8.1.1): resolution: { @@ -3958,22 +3817,6 @@ packages: babel-plugin-dynamic-import-node: 2.3.3 transitivePeerDependencies: - supports-color - dev: false - - /@babel/plugin-transform-modules-umd@7.18.0(@babel/core@7.12.10): - resolution: - { - integrity: sha512-d/zZ8I3BWli1tmROLxXLc9A6YXvGK8egMxHp+E/rRwMh1Kip0AP77VwZae3snEJ33iiWwvNv2+UIIhfalqhzZA==, - } - engines: {node: ">=6.9.0"} - peerDependencies: - "@babel/core": ^7.0.0-0 - dependencies: - "@babel/core": 7.12.10 - "@babel/helper-module-transforms": 7.18.0(supports-color@8.1.1) - "@babel/helper-plugin-utils": 7.17.12 - transitivePeerDependencies: - - supports-color /@babel/plugin-transform-modules-umd@7.18.0(@babel/core@7.12.10)(supports-color@8.1.1): resolution: @@ -3989,7 +3832,6 @@ packages: "@babel/helper-plugin-utils": 7.17.12 transitivePeerDependencies: - supports-color - dev: false /@babel/plugin-transform-named-capturing-groups-regex@7.17.12(@babel/core@7.12.10): resolution: @@ -4016,21 +3858,6 @@ packages: "@babel/core": 7.12.10(supports-color@8.1.1) "@babel/helper-plugin-utils": 7.17.12 - /@babel/plugin-transform-object-super@7.16.7(@babel/core@7.12.10): - resolution: - { - integrity: sha512-14J1feiQVWaGvRxj2WjyMuXS2jsBkgB3MdSN5HuC2G5nRspa5RK9COcs82Pwy5BuGcjb+fYaUj94mYcOj7rCvw==, - } - engines: {node: ">=6.9.0"} - peerDependencies: - "@babel/core": ^7.0.0-0 - dependencies: - "@babel/core": 7.12.10 - "@babel/helper-plugin-utils": 7.17.12 - "@babel/helper-replace-supers": 7.18.2(supports-color@8.1.1) - transitivePeerDependencies: - - supports-color - /@babel/plugin-transform-object-super@7.16.7(@babel/core@7.12.10)(supports-color@8.1.1): resolution: { @@ -4045,7 +3872,6 @@ packages: "@babel/helper-replace-supers": 7.18.2(supports-color@8.1.1) transitivePeerDependencies: - supports-color - dev: false /@babel/plugin-transform-parameters@7.17.12(@babel/core@7.12.10): resolution: @@ -4093,7 +3919,7 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.20.2(supports-color@8.1.1) + "@babel/core": 7.20.2 "@babel/plugin-transform-react-jsx": 7.19.0(@babel/core@7.20.2) dev: true @@ -4119,7 +3945,7 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.20.2(supports-color@8.1.1) + "@babel/core": 7.20.2 "@babel/helper-plugin-utils": 7.20.2 dev: true @@ -4145,7 +3971,7 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.20.2(supports-color@8.1.1) + "@babel/core": 7.20.2 "@babel/helper-plugin-utils": 7.20.2 dev: true @@ -4175,7 +4001,7 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.20.2(supports-color@8.1.1) + "@babel/core": 7.20.2 "@babel/helper-annotate-as-pure": 7.18.6 "@babel/helper-module-imports": 7.18.6 "@babel/helper-plugin-utils": 7.20.2 @@ -4285,7 +4111,7 @@ packages: - supports-color dev: false - /@babel/plugin-transform-typescript@7.18.4(@babel/core@7.20.2)(supports-color@8.1.1): + /@babel/plugin-transform-typescript@7.18.4(@babel/core@7.20.2): resolution: { integrity: sha512-l4vHuSLUajptpHNEOUDEGsnpl9pfRLsN1XUoDQDD/YBuXTM+v37SHGS+c6n4jdcZy96QtuUuSvZYMLSSsjH8Mw==, @@ -4294,116 +4120,55 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.20.2(supports-color@8.1.1) - "@babel/helper-create-class-features-plugin": 7.18.0(@babel/core@7.20.2)(supports-color@8.1.1) + "@babel/core": 7.20.2 + "@babel/helper-create-class-features-plugin": 7.18.0(@babel/core@7.20.2) "@babel/helper-plugin-utils": 7.17.12 "@babel/plugin-syntax-typescript": 7.17.12(@babel/core@7.20.2) transitivePeerDependencies: - supports-color dev: false - /@babel/plugin-transform-unicode-escapes@7.16.7(@babel/core@7.12.10): + /@babel/plugin-transform-typescript@7.18.4(@babel/core@7.20.2)(supports-color@8.1.1): resolution: { - integrity: sha512-TAV5IGahIz3yZ9/Hfv35TV2xEm+kaBDaZQCn2S/hG9/CZ0DktxJv9eKfPc7yYCvOYR4JGx1h8C+jcSOvgaaI/Q==, + integrity: sha512-l4vHuSLUajptpHNEOUDEGsnpl9pfRLsN1XUoDQDD/YBuXTM+v37SHGS+c6n4jdcZy96QtuUuSvZYMLSSsjH8Mw==, } engines: {node: ">=6.9.0"} peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.12.10(supports-color@8.1.1) + "@babel/core": 7.20.2(supports-color@8.1.1) + "@babel/helper-create-class-features-plugin": 7.18.0(@babel/core@7.20.2)(supports-color@8.1.1) "@babel/helper-plugin-utils": 7.17.12 + "@babel/plugin-syntax-typescript": 7.17.12(@babel/core@7.20.2) + transitivePeerDependencies: + - supports-color + dev: false - /@babel/plugin-transform-unicode-regex@7.16.7(@babel/core@7.12.10): + /@babel/plugin-transform-unicode-escapes@7.16.7(@babel/core@7.12.10): resolution: { - integrity: sha512-oC5tYYKw56HO75KZVLQ+R/Nl3Hro9kf8iG0hXoaHP7tjAyCpvqBiSNe6vGrZni1Z6MggmUOC6A7VP7AVmw225Q==, + integrity: sha512-TAV5IGahIz3yZ9/Hfv35TV2xEm+kaBDaZQCn2S/hG9/CZ0DktxJv9eKfPc7yYCvOYR4JGx1h8C+jcSOvgaaI/Q==, } engines: {node: ">=6.9.0"} peerDependencies: "@babel/core": ^7.0.0-0 dependencies: "@babel/core": 7.12.10(supports-color@8.1.1) - "@babel/helper-create-regexp-features-plugin": 7.17.12(@babel/core@7.12.10) "@babel/helper-plugin-utils": 7.17.12 - /@babel/preset-env@7.12.10(@babel/core@7.12.10): + /@babel/plugin-transform-unicode-regex@7.16.7(@babel/core@7.12.10): resolution: { - integrity: sha512-Gz9hnBT/tGeTE2DBNDkD7BiWRELZt+8lSysHuDwmYXUIvtwZl0zI+D6mZgXZX0u8YBlLS4tmai9ONNY9tjRgRA==, - } - peerDependencies: - "@babel/core": ^7.0.0-0 - dependencies: - "@babel/compat-data": 7.17.10 - "@babel/core": 7.12.10 - "@babel/helper-compilation-targets": 7.18.2(@babel/core@7.12.10) - "@babel/helper-module-imports": 7.16.7 - "@babel/helper-plugin-utils": 7.17.12 - "@babel/helper-validator-option": 7.16.7 - "@babel/plugin-proposal-async-generator-functions": 7.17.12(@babel/core@7.12.10) - "@babel/plugin-proposal-class-properties": 7.17.12(@babel/core@7.12.10) - "@babel/plugin-proposal-dynamic-import": 7.16.7(@babel/core@7.12.10) - "@babel/plugin-proposal-export-namespace-from": 7.17.12(@babel/core@7.12.10) - "@babel/plugin-proposal-json-strings": 7.17.12(@babel/core@7.12.10) - "@babel/plugin-proposal-logical-assignment-operators": 7.17.12(@babel/core@7.12.10) - "@babel/plugin-proposal-nullish-coalescing-operator": 7.17.12(@babel/core@7.12.10) - "@babel/plugin-proposal-numeric-separator": 7.16.7(@babel/core@7.12.10) - "@babel/plugin-proposal-object-rest-spread": 7.18.0(@babel/core@7.12.10) - "@babel/plugin-proposal-optional-catch-binding": 7.16.7(@babel/core@7.12.10) - "@babel/plugin-proposal-optional-chaining": 7.17.12(@babel/core@7.12.10) - "@babel/plugin-proposal-private-methods": 7.17.12(@babel/core@7.12.10) - "@babel/plugin-proposal-unicode-property-regex": 7.17.12(@babel/core@7.12.10) - "@babel/plugin-syntax-async-generators": 7.8.4(@babel/core@7.12.10) - "@babel/plugin-syntax-class-properties": 7.12.13(@babel/core@7.12.10) - "@babel/plugin-syntax-dynamic-import": 7.8.3(@babel/core@7.12.10) - "@babel/plugin-syntax-export-namespace-from": 7.8.3(@babel/core@7.12.10) - "@babel/plugin-syntax-json-strings": 7.8.3(@babel/core@7.12.10) - "@babel/plugin-syntax-logical-assignment-operators": 7.10.4(@babel/core@7.12.10) - "@babel/plugin-syntax-nullish-coalescing-operator": 7.8.3(@babel/core@7.12.10) - "@babel/plugin-syntax-numeric-separator": 7.10.4(@babel/core@7.12.10) - "@babel/plugin-syntax-object-rest-spread": 7.8.3(@babel/core@7.12.10) - "@babel/plugin-syntax-optional-catch-binding": 7.8.3(@babel/core@7.12.10) - "@babel/plugin-syntax-optional-chaining": 7.8.3(@babel/core@7.12.10) - "@babel/plugin-syntax-top-level-await": 7.14.5(@babel/core@7.12.10) - "@babel/plugin-transform-arrow-functions": 7.17.12(@babel/core@7.12.10) - "@babel/plugin-transform-async-to-generator": 7.17.12(@babel/core@7.12.10) - "@babel/plugin-transform-block-scoped-functions": 7.16.7(@babel/core@7.12.10) - "@babel/plugin-transform-block-scoping": 7.18.4(@babel/core@7.12.10) - "@babel/plugin-transform-classes": 7.18.4(@babel/core@7.12.10) - "@babel/plugin-transform-computed-properties": 7.17.12(@babel/core@7.12.10) - "@babel/plugin-transform-destructuring": 7.18.0(@babel/core@7.12.10) - "@babel/plugin-transform-dotall-regex": 7.16.7(@babel/core@7.12.10) - "@babel/plugin-transform-duplicate-keys": 7.17.12(@babel/core@7.12.10) - "@babel/plugin-transform-exponentiation-operator": 7.16.7(@babel/core@7.12.10) - "@babel/plugin-transform-for-of": 7.18.1(@babel/core@7.12.10) - "@babel/plugin-transform-function-name": 7.16.7(@babel/core@7.12.10) - "@babel/plugin-transform-literals": 7.17.12(@babel/core@7.12.10) - "@babel/plugin-transform-member-expression-literals": 7.16.7(@babel/core@7.12.10) - "@babel/plugin-transform-modules-amd": 7.18.0(@babel/core@7.12.10) - "@babel/plugin-transform-modules-commonjs": 7.18.2(@babel/core@7.12.10) - "@babel/plugin-transform-modules-systemjs": 7.18.4(@babel/core@7.12.10) - "@babel/plugin-transform-modules-umd": 7.18.0(@babel/core@7.12.10) - "@babel/plugin-transform-named-capturing-groups-regex": 7.17.12(@babel/core@7.12.10) - "@babel/plugin-transform-new-target": 7.17.12(@babel/core@7.12.10) - "@babel/plugin-transform-object-super": 7.16.7(@babel/core@7.12.10) - "@babel/plugin-transform-parameters": 7.17.12(@babel/core@7.12.10) - "@babel/plugin-transform-property-literals": 7.16.7(@babel/core@7.12.10) - "@babel/plugin-transform-regenerator": 7.18.0(@babel/core@7.12.10) - "@babel/plugin-transform-reserved-words": 7.17.12(@babel/core@7.12.10) - "@babel/plugin-transform-shorthand-properties": 7.16.7(@babel/core@7.12.10) - "@babel/plugin-transform-spread": 7.17.12(@babel/core@7.12.10) - "@babel/plugin-transform-sticky-regex": 7.16.7(@babel/core@7.12.10) - "@babel/plugin-transform-template-literals": 7.18.2(@babel/core@7.12.10) - "@babel/plugin-transform-typeof-symbol": 7.17.12(@babel/core@7.12.10) - "@babel/plugin-transform-unicode-escapes": 7.16.7(@babel/core@7.12.10) - "@babel/plugin-transform-unicode-regex": 7.16.7(@babel/core@7.12.10) - "@babel/preset-modules": 0.1.5(@babel/core@7.12.10) - "@babel/types": 7.17.12 - core-js-compat: 3.22.5 - semver: 5.7.1 - transitivePeerDependencies: - - supports-color + integrity: sha512-oC5tYYKw56HO75KZVLQ+R/Nl3Hro9kf8iG0hXoaHP7tjAyCpvqBiSNe6vGrZni1Z6MggmUOC6A7VP7AVmw225Q==, + } + engines: {node: ">=6.9.0"} + peerDependencies: + "@babel/core": ^7.0.0-0 + dependencies: + "@babel/core": 7.12.10(supports-color@8.1.1) + "@babel/helper-create-regexp-features-plugin": 7.17.12(@babel/core@7.12.10) + "@babel/helper-plugin-utils": 7.17.12 /@babel/preset-env@7.12.10(@babel/core@7.12.10)(supports-color@8.1.1): resolution: @@ -4482,7 +4247,6 @@ packages: semver: 5.7.1 transitivePeerDependencies: - supports-color - dev: false /@babel/preset-flow@7.17.12(@babel/core@7.20.2): resolution: @@ -4514,6 +4278,23 @@ packages: "@babel/types": 7.18.4 esutils: 2.0.3 + /@babel/preset-typescript@7.17.12(@babel/core@7.20.2): + resolution: + { + integrity: sha512-S1ViF8W2QwAKUGJXxP9NAfNaqGDdEBJKpYkxHf5Yy2C4NPPzXGeR3Lhk7G8xJaaLcFTRfNjVbtbVtm8Gb0mqvg==, + } + engines: {node: ">=6.9.0"} + peerDependencies: + "@babel/core": ^7.0.0-0 + dependencies: + "@babel/core": 7.20.2 + "@babel/helper-plugin-utils": 7.17.12 + "@babel/helper-validator-option": 7.16.7 + "@babel/plugin-transform-typescript": 7.18.4(@babel/core@7.20.2) + transitivePeerDependencies: + - supports-color + dev: false + /@babel/preset-typescript@7.17.12(@babel/core@7.20.2)(supports-color@8.1.1): resolution: { @@ -4725,7 +4506,7 @@ packages: integrity: sha512-gp6nIdVdfYdwKww2+f8whckKmvfE4JEm4jJgBhTmooi0uzHWhnxvk6JIzQi89qEAMINN0SeVNnXiAtbFY0Mj3w==, } dependencies: - "@babel/runtime": 7.18.3 + "@babel/runtime": 7.23.2 "@changesets/config": 2.0.0 "@changesets/get-version-range-type": 0.3.2 "@changesets/git": 1.3.2 @@ -4746,7 +4527,7 @@ packages: integrity: sha512-I+TTkUoqvxBEuDLoJfJYKDXIJ+nyiTbVJ8KGhpXEsLq4N/ms/AStSbouJwF2d/p3cB+RCPr5+gXh31GSN4kA7w==, } dependencies: - "@babel/runtime": 7.18.3 + "@babel/runtime": 7.23.2 "@changesets/errors": 0.1.4 "@changesets/get-dependents-graph": 1.3.2 "@changesets/types": 5.0.0 @@ -4847,7 +4628,7 @@ packages: integrity: sha512-5C1r4DcOjVxcCvPmXpymeyT6mdSTLCNiB2L+5uf19BRkDKndJdIQorH5Fe2XBR2nHUcZQFT+2TXDzCepat969w==, } dependencies: - "@babel/runtime": 7.18.3 + "@babel/runtime": 7.23.2 "@changesets/assemble-release-plan": 5.1.3 "@changesets/config": 2.0.0 "@changesets/pre": 1.0.11 @@ -4869,7 +4650,7 @@ packages: integrity: sha512-p5UL+urAg0Nnpt70DLiBe2iSsMcDubTo9fTOD/61krmcJ466MGh71OHwdAwu1xG5+NKzeysdy1joRTg8CXcEXA==, } dependencies: - "@babel/runtime": 7.18.3 + "@babel/runtime": 7.23.2 "@changesets/errors": 0.1.4 "@changesets/types": 5.0.0 "@manypkg/get-packages": 1.1.3 @@ -4902,7 +4683,7 @@ packages: integrity: sha512-CXZnt4SV9waaC9cPLm7818+SxvLKIDHUxaiTXnJYDp1c56xIexx1BNfC1yMuOdzO2a3rAIcZua5Odxr3dwSKfg==, } dependencies: - "@babel/runtime": 7.18.3 + "@babel/runtime": 7.23.2 "@changesets/errors": 0.1.4 "@changesets/types": 5.0.0 "@manypkg/get-packages": 1.1.3 @@ -4915,7 +4696,7 @@ packages: integrity: sha512-bzonrPWc29Tsjvgh+8CqJ0apQOwWim0zheeD4ZK44ApSa/GudnZJTODtA3yNOOuQzeZmL0NUebVoHIurtIkA7w==, } dependencies: - "@babel/runtime": 7.18.3 + "@babel/runtime": 7.23.2 "@changesets/git": 1.3.2 "@changesets/logger": 0.0.5 "@changesets/parse": 0.3.13 @@ -4952,7 +4733,7 @@ packages: integrity: sha512-oIHeFVMuP6jf0TPnKPpaFpvvAf3JBc+s2pmVChbeEgQTBTALoF51Z9kqxQfG4XONZPHZnqkmy564c7qohhhhTQ==, } dependencies: - "@babel/runtime": 7.18.3 + "@babel/runtime": 7.23.2 "@changesets/types": 5.0.0 fs-extra: 7.0.1 human-id: 1.0.2 @@ -5421,7 +5202,7 @@ packages: glob: 7.2.0 graceful-fs: 4.2.11 istanbul-lib-coverage: 3.2.0 - istanbul-lib-instrument: 5.2.0 + istanbul-lib-instrument: 5.2.0(supports-color@8.1.1) istanbul-lib-report: 3.0.0 istanbul-lib-source-maps: 4.0.1(supports-color@8.1.1) istanbul-reports: 3.1.4 @@ -5552,10 +5333,10 @@ packages: } engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - "@babel/core": 7.12.10 + "@babel/core": 7.12.10(supports-color@8.1.1) "@jest/types": 29.2.1 "@jridgewell/trace-mapping": 0.3.17 - babel-plugin-istanbul: 6.1.1 + babel-plugin-istanbul: 6.1.1(supports-color@8.1.1) chalk: 4.1.2 convert-source-map: 2.0.0 fast-json-stable-stringify: 2.1.0 @@ -5718,7 +5499,7 @@ packages: integrity: sha512-mki5uBvhHzO8kYYix/WRy2WX8S3B5wdVSc9D6KcU5lQNglP2yt58/VfLuAK49glRXChosY8ap2oJ1qgma3GUVA==, } dependencies: - "@babel/runtime": 7.18.3 + "@babel/runtime": 7.23.2 "@types/node": 12.20.55 find-up: 4.1.0 fs-extra: 8.1.0 @@ -5730,7 +5511,7 @@ packages: integrity: sha512-fo+QhuU3qE/2TQMQmbVMqaQ6EWbMhi4ABWP+O4AM1NqPBuy0OrApV5LO6BrrgnhtAHS2NH6RrVk9OL181tTi8A==, } dependencies: - "@babel/runtime": 7.18.3 + "@babel/runtime": 7.23.2 "@changesets/types": 4.1.0 "@manypkg/find-root": 1.1.0 fs-extra: 8.1.0 @@ -5966,7 +5747,6 @@ packages: picocolors: 1.0.0 tiny-glob: 0.2.9 tslib: 2.4.0 - dev: true /@polka/url@1.0.0-next.21: resolution: @@ -7986,7 +7766,7 @@ packages: peerDependencies: vite: ^3.0.0 dependencies: - "@babel/core": 7.20.2(supports-color@8.1.1) + "@babel/core": 7.20.2 "@babel/plugin-transform-react-jsx": 7.19.0(@babel/core@7.20.2) "@babel/plugin-transform-react-jsx-development": 7.18.6(@babel/core@7.20.2) "@babel/plugin-transform-react-jsx-self": 7.18.6(@babel/core@7.20.2) @@ -8477,7 +8257,7 @@ packages: } engines: {node: ">=6.0"} dependencies: - "@babel/runtime": 7.18.3 + "@babel/runtime": 7.23.2 "@babel/runtime-corejs3": 7.18.3 /aria-query@5.0.0: @@ -8541,19 +8321,6 @@ packages: resolution: {integrity: sha1-ml9pkFGx5wczKPKgCJaLZOopVdI=} dev: true - /array-includes@3.1.5: - resolution: - { - integrity: sha512-iSDYZMMyTPkiFasVqfuAQnWAYcvO/SeBSCGKePoEthjp4LEMTe4uLc7b025o4jAZpHhihh8xPo99TNWUWWkGDQ==, - } - engines: {node: ">= 0.4"} - dependencies: - call-bind: 1.0.2 - define-properties: 1.1.4 - es-abstract: 1.20.1 - get-intrinsic: 1.1.1 - is-string: 1.0.7 - /array-includes@3.1.7: resolution: { @@ -8566,7 +8333,6 @@ packages: es-abstract: 1.22.3 get-intrinsic: 1.2.2 is-string: 1.0.7 - dev: true /array-union@1.0.2: resolution: @@ -8613,19 +8379,6 @@ packages: es-abstract: 1.22.3 es-shim-unscopables: 1.0.0 get-intrinsic: 1.2.2 - dev: true - - /array.prototype.flat@1.3.0: - resolution: - { - integrity: sha512-12IUEkHsAhA4DY5s0FPgNXIdc8VRSqD9Zp78a5au9abH/SOBrsp082JOWFNTjkMozh8mqcdiKuaLGhPeYztxSw==, - } - engines: {node: ">= 0.4"} - dependencies: - call-bind: 1.0.2 - define-properties: 1.1.4 - es-abstract: 1.20.1 - es-shim-unscopables: 1.0.0 /array.prototype.flat@1.3.2: resolution: @@ -8638,19 +8391,6 @@ packages: define-properties: 1.2.1 es-abstract: 1.22.3 es-shim-unscopables: 1.0.0 - dev: true - - /array.prototype.flatmap@1.3.0: - resolution: - { - integrity: sha512-PZC9/8TKAIxcWKdyeb77EzULHPrIX/tIZebLJUQOMR1OwYosT8yggdfWScfTBCDj5utONvOuPQQumYsU2ULbkg==, - } - engines: {node: ">= 0.4"} - dependencies: - call-bind: 1.0.2 - define-properties: 1.1.4 - es-abstract: 1.20.1 - es-shim-unscopables: 1.0.0 /array.prototype.flatmap@1.3.2: resolution: @@ -8663,7 +8403,6 @@ packages: define-properties: 1.2.1 es-abstract: 1.22.3 es-shim-unscopables: 1.0.0 - dev: true /array.prototype.tosorted@1.1.2: resolution: @@ -8818,20 +8557,12 @@ packages: } engines: {node: ">= 0.4"} - /axe-core@4.4.2: - resolution: - { - integrity: sha512-LVAaGp/wkkgYJcjmHsoKx4juT1aQvJyPcW09MLCjVTh3V2cc6PnyempiLMNH5iMdfIX/zdbjUx2KDjMLCTdPeA==, - } - engines: {node: ">=12"} - /axe-core@4.8.2: resolution: { integrity: sha512-/dlp0fxyM3R8YW7MFzaHWXrf4zzbr0vaYb23VBFCl83R7nWNPg/yaQw2Dc8jzCMmDVLhSdzH8MjrsuIUuvX+6g==, } engines: {node: ">=4"} - dev: true /axios@0.24.0: resolution: @@ -8920,10 +8651,10 @@ packages: peerDependencies: "@babel/core": ^7.8.0 dependencies: - "@babel/core": 7.12.10 + "@babel/core": 7.12.10(supports-color@8.1.1) "@jest/transform": 29.3.0 "@types/babel__core": 7.1.19 - babel-plugin-istanbul: 6.1.1 + babel-plugin-istanbul: 6.1.1(supports-color@8.1.1) babel-preset-jest: 29.2.0(@babel/core@7.12.10) chalk: 4.1.2 graceful-fs: 4.2.11 @@ -8937,22 +8668,7 @@ packages: integrity: sha512-jZVI+s9Zg3IqA/kdi0i6UDCybUI3aSBLnglhYbSSjKlV7yF1F/5LWv8MakQmvYpnbJDS6fcBL2KzHSxNCMtWSQ==, } dependencies: - object.assign: 4.1.2 - - /babel-plugin-istanbul@6.1.1: - resolution: - { - integrity: sha512-Y1IQok9821cC9onCx5otgFfRm7Lm+I+wwxOx738M/WLPZ9Q42m4IG5W0FNX8WLL2gYMZo3JkuXIH2DOpWM+qwA==, - } - engines: {node: ">=8"} - dependencies: - "@babel/helper-plugin-utils": 7.20.2 - "@istanbuljs/load-nyc-config": 1.1.0 - "@istanbuljs/schema": 0.1.3 - istanbul-lib-instrument: 5.2.0 - test-exclude: 6.0.0 - transitivePeerDependencies: - - supports-color + object.assign: 4.1.4 /babel-plugin-istanbul@6.1.1(supports-color@8.1.1): resolution: @@ -8968,7 +8684,6 @@ packages: test-exclude: 6.0.0 transitivePeerDependencies: - supports-color - dev: true /babel-plugin-jest-hoist@27.5.1: resolution: @@ -9003,7 +8718,7 @@ packages: peerDependencies: "@babel/core": ^7.0.0 dependencies: - "@babel/core": 7.12.10 + "@babel/core": 7.12.10(supports-color@8.1.1) "@babel/plugin-syntax-async-generators": 7.8.4(@babel/core@7.12.10) "@babel/plugin-syntax-bigint": 7.8.3(@babel/core@7.12.10) "@babel/plugin-syntax-class-properties": 7.12.13(@babel/core@7.12.10) @@ -9040,7 +8755,7 @@ packages: peerDependencies: "@babel/core": ^7.0.0 dependencies: - "@babel/core": 7.12.10 + "@babel/core": 7.12.10(supports-color@8.1.1) babel-plugin-jest-hoist: 29.2.0 babel-preset-current-node-syntax: 1.0.1(@babel/core@7.12.10) @@ -9422,15 +9137,6 @@ packages: responselike: 2.0.0 dev: false - /call-bind@1.0.2: - resolution: - { - integrity: sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==, - } - dependencies: - function-bind: 1.1.2 - get-intrinsic: 1.2.2 - /call-bind@1.0.5: resolution: { @@ -10553,17 +10259,6 @@ packages: integrity: sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==, } engines: {node: ">=8"} - dev: true - - /define-properties@1.1.4: - resolution: - { - integrity: sha512-uckOqKcfaVvtBdsVkdPv3XjveQJsNQqmhXgRi8uhvWWuPYZCNlzT8qAyblUgNoXdHdjMTzAqeGjAoli8f+bzPA==, - } - engines: {node: ">= 0.4"} - dependencies: - has-property-descriptors: 1.0.0 - object-keys: 1.1.1 /define-properties@1.2.1: resolution: @@ -10629,7 +10324,7 @@ packages: engines: {node: ">=10"} dependencies: globby: 11.1.0 - graceful-fs: 4.2.10 + graceful-fs: 4.2.11 is-glob: 4.0.3 is-path-cwd: 2.2.0 is-path-inside: 3.0.3 @@ -11056,37 +10751,6 @@ packages: dependencies: is-arrayish: 0.2.1 - /es-abstract@1.20.1: - resolution: - { - integrity: sha512-WEm2oBhfoI2sImeM4OF2zE2V3BYdSF+KnSi9Sidz51fQHd7+JuF8Xgcj9/0o+OWeIeIS/MiuNnlruQrJf16GQA==, - } - engines: {node: ">= 0.4"} - dependencies: - call-bind: 1.0.5 - es-to-primitive: 1.2.1 - function-bind: 1.1.2 - function.prototype.name: 1.1.5 - get-intrinsic: 1.2.2 - get-symbol-description: 1.0.0 - has: 1.0.3 - has-property-descriptors: 1.0.0 - has-symbols: 1.0.3 - internal-slot: 1.0.3 - is-callable: 1.2.4 - is-negative-zero: 2.0.2 - is-regex: 1.1.4 - is-shared-array-buffer: 1.0.2 - is-string: 1.0.7 - is-weakref: 1.0.2 - object-inspect: 1.12.2 - object-keys: 1.1.1 - object.assign: 4.1.2 - regexp.prototype.flags: 1.4.3 - string.prototype.trimend: 1.0.5 - string.prototype.trimstart: 1.0.5 - unbox-primitive: 1.0.2 - /es-abstract@1.22.3: resolution: { @@ -12157,7 +11821,7 @@ packages: } dependencies: debug: 3.2.7(supports-color@8.1.1) - resolve: 1.22.1 + resolve: 1.22.8 transitivePeerDependencies: - supports-color @@ -12172,7 +11836,6 @@ packages: resolve: 1.22.8 transitivePeerDependencies: - supports-color - dev: true /eslint-import-resolver-typescript@2.7.1(eslint-plugin-import@2.26.0)(eslint@8.26.0): resolution: @@ -12189,8 +11852,8 @@ packages: eslint-plugin-import: 2.26.0(@typescript-eslint/parser@5.43.0)(eslint-import-resolver-typescript@2.7.1)(eslint@8.26.0) glob: 7.2.0 is-glob: 4.0.3 - resolve: 1.22.1 - tsconfig-paths: 3.14.1 + resolve: 1.22.8 + tsconfig-paths: 3.14.2 transitivePeerDependencies: - supports-color dev: true @@ -12210,8 +11873,8 @@ packages: eslint-plugin-import: 2.26.0(@typescript-eslint/parser@5.9.1)(eslint@8.27.0) glob: 7.2.0 is-glob: 4.0.3 - resolve: 1.22.1 - tsconfig-paths: 3.14.1 + resolve: 1.22.8 + tsconfig-paths: 3.14.2 transitivePeerDependencies: - supports-color @@ -12236,22 +11899,24 @@ packages: synckit: 0.8.4 transitivePeerDependencies: - supports-color - dev: true - /eslint-module-utils@2.7.3(@typescript-eslint/parser@5.43.0)(eslint-import-resolver-node@0.3.6)(eslint-import-resolver-typescript@2.7.1): + /eslint-module-utils@2.8.0(@typescript-eslint/parser@5.43.0)(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@2.7.1)(eslint@8.26.0): resolution: { - integrity: sha512-088JEC7O3lDZM9xGe0RerkOMd0EjFl+Yvd1jPWIkMT5u3H9+HC34mWWPnqPrN13gieT9pBOO+Qt07Nb/6TresQ==, + integrity: sha512-aWajIYfsqCKRDgUfjEXNN/JlrzauMuSEy5sbd7WXbtW3EH6A6MpwEh42c7qD+MqQo9QMJ6fWLAeIJynx0g6OAw==, } engines: {node: ">=4"} peerDependencies: "@typescript-eslint/parser": "*" + eslint: "*" eslint-import-resolver-node: "*" eslint-import-resolver-typescript: "*" eslint-import-resolver-webpack: "*" peerDependenciesMeta: "@typescript-eslint/parser": optional: true + eslint: + optional: true eslint-import-resolver-node: optional: true eslint-import-resolver-typescript: @@ -12261,41 +11926,13 @@ packages: dependencies: "@typescript-eslint/parser": 5.43.0(eslint@8.26.0)(typescript@4.8.4) debug: 3.2.7(supports-color@8.1.1) - eslint-import-resolver-node: 0.3.6 + eslint: 8.26.0 + eslint-import-resolver-node: 0.3.9 eslint-import-resolver-typescript: 2.7.1(eslint-plugin-import@2.26.0)(eslint@8.26.0) - find-up: 2.1.0 transitivePeerDependencies: - supports-color dev: true - /eslint-module-utils@2.7.3(@typescript-eslint/parser@5.9.1)(eslint-import-resolver-node@0.3.6): - resolution: - { - integrity: sha512-088JEC7O3lDZM9xGe0RerkOMd0EjFl+Yvd1jPWIkMT5u3H9+HC34mWWPnqPrN13gieT9pBOO+Qt07Nb/6TresQ==, - } - engines: {node: ">=4"} - peerDependencies: - "@typescript-eslint/parser": "*" - eslint-import-resolver-node: "*" - eslint-import-resolver-typescript: "*" - eslint-import-resolver-webpack: "*" - peerDependenciesMeta: - "@typescript-eslint/parser": - optional: true - eslint-import-resolver-node: - optional: true - eslint-import-resolver-typescript: - optional: true - eslint-import-resolver-webpack: - optional: true - dependencies: - "@typescript-eslint/parser": 5.9.1(eslint@8.27.0)(supports-color@8.1.1)(typescript@4.8.4) - debug: 3.2.7(supports-color@8.1.1) - eslint-import-resolver-node: 0.3.6 - find-up: 2.1.0 - transitivePeerDependencies: - - supports-color - /eslint-module-utils@2.8.0(@typescript-eslint/parser@5.9.1)(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.5.2)(eslint@8.27.0): resolution: { @@ -12327,7 +11964,6 @@ packages: eslint-import-resolver-typescript: 3.5.2(eslint-plugin-import@2.29.0)(eslint@8.27.0) transitivePeerDependencies: - supports-color - dev: true /eslint-plugin-import@2.26.0(@typescript-eslint/parser@5.43.0)(eslint-import-resolver-typescript@2.7.1)(eslint@8.26.0): resolution: @@ -12343,20 +11979,20 @@ packages: optional: true dependencies: "@typescript-eslint/parser": 5.43.0(eslint@8.26.0)(typescript@4.8.4) - array-includes: 3.1.5 - array.prototype.flat: 1.3.0 + array-includes: 3.1.7 + array.prototype.flat: 1.3.2 debug: 2.6.9(supports-color@8.1.1) doctrine: 2.1.0 eslint: 8.26.0 - eslint-import-resolver-node: 0.3.6 - eslint-module-utils: 2.7.3(@typescript-eslint/parser@5.43.0)(eslint-import-resolver-node@0.3.6)(eslint-import-resolver-typescript@2.7.1) + eslint-import-resolver-node: 0.3.9 + eslint-module-utils: 2.8.0(@typescript-eslint/parser@5.43.0)(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@2.7.1)(eslint@8.26.0) has: 1.0.3 - is-core-module: 2.11.0 + is-core-module: 2.13.1 is-glob: 4.0.3 minimatch: 3.1.2 - object.values: 1.1.5 - resolve: 1.22.1 - tsconfig-paths: 3.14.1 + object.values: 1.1.7 + resolve: 1.22.8 + tsconfig-paths: 3.14.2 transitivePeerDependencies: - eslint-import-resolver-typescript - eslint-import-resolver-webpack @@ -12377,20 +12013,20 @@ packages: optional: true dependencies: "@typescript-eslint/parser": 5.9.1(eslint@8.27.0)(supports-color@8.1.1)(typescript@4.8.4) - array-includes: 3.1.5 - array.prototype.flat: 1.3.0 + array-includes: 3.1.7 + array.prototype.flat: 1.3.2 debug: 2.6.9(supports-color@8.1.1) doctrine: 2.1.0 eslint: 8.27.0(supports-color@8.1.1) - eslint-import-resolver-node: 0.3.6 - eslint-module-utils: 2.7.3(@typescript-eslint/parser@5.9.1)(eslint-import-resolver-node@0.3.6) + eslint-import-resolver-node: 0.3.9 + eslint-module-utils: 2.8.0(@typescript-eslint/parser@5.9.1)(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.5.2)(eslint@8.27.0) has: 1.0.3 - is-core-module: 2.11.0 + is-core-module: 2.13.1 is-glob: 4.0.3 minimatch: 3.1.2 - object.values: 1.1.5 - resolve: 1.22.1 - tsconfig-paths: 3.14.1 + object.values: 1.1.7 + resolve: 1.22.8 + tsconfig-paths: 3.14.2 transitivePeerDependencies: - eslint-import-resolver-typescript - eslint-import-resolver-webpack @@ -12432,7 +12068,6 @@ packages: - eslint-import-resolver-typescript - eslint-import-resolver-webpack - supports-color - dev: true /eslint-plugin-jsx-a11y@6.5.1(eslint@8.26.0): resolution: @@ -12443,17 +12078,17 @@ packages: peerDependencies: eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 dependencies: - "@babel/runtime": 7.18.3 + "@babel/runtime": 7.23.2 aria-query: 4.2.2 - array-includes: 3.1.5 + array-includes: 3.1.7 ast-types-flow: 0.0.7 - axe-core: 4.4.2 + axe-core: 4.8.2 axobject-query: 2.2.0 damerau-levenshtein: 1.0.8 emoji-regex: 9.2.2 eslint: 8.26.0 has: 1.0.3 - jsx-ast-utils: 3.3.0 + jsx-ast-utils: 3.3.5 language-tags: 1.0.5 minimatch: 3.1.2 dev: true @@ -12467,17 +12102,17 @@ packages: peerDependencies: eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 dependencies: - "@babel/runtime": 7.18.3 + "@babel/runtime": 7.23.2 aria-query: 4.2.2 - array-includes: 3.1.5 + array-includes: 3.1.7 ast-types-flow: 0.0.7 - axe-core: 4.4.2 + axe-core: 4.8.2 axobject-query: 2.2.0 damerau-levenshtein: 1.0.8 emoji-regex: 9.2.2 eslint: 8.27.0(supports-color@8.1.1) has: 1.0.3 - jsx-ast-utils: 3.3.0 + jsx-ast-utils: 3.3.5 language-tags: 1.0.5 minimatch: 3.1.2 @@ -12553,21 +12188,21 @@ packages: peerDependencies: eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 dependencies: - array-includes: 3.1.5 - array.prototype.flatmap: 1.3.0 + array-includes: 3.1.7 + array.prototype.flatmap: 1.3.2 doctrine: 2.1.0 eslint: 8.26.0 estraverse: 5.3.0 - jsx-ast-utils: 3.3.0 + jsx-ast-utils: 3.3.5 minimatch: 3.1.2 - object.entries: 1.1.5 - object.fromentries: 2.0.5 - object.hasown: 1.1.1 - object.values: 1.1.5 + object.entries: 1.1.7 + object.fromentries: 2.0.7 + object.hasown: 1.1.3 + object.values: 1.1.7 prop-types: 15.8.1 - resolve: 2.0.0-next.3 - semver: 6.3.0 - string.prototype.matchall: 4.0.7 + resolve: 2.0.0-next.5 + semver: 6.3.1 + string.prototype.matchall: 4.0.10 dev: true /eslint-plugin-react@7.31.8(eslint@8.27.0): @@ -12579,21 +12214,21 @@ packages: peerDependencies: eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 dependencies: - array-includes: 3.1.5 - array.prototype.flatmap: 1.3.0 + array-includes: 3.1.7 + array.prototype.flatmap: 1.3.2 doctrine: 2.1.0 eslint: 8.27.0(supports-color@8.1.1) estraverse: 5.3.0 - jsx-ast-utils: 3.3.0 + jsx-ast-utils: 3.3.5 minimatch: 3.1.2 - object.entries: 1.1.5 - object.fromentries: 2.0.5 - object.hasown: 1.1.1 - object.values: 1.1.5 + object.entries: 1.1.7 + object.fromentries: 2.0.7 + object.hasown: 1.1.3 + object.values: 1.1.7 prop-types: 15.8.1 - resolve: 2.0.0-next.3 - semver: 6.3.0 - string.prototype.matchall: 4.0.7 + resolve: 2.0.0-next.5 + semver: 6.3.1 + string.prototype.matchall: 4.0.10 /eslint-plugin-react@7.33.2(eslint@8.27.0): resolution: @@ -13330,15 +12965,6 @@ packages: } dev: true - /find-up@2.1.0: - resolution: - { - integrity: sha512-NWzkk0jSJtTt08+FBFMvXoeZnOJD+jTtsRmBYbAIzJdX6l7dLgR7CTubCM5/eDdPUBvLCeVasP1brfVR/9/EZQ==, - } - engines: {node: ">=4"} - dependencies: - locate-path: 2.0.0 - /find-up@3.0.0: resolution: { @@ -13594,30 +13220,12 @@ packages: requiresBuild: true optional: true - /function-bind@1.1.1: - resolution: - { - integrity: sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==, - } - /function-bind@1.1.2: resolution: { integrity: sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==, } - /function.prototype.name@1.1.5: - resolution: - { - integrity: sha512-uN7m/BzVKQnCUF/iW8jYea67v++2u7m5UgENbHRtdDVclOUP+FMPlCNdmk0h/ysGyo2tavMJEDqJAkJdRa1vMA==, - } - engines: {node: ">= 0.4"} - dependencies: - call-bind: 1.0.5 - define-properties: 1.2.1 - es-abstract: 1.22.3 - functions-have-names: 1.2.3 - /function.prototype.name@1.1.6: resolution: { @@ -13648,23 +13256,13 @@ packages: { integrity: sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==, } - engines: {node: 6.* || 8.* || >= 10.*} - - /get-func-name@2.0.0: - resolution: - { - integrity: sha512-Hm0ixYtaSZ/V7C8FJrtZIuBBI+iSgL+1Aq82zSu8VQNB4S3Gk8e7Qs3VwBDJAhmRZcFqkl3tQu36g/Foh5I5ig==, - } + engines: {node: 6.* || 8.* || >= 10.*} - /get-intrinsic@1.1.1: + /get-func-name@2.0.0: resolution: { - integrity: sha512-kWZrnVM42QCiEA2Ig1bG8zjoIMOgxWwYCEeNdwY6Tv/cOSeGpcoX4pXHfKUxNKVoArnrEr2e9srnAxxGIraS9Q==, + integrity: sha512-Hm0ixYtaSZ/V7C8FJrtZIuBBI+iSgL+1Aq82zSu8VQNB4S3Gk8e7Qs3VwBDJAhmRZcFqkl3tQu36g/Foh5I5ig==, } - dependencies: - function-bind: 1.1.2 - has: 1.0.3 - has-symbols: 1.0.3 /get-intrinsic@1.2.2: resolution: @@ -13749,7 +13347,6 @@ packages: { integrity: sha512-X8u8fREiYOE6S8hLbq99PeykTDoLVnxvF4DjWKJmz9xy2nNRdUcV8ZN9tniJFeKyTU3qnC9lL8n4Chd6LmVKHg==, } - dev: true /get-value@2.0.6: resolution: @@ -13863,6 +13460,7 @@ packages: { integrity: sha512-OvD9ENzPLbegENnYP5UUfJIirTg4+XwMWGaQfQTY0JenxNvvIKP3U3/tAQSPIu/lHxXYSZmpXlUHeqAIdKzBLQ==, } + deprecated: Glob versions prior to v9 are no longer supported dependencies: fs.realpath: 1.0.0 inflight: 1.0.6 @@ -13948,14 +13546,13 @@ packages: } engines: {node: ">= 0.4"} dependencies: - define-properties: 1.1.4 + define-properties: 1.2.1 /globalyzer@0.1.0: resolution: { integrity: sha512-40oNTM9UfG6aBmuKxk/giHn5nQ8RVz/SS4Ir6zgzOv9/qC3kKZ9v4etGTcJbEl/NyVQH7FGU7d+X1egr57Md2Q==, } - dev: true /globby@11.1.0: resolution: @@ -14008,7 +13605,6 @@ packages: { integrity: sha512-uHJgbwAMwNFf5mLst7IWLNg14x1CkeqglJb/K3doi4dw6q2IvAAmM/Y81kevy83wP+Sst+nutFTYOGg3d1lsxg==, } - dev: true /gopd@1.0.1: resolution: @@ -14197,7 +13793,7 @@ packages: } engines: {node: ">= 0.4.0"} dependencies: - function-bind: 1.1.1 + function-bind: 1.1.2 /hasbin@1.2.3: resolution: {integrity: sha1-eMWSaJPIAhXCtWiuH9P8q3omlrA=} @@ -14592,17 +14188,6 @@ packages: - utf-8-validate dev: false - /internal-slot@1.0.3: - resolution: - { - integrity: sha512-O0DB1JC/sPyZl7cIo78n5dR7eUSwwpYPiXRhTzNxZVAMUuB8vlnRFyLxdrVToks6XPLVnFfbzaVd5WLjhgg+vA==, - } - engines: {node: ">= 0.4"} - dependencies: - get-intrinsic: 1.2.2 - has: 1.0.3 - side-channel: 1.0.4 - /internal-slot@1.0.6: resolution: { @@ -14720,13 +14305,6 @@ packages: builtin-modules: 3.2.0 dev: true - /is-callable@1.2.4: - resolution: - { - integrity: sha512-nsuwtxZfMX67Oryl9LCQ+upnC0Z0BgpwntpS89m1H/TLF0zNfzfLMV/9Wa/6MZsj0acpEjAO0KF1xT6ZdLl95w==, - } - engines: {node: ">= 0.4"} - /is-callable@1.2.7: resolution: { @@ -14754,14 +14332,6 @@ packages: ci-info: 3.3.1 dev: false - /is-core-module@2.11.0: - resolution: - { - integrity: sha512-RRjxlvLDkD1YJwDbroBHMb+cukurkDWNyHx7D3oNB5x9rb5ogcksMC5wHCadcXoo67gVr/+3GFySh3134zi6rw==, - } - dependencies: - has: 1.0.3 - /is-core-module@2.13.1: resolution: { @@ -14830,7 +14400,6 @@ packages: } engines: {node: ">=8"} hasBin: true - dev: true /is-expression@4.0.0: resolution: @@ -15197,7 +14766,6 @@ packages: engines: {node: ">=8"} dependencies: is-docker: 2.2.1 - dev: true /is2@2.0.7: resolution: @@ -15262,21 +14830,6 @@ packages: } engines: {node: ">=8"} - /istanbul-lib-instrument@5.2.0: - resolution: - { - integrity: sha512-6Lthe1hqXHBNsqvgDzGO6l03XNeu3CrG4RqQ1KM9+l5+jNGpEJfIELx1NS3SEHmJQA8np/u+E4EPRKRiu6m19A==, - } - engines: {node: ">=8"} - dependencies: - "@babel/core": 7.12.10 - "@babel/parser": 7.20.3 - "@istanbuljs/schema": 0.1.3 - istanbul-lib-coverage: 3.2.0 - semver: 6.3.1 - transitivePeerDependencies: - - supports-color - /istanbul-lib-instrument@5.2.0(supports-color@8.1.1): resolution: { @@ -15291,7 +14844,6 @@ packages: semver: 6.3.1 transitivePeerDependencies: - supports-color - dev: true /istanbul-lib-report@3.0.0: resolution: @@ -15568,7 +15120,7 @@ packages: ts-node: optional: true dependencies: - "@babel/core": 7.12.10 + "@babel/core": 7.12.10(supports-color@8.1.1) "@jest/test-sequencer": 29.3.0 "@jest/types": 29.2.1 "@types/node": 18.11.9 @@ -16219,7 +15771,7 @@ packages: } engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - "@babel/core": 7.12.10 + "@babel/core": 7.12.10(supports-color@8.1.1) "@babel/generator": 7.18.2 "@babel/plugin-syntax-jsx": 7.17.12(@babel/core@7.12.10) "@babel/plugin-syntax-typescript": 7.17.12(@babel/core@7.12.10) @@ -16494,15 +16046,15 @@ packages: peerDependencies: "@babel/preset-env": ^7.1.6 dependencies: - "@babel/core": 7.20.2(supports-color@8.1.1) + "@babel/core": 7.20.2 "@babel/parser": 7.20.3 - "@babel/plugin-proposal-class-properties": 7.17.12(@babel/core@7.20.2)(supports-color@8.1.1) + "@babel/plugin-proposal-class-properties": 7.17.12(@babel/core@7.20.2) "@babel/plugin-proposal-nullish-coalescing-operator": 7.17.12(@babel/core@7.20.2) "@babel/plugin-proposal-optional-chaining": 7.17.12(@babel/core@7.20.2) - "@babel/plugin-transform-modules-commonjs": 7.18.2(@babel/core@7.20.2)(supports-color@8.1.1) - "@babel/preset-env": 7.12.10(@babel/core@7.12.10) + "@babel/plugin-transform-modules-commonjs": 7.18.2(@babel/core@7.20.2) + "@babel/preset-env": 7.12.10(@babel/core@7.12.10)(supports-color@8.1.1) "@babel/preset-flow": 7.17.12(@babel/core@7.20.2) - "@babel/preset-typescript": 7.17.12(@babel/core@7.20.2)(supports-color@8.1.1) + "@babel/preset-typescript": 7.17.12(@babel/core@7.20.2) "@babel/register": 7.17.7(@babel/core@7.20.2) babel-core: 7.0.0-bridge.0(@babel/core@7.20.2) colors: 1.4.0 @@ -16744,15 +16296,6 @@ packages: } dev: false - /json5@1.0.1: - resolution: - { - integrity: sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==, - } - hasBin: true - dependencies: - minimist: 1.2.6 - /json5@1.0.2: resolution: { @@ -16761,7 +16304,6 @@ packages: hasBin: true dependencies: minimist: 1.2.6 - dev: true /json5@2.2.1: resolution: @@ -16817,16 +16359,6 @@ packages: promise: 7.3.1 dev: true - /jsx-ast-utils@3.3.0: - resolution: - { - integrity: sha512-XzO9luP6L0xkxwhIJMTJQpZo/eeN60K08jHdexfD569AGxeNug6UketeHXEhROoM8aR7EcUoOQmIhcJQjcuq8Q==, - } - engines: {node: ">=4.0"} - dependencies: - array-includes: 3.1.5 - object.assign: 4.1.2 - /jsx-ast-utils@3.3.5: resolution: { @@ -16838,7 +16370,6 @@ packages: array.prototype.flat: 1.3.2 object.assign: 4.1.4 object.values: 1.1.7 - dev: true /jszip@3.10.0: resolution: @@ -17114,16 +16645,6 @@ packages: } engines: {node: ">=14"} - /locate-path@2.0.0: - resolution: - { - integrity: sha512-NCI2kiDkyR7VeEKm27Kda/iQHyKJe1Bu0FlTbYp3CqJu+9IFe9bLyAjMxf5ZDDbEg+iMPzB5zYyUTSm8wVTKmA==, - } - engines: {node: ">=4"} - dependencies: - p-locate: 2.0.0 - path-exists: 3.0.0 - /locate-path@3.0.0: resolution: { @@ -17954,7 +17475,7 @@ packages: integrity: sha512-iChjE8ov/1K/z98gdKbn2Jw+2vLgJtVV39X+rCP5SGnVQuco7QOr19FRNGMIrD8d3LYhHWV9j9sKLzq1aDWWQQ==, } peerDependencies: - next: 14.2.15 + next: ^12.2.5 || ^13 || ^14 nodemailer: ^6.6.5 react: ^17.0.2 || ^18 react-dom: ^17.0.2 || ^18 @@ -17982,10 +17503,10 @@ packages: integrity: sha512-GTrns944dnFNgycpinyRszOiwwk99LUJsvvX0FWRgUFHv6hOuzCns1rmTlzO+DRimYB9/XMA+87X2/dQLzjiUQ==, } peerDependencies: - next: 14.2.15 + next: ">=10.0.0" react: ">=17.0.0" dependencies: - next: 14.2.15(@babel/core@7.20.2)(react-dom@18.2.0)(react@18.2.0) + next: 14.2.15(@babel/core@7.12.10)(react-dom@18.2.0)(react@18.2.0) react: 18.2.0 dev: true @@ -18032,7 +17553,6 @@ packages: transitivePeerDependencies: - "@babel/core" - babel-plugin-macros - dev: false /next@14.2.15(@babel/core@7.18.2)(react-dom@18.2.0)(react@18.2.0): resolution: @@ -18364,18 +17884,6 @@ packages: isobject: 3.0.1 dev: false - /object.assign@4.1.2: - resolution: - { - integrity: sha512-ixT2L5THXsApyiUPYKmW+2EHpXXe5Ii3M+f4e+aJFAHao5amFRW6J0OO6c/LU8Be47utCx2GL89hxGB6XSmKuQ==, - } - engines: {node: ">= 0.4"} - dependencies: - call-bind: 1.0.5 - define-properties: 1.2.1 - has-symbols: 1.0.3 - object-keys: 1.1.1 - /object.assign@4.1.4: resolution: { @@ -18388,17 +17896,6 @@ packages: has-symbols: 1.0.3 object-keys: 1.1.1 - /object.entries@1.1.5: - resolution: - { - integrity: sha512-TyxmjUoZggd4OrrU1W66FMDG6CuqJxsFvymeyXI51+vQLN67zYfZseptRge703kKQdo4uccgAKebXFcRCzk4+g==, - } - engines: {node: ">= 0.4"} - dependencies: - call-bind: 1.0.2 - define-properties: 1.1.4 - es-abstract: 1.20.1 - /object.entries@1.1.7: resolution: { @@ -18409,18 +17906,6 @@ packages: call-bind: 1.0.5 define-properties: 1.2.1 es-abstract: 1.22.3 - dev: true - - /object.fromentries@2.0.5: - resolution: - { - integrity: sha512-CAyG5mWQRRiBU57Re4FKoTBjXfDoNwdFVH2Y1tS9PqCsfUTymAohOkEMSG3aRNKmv4lV3O7p1et7c187q6bynw==, - } - engines: {node: ">= 0.4"} - dependencies: - call-bind: 1.0.2 - define-properties: 1.1.4 - es-abstract: 1.20.1 /object.fromentries@2.0.7: resolution: @@ -18432,7 +17917,6 @@ packages: call-bind: 1.0.5 define-properties: 1.2.1 es-abstract: 1.22.3 - dev: true /object.groupby@1.0.1: resolution: @@ -18444,16 +17928,6 @@ packages: define-properties: 1.2.1 es-abstract: 1.22.3 get-intrinsic: 1.2.2 - dev: true - - /object.hasown@1.1.1: - resolution: - { - integrity: sha512-LYLe4tivNQzq4JdaWW6WO3HMZZJWzkkH8fnI6EebWl0VZth2wL2Lovm74ep2/gZzlaTdV62JZHEqHQ2yVn8Q/A==, - } - dependencies: - define-properties: 1.1.4 - es-abstract: 1.20.1 /object.hasown@1.1.3: resolution: @@ -18463,7 +17937,6 @@ packages: dependencies: define-properties: 1.2.1 es-abstract: 1.22.3 - dev: true /object.pick@1.3.0: resolution: @@ -18475,17 +17948,6 @@ packages: isobject: 3.0.1 dev: false - /object.values@1.1.5: - resolution: - { - integrity: sha512-QUZRW0ilQ3PnPpbNtgdNV1PDbEqLIiSFB3l+EnGtBQ/8SUTLj1PZwtQHABZtLgwpJZTSZhuGLOGk57Drx2IvYg==, - } - engines: {node: ">= 0.4"} - dependencies: - call-bind: 1.0.2 - define-properties: 1.1.4 - es-abstract: 1.20.1 - /object.values@1.1.7: resolution: { @@ -18496,7 +17958,6 @@ packages: call-bind: 1.0.5 define-properties: 1.2.1 es-abstract: 1.22.3 - dev: true /oidc-token-hash@5.0.1: resolution: @@ -18589,7 +18050,6 @@ packages: define-lazy-prop: 2.0.0 is-docker: 2.2.1 is-wsl: 2.2.0 - dev: true /opener@1.5.2: resolution: @@ -18751,15 +18211,6 @@ packages: engines: {node: ">=6"} dev: false - /p-limit@1.3.0: - resolution: - { - integrity: sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q==, - } - engines: {node: ">=4"} - dependencies: - p-try: 1.0.0 - /p-limit@2.3.0: resolution: { @@ -18778,15 +18229,6 @@ packages: dependencies: yocto-queue: 0.1.0 - /p-locate@2.0.0: - resolution: - { - integrity: sha512-nQja7m7gSKuewoVRen45CtVfODR3crN3goVQ0DDZ9N3yHxgpkuBhZqsaiotSQRrADUrne346peY7kT3TSACykg==, - } - engines: {node: ">=4"} - dependencies: - p-limit: 1.3.0 - /p-locate@3.0.0: resolution: { @@ -18841,13 +18283,6 @@ packages: dependencies: p-finally: 1.0.0 - /p-try@1.0.0: - resolution: - { - integrity: sha512-U1etNYuMJoIz3ZXSrrySFjsXQTWOx2/jdi86L+2pRvph/qMKL6sbcCYdH23fqsbm8TH2Gn0OybpT4eSFlCVHww==, - } - engines: {node: ">=4"} - /p-try@2.2.0: resolution: { @@ -19048,6 +18483,7 @@ packages: integrity: sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ==, } engines: {node: ">=4"} + dev: false /path-exists@4.0.0: resolution: @@ -20147,7 +19583,7 @@ packages: integrity: sha512-LsrGtPmbYg19bcPHwdtmXwbW+TqNvtY4riE3P83foeHRroMbH6/2ddFBfab3t7kbzc7v7p4wbkIecHImqt0QNg==, } dependencies: - "@babel/runtime": 7.18.3 + "@babel/runtime": 7.23.2 /regex-not@1.0.2: resolution: @@ -20167,17 +19603,6 @@ packages: } dev: false - /regexp.prototype.flags@1.4.3: - resolution: - { - integrity: sha512-fjggEOO3slI6Wvgjwflkc4NFRCTZAu5CnNfBd5qOMYhWdn67nJBBu34/TkD++eeFmd8C9r9jfXJ27+nSiRkSUA==, - } - engines: {node: ">= 0.4"} - dependencies: - call-bind: 1.0.5 - define-properties: 1.2.1 - functions-have-names: 1.2.3 - /regexp.prototype.flags@1.5.1: resolution: { @@ -20366,22 +19791,11 @@ packages: integrity: sha512-Hhtrw0nLeSrFQ7phPp4OOcVjLPIeMnRlr5mcnVuMe7M/7eBn98A3hmFRLoFo3DLZkivSYwhRUJTyPyWAk56WLw==, } hasBin: true - dependencies: - is-core-module: 2.11.0 - path-parse: 1.0.7 - supports-preserve-symlinks-flag: 1.0.0 - dev: true - - /resolve@1.22.1: - resolution: - { - integrity: sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw==, - } - hasBin: true dependencies: is-core-module: 2.13.1 path-parse: 1.0.7 supports-preserve-symlinks-flag: 1.0.0 + dev: true /resolve@1.22.8: resolution: @@ -20394,15 +19808,6 @@ packages: path-parse: 1.0.7 supports-preserve-symlinks-flag: 1.0.0 - /resolve@2.0.0-next.3: - resolution: - { - integrity: sha512-W8LucSynKUIDu9ylraa7ueVZ7hc0uAgJBxVsQSKOXOyle8a93qXhcz+XAXZ8bIq2d6i4Ehddn6Evt+0/UwKk6Q==, - } - dependencies: - is-core-module: 2.13.1 - path-parse: 1.0.7 - /resolve@2.0.0-next.5: resolution: { @@ -20413,7 +19818,6 @@ packages: is-core-module: 2.13.1 path-parse: 1.0.7 supports-preserve-symlinks-flag: 1.0.0 - dev: true /responselike@1.0.2: resolution: @@ -20968,7 +20372,7 @@ packages: dependencies: call-bind: 1.0.5 get-intrinsic: 1.2.2 - object-inspect: 1.12.2 + object-inspect: 1.13.1 /signal-exit@3.0.7: resolution: @@ -21396,22 +20800,6 @@ packages: regexp.prototype.flags: 1.5.1 set-function-name: 2.0.1 side-channel: 1.0.4 - dev: true - - /string.prototype.matchall@4.0.7: - resolution: - { - integrity: sha512-f48okCX7JiwVi1NXCVWcFnZgADDC/n2vePlQ/KUCNqCikLLilQvwjMO8+BHVKvgzH0JB0J9LEPgxOGT02RoETg==, - } - dependencies: - call-bind: 1.0.2 - define-properties: 1.1.4 - es-abstract: 1.20.1 - get-intrinsic: 1.1.1 - has-symbols: 1.0.3 - internal-slot: 1.0.3 - regexp.prototype.flags: 1.4.3 - side-channel: 1.0.4 /string.prototype.trim@1.2.8: resolution: @@ -21424,16 +20812,6 @@ packages: define-properties: 1.2.1 es-abstract: 1.22.3 - /string.prototype.trimend@1.0.5: - resolution: - { - integrity: sha512-I7RGvmjV4pJ7O3kdf+LXFpVfdNOxtCW/2C8f6jNiW4+PQchwxkCDzlk1/7p+Wl4bqFIZeF47qAHXLuHHWKAxog==, - } - dependencies: - call-bind: 1.0.5 - define-properties: 1.2.1 - es-abstract: 1.22.3 - /string.prototype.trimend@1.0.7: resolution: { @@ -21444,16 +20822,6 @@ packages: define-properties: 1.2.1 es-abstract: 1.22.3 - /string.prototype.trimstart@1.0.5: - resolution: - { - integrity: sha512-THx16TJCGlsN0o6dl2o6ncWUsdgnLRSA23rRE5pyGBw/mLr3Ej/R2LaqCtgP8VNMGZsvMWnf9ooZPyY2bHvUFg==, - } - dependencies: - call-bind: 1.0.5 - define-properties: 1.2.1 - es-abstract: 1.22.3 - /string.prototype.trimstart@1.0.7: resolution: { @@ -21613,10 +20981,9 @@ packages: babel-plugin-macros: optional: true dependencies: - "@babel/core": 7.12.10 + "@babel/core": 7.12.10(supports-color@8.1.1) client-only: 0.0.1 react: 18.2.0 - dev: false /styled-jsx@5.1.1(@babel/core@7.18.2)(react@18.2.0): resolution: @@ -21655,7 +21022,7 @@ packages: babel-plugin-macros: optional: true dependencies: - "@babel/core": 7.20.2(supports-color@8.1.1) + "@babel/core": 7.20.2 client-only: 0.0.1 react: 18.2.0 @@ -21754,7 +21121,6 @@ packages: dependencies: "@pkgr/utils": 2.3.1 tslib: 2.4.0 - dev: true /tapable@2.2.1: resolution: @@ -21944,7 +21310,6 @@ packages: dependencies: globalyzer: 0.1.0 globrex: 0.1.2 - dev: true /tinybench@2.3.1: resolution: @@ -22143,7 +21508,7 @@ packages: } dev: true - /ts-jest@27.1.4(@babel/core@7.20.2)(esbuild@0.14.51)(jest@27.5.1)(typescript@4.8.4): + /ts-jest@27.1.4(@babel/core@7.12.10)(esbuild@0.14.51)(jest@27.5.1)(typescript@4.8.4): resolution: { integrity: sha512-qjkZlVPWVctAezwsOD1OPzbZ+k7zA5z3oxII4dGdZo5ggX/PL7kvwTM0pXTr10fAtbiVpJaL3bWd502zAhpgSQ==, @@ -22167,7 +21532,7 @@ packages: esbuild: optional: true dependencies: - "@babel/core": 7.20.2(supports-color@8.1.1) + "@babel/core": 7.12.10(supports-color@8.1.1) bs-logger: 0.2.6 esbuild: 0.14.51 fast-json-stable-stringify: 2.1.0 @@ -22282,17 +21647,6 @@ packages: yn: 3.1.1 dev: true - /tsconfig-paths@3.14.1: - resolution: - { - integrity: sha512-fxDhWnFSLt3VuTwtvJt5fpwxBHg5AdKWMsgcPOOIilyjymcYVZoCQF8fvFRezCNfblEXmi+PcM1eYHeOAgXCOQ==, - } - dependencies: - "@types/json5": 0.0.29 - json5: 1.0.1 - minimist: 1.2.6 - strip-bom: 3.0.0 - /tsconfig-paths@3.14.2: resolution: { @@ -22303,7 +21657,6 @@ packages: json5: 1.0.2 minimist: 1.2.6 strip-bom: 3.0.0 - dev: true /tsconfig-paths@4.0.0: resolution: @@ -22669,6 +22022,44 @@ packages: - supports-color dev: true + /unbuild@0.7.6: + resolution: + { + integrity: sha512-W6pFPS6/ewlEV5uWbNgfo0i2LbVBsue5GKlOkCo6ozIrInOBEgq4s3HCUB5eZSw6Ty2iwF8dKM65pZX7QGZJ0g==, + } + hasBin: true + dependencies: + "@rollup/plugin-alias": 3.1.9(rollup@2.77.2) + "@rollup/plugin-commonjs": 22.0.1(rollup@2.77.2) + "@rollup/plugin-json": 4.1.0(rollup@2.77.2) + "@rollup/plugin-node-resolve": 13.3.0(rollup@2.77.2) + "@rollup/plugin-replace": 4.0.0(rollup@2.77.2) + "@rollup/pluginutils": 4.2.1 + chalk: 5.0.1 + consola: 2.15.3 + defu: 6.0.0 + esbuild: 0.14.51 + hookable: 5.1.1 + jiti: 1.14.0 + magic-string: 0.26.2 + mkdirp: 1.0.4 + mkdist: 0.3.13(typescript@4.9.5) + mlly: 0.5.5 + mri: 1.2.0 + pathe: 0.3.2 + pkg-types: 0.3.3 + pretty-bytes: 6.0.0 + rimraf: 3.0.2 + rollup: 2.77.2 + rollup-plugin-dts: 4.2.2(rollup@2.77.2)(typescript@4.9.5) + rollup-plugin-esbuild: 4.9.1(esbuild@0.14.51)(rollup@2.77.2)(supports-color@8.1.1) + scule: 0.2.1 + typescript: 4.9.5 + untyped: 0.4.4 + transitivePeerDependencies: + - supports-color + dev: true + /unbuild@0.7.6(supports-color@8.1.1): resolution: { @@ -22798,6 +22189,20 @@ packages: } dev: true + /untyped@0.4.4: + resolution: + { + integrity: sha512-sY6u8RedwfLfBis0copfU/fzROieyAndqPs8Kn2PfyzTjtA88vCk81J1b5z+8/VJc+cwfGy23/AqOCpvAbkNVw==, + } + dependencies: + "@babel/core": 7.20.2 + "@babel/standalone": 7.18.9 + "@babel/types": 7.18.4 + scule: 0.2.1 + transitivePeerDependencies: + - supports-color + dev: true + /untyped@0.4.4(supports-color@8.1.1): resolution: { @@ -23058,7 +22463,7 @@ packages: "@types/node": 18.11.9 esbuild: 0.15.15 postcss: 8.4.19 - resolve: 1.22.1 + resolve: 1.22.8 rollup: 2.79.1 optionalDependencies: fsevents: 2.3.2 diff --git a/recipes/base-web/package.json b/recipes/base-web/package.json index 3c8a59783e..6f67708fbb 100644 --- a/recipes/base-web/package.json +++ b/recipes/base-web/package.json @@ -23,7 +23,7 @@ }, "homepage": "https://github.com/blitz-js/blitz#readme", "dependencies": { - "blitz": "2.1.2", + "blitz": "2.1.3", "jscodeshift": "0.13.0" }, "devDependencies": { diff --git a/recipes/bulma/package.json b/recipes/bulma/package.json index 651e1f64eb..6f8ba8c062 100644 --- a/recipes/bulma/package.json +++ b/recipes/bulma/package.json @@ -22,7 +22,7 @@ }, "homepage": "https://github.com/blitz-js/blitz#readme", "dependencies": { - "blitz": "2.1.2", + "blitz": "2.1.3", "jscodeshift": "0.13.0" }, "devDependencies": { diff --git a/recipes/bumbag-ui/package.json b/recipes/bumbag-ui/package.json index 405d1534bb..5d4ec8eb64 100644 --- a/recipes/bumbag-ui/package.json +++ b/recipes/bumbag-ui/package.json @@ -24,7 +24,7 @@ }, "homepage": "https://github.com/blitz-js/blitz#readme", "dependencies": { - "blitz": "2.1.2", + "blitz": "2.1.3", "jscodeshift": "0.13.0" }, "devDependencies": { diff --git a/recipes/chakra-ui/package.json b/recipes/chakra-ui/package.json index 2cb1de781a..6ab31e3590 100644 --- a/recipes/chakra-ui/package.json +++ b/recipes/chakra-ui/package.json @@ -24,7 +24,7 @@ }, "homepage": "https://github.com/blitz-js/blitz#readme", "dependencies": { - "blitz": "2.1.2", + "blitz": "2.1.3", "jscodeshift": "0.13.0" }, "devDependencies": { diff --git a/recipes/emotion/package.json b/recipes/emotion/package.json index ee62c9eb35..8e44421ffd 100644 --- a/recipes/emotion/package.json +++ b/recipes/emotion/package.json @@ -22,7 +22,7 @@ }, "homepage": "https://github.com/blitz-js/blitz#readme", "dependencies": { - "blitz": "2.1.2", + "blitz": "2.1.3", "jscodeshift": "0.13.0" }, "devDependencies": { diff --git a/recipes/gh-action-yarn-mariadb/package.json b/recipes/gh-action-yarn-mariadb/package.json index 473e43eddc..3e08e7e766 100644 --- a/recipes/gh-action-yarn-mariadb/package.json +++ b/recipes/gh-action-yarn-mariadb/package.json @@ -24,6 +24,6 @@ }, "homepage": "https://github.com/blitz-js/blitz#readme", "dependencies": { - "blitz": "2.1.2" + "blitz": "2.1.3" } } diff --git a/recipes/gh-action-yarn-postgres/package.json b/recipes/gh-action-yarn-postgres/package.json index e967ec9fe8..08b03e143d 100644 --- a/recipes/gh-action-yarn-postgres/package.json +++ b/recipes/gh-action-yarn-postgres/package.json @@ -24,6 +24,6 @@ }, "homepage": "https://github.com/blitz-js/blitz#readme", "dependencies": { - "blitz": "2.1.2" + "blitz": "2.1.3" } } diff --git a/recipes/ghost/package.json b/recipes/ghost/package.json index d468978b90..fcc470a32b 100644 --- a/recipes/ghost/package.json +++ b/recipes/ghost/package.json @@ -23,7 +23,7 @@ }, "homepage": "https://github.com/blitz-js/blitz#readme", "dependencies": { - "blitz": "2.1.2", + "blitz": "2.1.3", "jscodeshift": "0.13.0" }, "devDependencies": { diff --git a/recipes/graphql-apollo-server/package.json b/recipes/graphql-apollo-server/package.json index f2fb65ce0c..ee815cbb00 100644 --- a/recipes/graphql-apollo-server/package.json +++ b/recipes/graphql-apollo-server/package.json @@ -22,7 +22,7 @@ }, "homepage": "https://github.com/blitz-js/blitz#readme", "dependencies": { - "blitz": "2.1.2", + "blitz": "2.1.3", "jscodeshift": "0.13.0", "uuid": "^8.3.1" }, diff --git a/recipes/logrocket/package.json b/recipes/logrocket/package.json index 3bca21afc1..6ee82e2612 100644 --- a/recipes/logrocket/package.json +++ b/recipes/logrocket/package.json @@ -23,7 +23,7 @@ }, "homepage": "https://github.com/blitz-js/blitz#readme", "dependencies": { - "blitz": "2.1.2", + "blitz": "2.1.3", "jscodeshift": "0.13.0" }, "devDependencies": { diff --git a/recipes/material-ui/package.json b/recipes/material-ui/package.json index 8568b1c8bf..ed805a6161 100644 --- a/recipes/material-ui/package.json +++ b/recipes/material-ui/package.json @@ -23,7 +23,7 @@ }, "homepage": "https://github.com/blitz-js/blitz#readme", "dependencies": { - "blitz": "2.1.2", + "blitz": "2.1.3", "jscodeshift": "0.13.0" }, "devDependencies": { diff --git a/recipes/next-ui/package.json b/recipes/next-ui/package.json index 38688378b4..b5ecdaab51 100644 --- a/recipes/next-ui/package.json +++ b/recipes/next-ui/package.json @@ -23,7 +23,7 @@ }, "homepage": "https://github.com/blitz-js/blitz#readme", "dependencies": { - "blitz": "2.1.2", + "blitz": "2.1.3", "jscodeshift": "0.13.0" }, "devDependencies": { diff --git a/recipes/passenger/package.json b/recipes/passenger/package.json index c572504769..343328297d 100644 --- a/recipes/passenger/package.json +++ b/recipes/passenger/package.json @@ -23,6 +23,6 @@ }, "homepage": "https://github.com/blitz-js/blitz#readme", "dependencies": { - "blitz": "2.1.2" + "blitz": "2.1.3" } } diff --git a/recipes/quirrel/package.json b/recipes/quirrel/package.json index 6c58cb8fc3..0b076e0276 100644 --- a/recipes/quirrel/package.json +++ b/recipes/quirrel/package.json @@ -22,6 +22,6 @@ }, "homepage": "https://github.com/blitz-js/blitz#readme", "dependencies": { - "blitz": "2.1.2" + "blitz": "2.1.3" } } diff --git a/recipes/reflexjs/package.json b/recipes/reflexjs/package.json index 98944f488a..27ef12e200 100644 --- a/recipes/reflexjs/package.json +++ b/recipes/reflexjs/package.json @@ -23,7 +23,7 @@ }, "homepage": "https://github.com/blitz-js/blitz#readme", "dependencies": { - "blitz": "2.1.2", + "blitz": "2.1.3", "jscodeshift": "0.13.0" }, "devDependencies": { diff --git a/recipes/render/package.json b/recipes/render/package.json index d53c30933c..cbdbb520ab 100644 --- a/recipes/render/package.json +++ b/recipes/render/package.json @@ -22,6 +22,6 @@ }, "homepage": "https://github.com/blitz-js/blitz#readme", "dependencies": { - "blitz": "2.1.2" + "blitz": "2.1.3" } } diff --git a/recipes/secureheaders/package.json b/recipes/secureheaders/package.json index ef089d880e..c12a65f912 100644 --- a/recipes/secureheaders/package.json +++ b/recipes/secureheaders/package.json @@ -22,7 +22,7 @@ }, "homepage": "https://github.com/blitz-js/blitz#readme", "dependencies": { - "blitz": "2.1.2", + "blitz": "2.1.3", "jscodeshift": "0.13.0", "uuid": "^8.3.1" }, diff --git a/recipes/stitches/package.json b/recipes/stitches/package.json index 210532efe8..4459f12c3e 100644 --- a/recipes/stitches/package.json +++ b/recipes/stitches/package.json @@ -24,7 +24,7 @@ }, "homepage": "https://github.com/blitz-js/blitz#readme", "dependencies": { - "blitz": "2.1.2", + "blitz": "2.1.3", "jscodeshift": "0.13.0" }, "devDependencies": { diff --git a/recipes/styled-components/package.json b/recipes/styled-components/package.json index dfc4633503..3aacd5615b 100644 --- a/recipes/styled-components/package.json +++ b/recipes/styled-components/package.json @@ -24,7 +24,7 @@ }, "homepage": "https://github.com/blitz-js/blitz#readme", "dependencies": { - "blitz": "2.1.2", + "blitz": "2.1.3", "jscodeshift": "0.13.0" }, "devDependencies": { diff --git a/recipes/tailwind/package.json b/recipes/tailwind/package.json index 97d38756d4..2365b2e21a 100644 --- a/recipes/tailwind/package.json +++ b/recipes/tailwind/package.json @@ -22,7 +22,7 @@ }, "homepage": "https://github.com/blitz-js/blitz#readme", "dependencies": { - "blitz": "2.1.2", + "blitz": "2.1.3", "jscodeshift": "0.13.0" }, "devDependencies": { diff --git a/recipes/theme-ui/package.json b/recipes/theme-ui/package.json index 4024750b71..241211d621 100644 --- a/recipes/theme-ui/package.json +++ b/recipes/theme-ui/package.json @@ -23,7 +23,7 @@ }, "homepage": "https://github.com/blitz-js/blitz#readme", "dependencies": { - "blitz": "2.1.2", + "blitz": "2.1.3", "jscodeshift": "0.13.0" }, "devDependencies": { diff --git a/recipes/vanilla-extract/package.json b/recipes/vanilla-extract/package.json index be590e08b4..26314e26d8 100644 --- a/recipes/vanilla-extract/package.json +++ b/recipes/vanilla-extract/package.json @@ -25,7 +25,7 @@ }, "homepage": "https://github.com/blitz-js/blitz#readme", "dependencies": { - "blitz": "2.1.2", + "blitz": "2.1.3", "jscodeshift": "0.13.0" }, "devDependencies": {