1
0
mirror of synced 2026-02-04 12:08:33 -05:00

Compare commits

...

11 Commits

Author SHA1 Message Date
Dillon Raphael
1e1bb73b2d alpha.13 2022-04-29 16:25:20 -04:00
beerose
99205f52d5 alpha.12 2022-04-29 20:10:31 +02:00
Aleksandra
d03a1165d7 Use alpha version for blitz dependency, fix package manager selection (#3327) 2022-04-29 20:08:10 +02:00
beerose
d87288a2e9 alpha.11 2022-04-29 16:00:15 +02:00
beerose
fdff45a592 Update isInBlitzMonorepo check in postinstall script 2022-04-29 15:58:48 +02:00
beerose
469f55a429 Fix pre-publish script to build packages after
changeset version
2022-04-29 15:47:01 +02:00
Dillon Raphael
e6c31704ed added postinstall script to blitz/next package json 2022-04-29 09:41:57 -04:00
Dillon Raphael
35a070ad7d alpha.10 2022-04-28 19:37:39 -04:00
Dillon Raphael
9674efc0bf alpha.9 2022-04-28 19:07:56 -04:00
Dillon Raphael
666a3ae3e6 fix cli versioning 2022-04-28 17:35:54 -04:00
Dillon Raphael
c9cf7adc33 alpha.7 changeset 2022-04-28 17:18:04 -04:00
37 changed files with 656 additions and 295 deletions

View File

@@ -0,0 +1,7 @@
---
"blitz": patch
"@blitzjs/next": patch
"@blitzjs/generator": patch
---
Fix codegen and postinstall to make work with pnpm

View File

@@ -0,0 +1,6 @@
---
"blitz": patch
"@blitzjs/generator": patch
---
Use alpha version for blitz dependency, fix package manager selection

View File

@@ -0,0 +1,5 @@
---
"blitz": patch
---
fix broken cli versioning

View File

@@ -16,11 +16,18 @@
"toolkit-app": "1.0.0"
},
"changesets": [
"breezy-cameras-double",
"dirty-monkeys-greet",
"great-months-train",
"lovely-colts-share",
"nine-onions-admire",
"ninety-pets-heal",
"poor-peas-lick",
"quiet-feet-travel",
"silent-colts-reply",
"swift-drinks-dress",
"ten-rivers-burn",
"thirty-countries-build",
"twenty-beans-pump"
]
}

View File

@@ -0,0 +1,5 @@
---
"@blitzjs/generator": patch
---
fix source path for templates

View File

@@ -0,0 +1,5 @@
---
"blitz": patch
---
added index.cjs to blitz externals

View File

@@ -0,0 +1,5 @@
---
"@blitzjs/next": patch
---
Fix postinstall script not being found

View File

@@ -0,0 +1,5 @@
---
"blitz": patch
---
add @blitzjs/generator as external

View File

