Skip to content

Commit

Permalink
Merge branch 'keystonejs:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnymoon committed Feb 1, 2024
2 parents 6542aa3 + 1c187a8 commit 79620ca
Show file tree
Hide file tree
Showing 3 changed files with 87 additions and 78 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"license": "MIT",
"repository": "https://github.com/keystonejs/keystone",
"homepage": "https://github.com/keystonejs/keystone",
"packageManager": "pnpm@8.14.3",
"packageManager": "pnpm@8.15.1",
"scripts": {
"coverage": "jest --coverage",
"test": "jest",
Expand Down Expand Up @@ -35,7 +35,7 @@
"@types/node-fetch": "^2.5.12",
"@types/react": "^18.0.9",
"@types/react-dom": "^18.0.4",
"esbuild": "^0.19.0",
"esbuild": "^0.20.0",
"esbuild-jest": "^0.5.0",
"jest": "^29.0.0",
"jest-environment-jsdom": "^29.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@
"date-fns": "^2.26.0",
"decimal.js": "^10.4.1",
"dumb-passwords": "^0.2.1",
"esbuild": "^0.19.0",
"esbuild": "^0.20.0",
"express": "^4.17.1",
"fast-deep-equal": "^3.1.3",
"file-type": "^19.0.0",
Expand Down
159 changes: 84 additions & 75 deletions pnpm-lock.yaml

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

0 comments on commit 79620ca

Please sign in to comment.