@@ -1,5 +1,81 @@
# toolkit-app
## 1.0.1-alpha.8
### Patch Changes
- Updated dependencies
- blitz@2.0.0-alpha.13
- @blitzjs/next@2.0.0-alpha.13
- @blitzjs/auth@2.0.0-alpha.13
- @blitzjs/rpc@2.0.0-alpha.13
- @blitzjs/config@2.0.0-alpha.13
## 1.0.1-alpha.7
### Patch Changes
- Updated dependencies
- blitz@2.0.0-alpha.12
- @blitzjs/auth@2.0.0-alpha.12
- @blitzjs/next@2.0.0-alpha.12
- @blitzjs/rpc@2.0.0-alpha.12
- @blitzjs/config@2.0.0-alpha.12
## 1.0.1-alpha.6
### Patch Changes
- Updated dependencies
- @blitzjs/next@2.0.0-alpha.11
- @blitzjs/auth@2.0.0-alpha.11
- @blitzjs/rpc@2.0.0-alpha.11
- @blitzjs/config@2.0.0-alpha.11
- blitz@2.0.0-alpha.11
## 1.0.1-alpha.5
### Patch Changes
- blitz@2.0.0-alpha.10
- @blitzjs/auth@2.0.0-alpha.10
- @blitzjs/next@2.0.0-alpha.10
- @blitzjs/rpc@2.0.0-alpha.10
- @blitzjs/config@2.0.0-alpha.10
## 1.0.1-alpha.4
### Patch Changes
- Updated dependencies
- blitz@2.0.0-alpha.9
- @blitzjs/auth@2.0.0-alpha.9
- @blitzjs/next@2.0.0-alpha.9
- @blitzjs/rpc@2.0.0-alpha.9
- @blitzjs/config@2.0.0-alpha.9
## 1.0.1-alpha.3
### Patch Changes
- Updated dependencies
- blitz@2.0.0-alpha.8
- @blitzjs/auth@2.0.0-alpha.8
- @blitzjs/next@2.0.0-alpha.8
- @blitzjs/rpc@2.0.0-alpha.8
- @blitzjs/config@2.0.0-alpha.8
## 1.0.1-alpha.2
### Patch Changes
- Updated dependencies
- blitz@2.0.0-alpha.7
- @blitzjs/auth@2.0.0-alpha.7
- @blitzjs/next@2.0.0-alpha.7
- @blitzjs/rpc@2.0.0-alpha.7
- @blitzjs/config@2.0.0-alpha.7
## 1.0.1-alpha.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "toolkit-app",
"version": "1.0.1-alpha.1",
"version": "1.0.1-alpha.8",
"scripts": {
"start:dev": "pnpm run prisma:start && next dev",
"buildapp": "prisma generate && next build",
@@ -29,7 +29,7 @@
"@blitzjs/rpc": "workspace:*",
"@hookform/resolvers": "2.8.8",
"@prisma/client": "3.9.0",
"blitz": "workspace:2.0.0-alpha.6",
"blitz": "workspace:2.0.0-alpha.13",
"next": "12.1.1",
"prisma": "3.9.0",
"react": "18.0.0",

View File

@@ -17,7 +17,7 @@
"test": "turbo run test",
"clean": "turbo run clean && rm -rf node_modules",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"pre-publish": "pnpm i && pnpm build && changeset add && changeset version && git add . && git commit -v",
"pre-publish": "pnpm i && changeset add && changeset version && pnpm build && git add . && git commit -v",
"publish-release": "changeset publish && git push --follow-tags"
},
"dependencies": {

View File

@@ -1,5 +1,52 @@
# @blitzjs/auth
## 2.0.0-alpha.13
### Patch Changes
- Updated dependencies
- blitz@2.0.0-alpha.13
## 2.0.0-alpha.12
### Patch Changes
- Updated dependencies
- blitz@2.0.0-alpha.12
## 2.0.0-alpha.11
### Patch Changes
- blitz@2.0.0-alpha.11
## 2.0.0-alpha.10
### Patch Changes
- blitz@2.0.0-alpha.10
## 2.0.0-alpha.9
### Patch Changes
- Updated dependencies
- blitz@2.0.0-alpha.9
## 2.0.0-alpha.8
### Patch Changes
- Updated dependencies
- blitz@2.0.0-alpha.8
## 2.0.0-alpha.7
### Patch Changes
- Updated dependencies
- blitz@2.0.0-alpha.7
## 2.0.0-alpha.6
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@blitzjs/auth",
"version": "2.0.0-alpha.6",
"version": "2.0.0-alpha.13",
"scripts": {
"build": "unbuild",
"predev": "wait-on -d 250 ../blitz/dist/index-server.d.ts",
@@ -24,7 +24,7 @@
"@types/secure-password": "3.1.1",
"b64-lite": "1.4.0",
"bad-behavior": "1.0.1",
"blitz": "2.0.0-alpha.6",
"blitz": "2.0.0-alpha.13",
"cookie": "0.4.1",
"debug": "4.3.3",
"http": "0.0.1-security",
@@ -35,7 +35,7 @@
"url": "0.11.0"
},
"devDependencies": {
"@blitzjs/config": "workspace: *",
"@blitzjs/config": "workspace:2.0.0-alpha.13",
"@testing-library/react": "13.0.0",
"@testing-library/react-hooks": "7.0.2",
"@types/cookie": "0.4.1",

View File

@@ -1,5 +1,49 @@
# @blitzjs/next
## 2.0.0-alpha.13
### Patch Changes
- Fix codegen and postinstall to make work with pnpm
- @blitzjs/rpc@2.0.0-alpha.13
## 2.0.0-alpha.12
### Patch Changes
- @blitzjs/rpc@2.0.0-alpha.12
## 2.0.0-alpha.11
### Patch Changes
- Fix postinstall script not being found
- @blitzjs/rpc@2.0.0-alpha.11
## 2.0.0-alpha.10
### Patch Changes
- @blitzjs/rpc@2.0.0-alpha.10
## 2.0.0-alpha.9
### Patch Changes
- @blitzjs/rpc@2.0.0-alpha.9
## 2.0.0-alpha.8
### Patch Changes
- @blitzjs/rpc@2.0.0-alpha.8
## 2.0.0-alpha.7
### Patch Changes
- @blitzjs/rpc@2.0.0-alpha.7
## 2.0.0-alpha.6
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@blitzjs/next",
"version": "2.0.0-alpha.6",
"version": "2.0.0-alpha.13",
"scripts": {
"build": "unbuild",
"dev": "pnpm predev && pnpm watch unbuild src --wait=0.2",
@@ -9,7 +9,7 @@
"test": "vitest run",
"test-watch": "vitest",
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist",
"postinstall": "node src/scripts/postinstall.js"
"postinstall": "node scripts/postinstall.js"
},
"main": "./dist/index-server.cjs",
"module": "./dist/index-server.mjs",
@@ -19,16 +19,17 @@
"license": "MIT",
"files": [
"dist/**",
"scripts/**",
"eslint.js"
],
"dependencies": {
"@blitzjs/rpc": "2.0.0-alpha.6",
"@blitzjs/rpc": "2.0.0-alpha.13",
"debug": "4.3.3",
"fs-extra": "10.0.1",
"react-query": "3.21.1"
},
"devDependencies": {
"@blitzjs/config": "workspace: *",
"@blitzjs/config": "workspace:2.0.0-alpha.13",
"@testing-library/dom": "8.13.0",
"@testing-library/jest-dom": "5.16.3",
"@testing-library/react": "13.0.0",
@@ -39,7 +40,7 @@
"@types/react": "17.0.43",
"@types/react-dom": "17.0.14",
"@types/testing-library__react-hooks": "4.0.0",
"blitz": "2.0.0-alpha.6",
"blitz": "2.0.0-alpha.13",
"cross-spawn": "7.0.3",
"find-up": "4.1.0",
"lodash.frompairs": "4.0.1",

View File

@@ -11,12 +11,12 @@ const stat = promisify(fs.stat)
const debug = require("debug")("blitz:postinstall")
const isInBlitzMonorepo = fs.existsSync(path.join(__dirname, "../../src"))
const isInBlitzMonorepo = fs.existsSync(path.join(__dirname, "../../blitz-next"))
let isInstalledGlobally = isInBlitzMonorepo ? false : true // default
try {
const maybeGlobalBlitzPath = resolveFrom(__dirname, "blitz")
const localBlitzPath = resolveFrom.silent(process.cwd(), "blitz")
const localBlitzPath = resolveFrom.silent(process.cwd(), "blitz/dist/index.cjs")
isInstalledGlobally = maybeGlobalBlitzPath !== localBlitzPath
} catch (error) {
// noop
@@ -27,6 +27,16 @@ async function findNodeModulesRoot(src) {
let root
if (isInBlitzMonorepo) {
root = path.join(src, "node_modules")
} else if (src.includes(".pnpm")) {
const blitzPkgLocation = path.dirname(
(await findUp("package.json", {
cwd: resolveFrom(src, "blitz"),
})) || "",
)
if (!blitzPkgLocation) {
throw new Error("Internal Blitz Error: unable to find 'blitz' package location")
}
root = path.join(blitzPkgLocation, "../../../../")
} else {
const blitzPkgLocation = path.dirname(
(await findUp("package.json", {
@@ -95,8 +105,12 @@ function codegen() {
try {
const packagePath = require.resolve("blitz/package.json")
if (packagePath) {
const blitzPkg = require.resolve("blitz")
return path.join(blitzPkg, "/dist/index.cjs")
const blitzPkg = require.resolve("blitz/dist/index.cjs")
if (blitzPkg.includes(".pnpm")) {
return path.join(blitzPkg, "../../../../../../blitz/dist/index.cjs")
} else {
return path.join(blitzPkg)
}
}
} catch (e) {
//
@@ -323,6 +337,6 @@ function codegen() {
const UNABLE_TO_FIND_POSTINSTALL_TRIGGER_JSON_SCHEMA_ERROR = 'UNABLE_TO_FIND_POSTINSTALL_TRIGGER_JSON_SCHEMA_ERROR'
}
if (!isInstalledGlobally) {
codegen()
}
// if (!isInstalledGlobally) {
codegen()
// }

View File

@@ -1,5 +1,59 @@
# @blitzjs/rpc
## 2.0.0-alpha.13
### Patch Changes
- Updated dependencies
- blitz@2.0.0-alpha.13
- @blitzjs/auth@2.0.0-alpha.13
## 2.0.0-alpha.12
### Patch Changes
- Updated dependencies
- blitz@2.0.0-alpha.12
- @blitzjs/auth@2.0.0-alpha.12
## 2.0.0-alpha.11
### Patch Changes
- @blitzjs/auth@2.0.0-alpha.11
- blitz@2.0.0-alpha.11
## 2.0.0-alpha.10
### Patch Changes
- blitz@2.0.0-alpha.10
- @blitzjs/auth@2.0.0-alpha.10
## 2.0.0-alpha.9
### Patch Changes
- Updated dependencies
- blitz@2.0.0-alpha.9
- @blitzjs/auth@2.0.0-alpha.9
## 2.0.0-alpha.8
### Patch Changes
- Updated dependencies
- blitz@2.0.0-alpha.8
- @blitzjs/auth@2.0.0-alpha.8
## 2.0.0-alpha.7
### Patch Changes
- Updated dependencies
- blitz@2.0.0-alpha.7
- @blitzjs/auth@2.0.0-alpha.7
## 2.0.0-alpha.6
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@blitzjs/rpc",
"version": "2.0.0-alpha.6",
"version": "2.0.0-alpha.13",
"scripts": {
"build": "unbuild",
"predev": "wait-on -d 250 ../blitz/dist/index-server.d.ts && wait-on -d 250 ../blitz-auth/dist/index-browser.d.ts",
@@ -20,7 +20,7 @@
"dist/**"
],
"dependencies": {
"@blitzjs/auth": "2.0.0-alpha.6",
"@blitzjs/auth": "2.0.0-alpha.13",
"b64-lite": "1.4.0",
"bad-behavior": "1.0.1",
"chalk": "^4.1.0",
@@ -30,11 +30,11 @@
"zod": "3.10.1"
},
"devDependencies": {
"@blitzjs/config": "workspace: *",
"@blitzjs/config": "workspace:2.0.0-alpha.13",
"@types/debug": "4.1.7",
"@types/react": "17.0.43",
"@types/react-dom": "17.0.14",
"blitz": "2.0.0-alpha.6",
"blitz": "2.0.0-alpha.13",
"next": "12.1.1",
"react": "18.0.0",
"react-dom": "18.0.0",
@@ -43,7 +43,7 @@
"watch": "1.0.2"
},
"peerDependencies": {
"blitz": "2.0.0-alpha.6",
"blitz": "2.0.0-alpha.13",
"next": "*"
},
"publishConfig": {

View File

@@ -1,5 +1,55 @@
# blitz
## 2.0.0-alpha.13
### Patch Changes
- Fix codegen and postinstall to make work with pnpm
- Updated dependencies
- @blitzjs/generator@2.0.0-alpha.13
## 2.0.0-alpha.12
### Patch Changes
- Use alpha version for blitz dependency, fix package manager selection
- Updated dependencies
- @blitzjs/generator@2.0.0-alpha.12
## 2.0.0-alpha.11
### Patch Changes
- @blitzjs/generator@2.0.0-alpha.11
## 2.0.0-alpha.10
### Patch Changes
- Updated dependencies
- @blitzjs/generator@2.0.0-alpha.10
## 2.0.0-alpha.9
### Patch Changes
- add @blitzjs/generator as external
- @blitzjs/generator@2.0.0-alpha.9
## 2.0.0-alpha.8
### Patch Changes
- fix broken cli versioning
- @blitzjs/generator@2.0.0-alpha.8
## 2.0.0-alpha.7
### Patch Changes
- added index.cjs to blitz externals
- @blitzjs/generator@2.0.0-alpha.7
## 2.0.0-alpha.6
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "blitz",
"version": "2.0.0-alpha.6",
"version": "2.0.0-alpha.13",
"scripts": {
"build": "unbuild",
"dev": "watch unbuild src --wait=0.2",
@@ -23,7 +23,7 @@
"blitz": "bin/blitz"
},
"dependencies": {
"@blitzjs/generator": "2.0.0-alpha.6",
"@blitzjs/generator": "2.0.0-alpha.13",
"arg": "5.0.1",
"chalk": "^4.1.0",
"console-table-printer": "2.10.0",
@@ -47,7 +47,7 @@
"tslog": "3.3.1"
},
"devDependencies": {
"@blitzjs/config": "workspace: *",
"@blitzjs/config": "workspace:2.0.0-alpha.13",
"@types/cookie": "0.4.1",
"@types/cross-spawn": "6.0.2",
"@types/debug": "4.1.7",

View File

@@ -193,13 +193,15 @@ const determinePkgManagerToInstallDeps = async () => {
message: "Install dependencies?",
initial: 0,
choices: [
{title: "npm"},
{title: "yarn", disabled: !IS_YARN_INSTALLED},
{title: "pnpm", disabled: !IS_PNPM_INSTALLED},
{title: "npm", value: "npm"},
{title: "yarn", value: "yarn", disabled: !IS_YARN_INSTALLED},
{title: "pnpm", value: "pnpm", disabled: !IS_PNPM_INSTALLED},
{title: "skip"},
],
})
projectPkgManger = res.pkgManager
if (res.pkgManager === "skip") {
shouldInstallDeps = false
} else {

View File

@@ -538,7 +538,11 @@ async function findNodeModulesRoot(src: string) {
throw new Error("Internal Blitz Error: unable to find 'blitz' package location")
}
root = join(blitzPkgLocation, "../")
if (blitzPkgLocation.includes(".pnpm")) {
root = join(blitzPkgLocation, "../../../../")
} else {
root = join(blitzPkgLocation, "../")
}
}
return root

View File

@@ -1,5 +1,19 @@
# @blitzjs/config
## 2.0.0-alpha.13
## 2.0.0-alpha.12
## 2.0.0-alpha.11
## 2.0.0-alpha.10
## 2.0.0-alpha.9
## 2.0.0-alpha.8
## 2.0.0-alpha.7
## 2.0.0-alpha.6
### Patch Changes

View File

@@ -1,7 +1,7 @@
{
"name": "@blitzjs/config",
"private": true,
"version": "2.0.0-alpha.6",
"version": "2.0.0-alpha.13",
"license": "MIT",
"dependencies": {
"@typescript-eslint/eslint-plugin": "5.9.1",

View File

@@ -1,5 +1,31 @@
# @blitzjs/generator
## 2.0.0-alpha.13
### Patch Changes
- Fix codegen and postinstall to make work with pnpm
## 2.0.0-alpha.12
### Patch Changes
- Use alpha version for blitz dependency, fix package manager selection
## 2.0.0-alpha.11
## 2.0.0-alpha.10
### Patch Changes
- fix source path for templates
## 2.0.0-alpha.9
## 2.0.0-alpha.8
## 2.0.0-alpha.7
## 2.0.0-alpha.6
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@blitzjs/generator",
"version": "2.0.0-alpha.6",
"version": "2.0.0-alpha.13",
"scripts": {
"dev": "watch unbuild src --wait=0.2",
"build": "unbuild && pnpm build:templates",
@@ -45,7 +45,7 @@
"vinyl": "2.2.1"
},
"devDependencies": {
"@blitzjs/config": "2.0.0-alpha.6",
"@blitzjs/config": "2.0.0-alpha.13",
"@juanm04/cpx": "2.0.1",
"@types/babel__core": "7.1.19",
"@types/diff": "5.0.2",

View File

@@ -302,7 +302,9 @@ export abstract class Generator<
return path.join(
__dirname,
"..",
process.env.NODE_ENV === "test" ? "../templates" : "./templates",
process.env.NODE_ENV === "test" || process.env.NODE_ENV === "development"
? "./templates"
: "./dist/templates",
this.sourceRoot.path,
...paths,
)

View File

@@ -111,7 +111,7 @@ export class AppGenerator extends Generator<AppGeneratorOptions> {
const [
{value: newDependencies, isFallback: dependenciesUsedFallback},
{value: newDevDependencies, isFallback: devDependenciesUsedFallback},
{value: blitzDependencyVersion, isFallback: blitzUsedFallback},
{value: blitzDependencyVersion},
] = await Promise.all([
fetchLatestVersionsFor(pkg.dependencies),
fetchLatestVersionsFor(pkg.devDependencies),
@@ -122,8 +122,7 @@ export class AppGenerator extends Generator<AppGeneratorOptions> {
pkg.devDependencies = newDevDependencies
pkg.dependencies.blitz = blitzDependencyVersion
const fallbackUsed =
dependenciesUsedFallback || devDependenciesUsedFallback || blitzUsedFallback
const fallbackUsed = dependenciesUsedFallback || devDependenciesUsedFallback
await writeJson(pkgJsonLocation, pkg, {spaces: 2})
@@ -235,14 +234,6 @@ export class AppGenerator extends Generator<AppGeneratorOptions> {
}
}
// if(this.options.useTs) {
// if(templatedPathSuffix === "pages/api/rpc/blitzrpcroute.js") {
// this.fs.write(this.destinationPath("pages/api/rpc/[...blitz].js"), this.sourcePath("pages/api/rpc/blitzrpcroute.js"))
// } else {
// }
// }
if (!this.options.skipGit && gitInitSuccessful) {
this.commitChanges()
}

View File

@@ -1,4 +1,4 @@
export interface Fallbackable<T> {
value: T
isFallback: boolean
isFallback?: boolean
}

View File

@@ -6,16 +6,17 @@ export const getBlitzDependencyVersion = async (
cliVersion: string,
): Promise<Fallbackable<string>> => {
try {
const {latest, canary} = await fetchDistTags("blitz")
// TODO: Need to update this to handle alpha, beta and major
const {alpha} = await fetchDistTags("blitz")
if (cliVersion.includes("canary")) {
return {value: canary, isFallback: false}
if (alpha) {
return {value: alpha}
}
return {value: latest, isFallback: false}
logFailedVersionFetch("blitz")
return {value: ""}
} catch (error) {
const fallback = "latest"
logFailedVersionFetch("blitz", fallback)
return {value: fallback, isFallback: true}
logFailedVersionFetch("blitz")
return {value: ""}
}
}

View File

@@ -2,12 +2,10 @@ import chalk from "chalk"
import {Fallbackable} from "./fallbackable"
import {fetchAllVersions, fetchLatestDistVersion} from "./npm-fetch"
export const logFailedVersionFetch = (dependency: string, fallback: string) => {
// log.clearLine()
export const logFailedVersionFetch = (dependency: string, fallback?: string) => {
console.warn(
`Failed to fetch latest version of '${chalk.bold(dependency)}', falling back to '${chalk.bold(
fallback,
)}'.`,
`Failed to fetch latest version of '${chalk.bold(dependency)}'`,
fallback ? `Falling back to '${chalk.bold(fallback)}'` : "",
)
}

View File

@@ -12,7 +12,7 @@ export const fetchAllVersions = async (dependency: string) => {
return Object.keys(res.versions)
}
type NpmDistTagsResponse = {latest: string; canary: string}
type NpmDistTagsResponse = {latest: string; canary: string; alpha: string}
export const fetchDistTags = async (dependency: string) => {
const res = await got(`https://registry.npmjs.org/-/package/${dependency}/dist-tags`, {

View File

@@ -25,7 +25,7 @@
"@typescript-eslint/parser": "5.9.1"
},
"devDependencies": {
"@blitzjs/config": "2.0.0-alpha.6",
"@blitzjs/config": "2.0.0-alpha.13",
"@types/react": "17.0.43",
"@types/react-dom": "17.0.14",
"react": "18.0.0",

462
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff