Skip to content

Commit

Permalink
update payload
Browse files Browse the repository at this point in the history
  • Loading branch information
genox committed Nov 12, 2024
1 parent 546f5c5 commit b9e5605
Show file tree
Hide file tree
Showing 11 changed files with 7,542 additions and 1,859 deletions.
725 changes: 367 additions & 358 deletions .yarn/releases/yarn-4.5.0.cjs → .yarn/releases/yarn-4.5.1.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ supportedArchitectures:
- current
- linux

yarnPath: .yarn/releases/yarn-4.5.0.cjs
yarnPath: .yarn/releases/yarn-4.5.1.cjs
38 changes: 20 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,49 +26,51 @@
"node": ">=22.9.0"
},
"dependencies": {
"@payloadcms/db-postgres": "3.0.0-beta.116",
"@payloadcms/email-nodemailer": "3.0.0-beta.116",
"@payloadcms/next": "3.0.0-beta.116",
"@payloadcms/richtext-lexical": "3.0.0-beta.116",
"@payloadcms/storage-s3": "3.0.0-beta.116",
"@payloadcms/ui": "3.0.0-beta.116",
"@payloadcms/db-postgres": "3.0.0-beta.127",
"@payloadcms/email-nodemailer": "3.0.0-beta.127",
"@payloadcms/next": "3.0.0-beta.127",
"@payloadcms/richtext-lexical": "3.0.0-beta.127",
"@payloadcms/storage-s3": "3.0.0-beta.127",
"@payloadcms/ui": "3.0.0-beta.127",
"babel-plugin-react-compiler": "0.0.0-experimental-48eb8f4-20240822",
"chromiumly": "^3.8.2",
"cross-env": "^7.0.3",
"graphql": "^16.9.0",
"jsonwebtoken": "^9.0.2",
"ky": "^1.7.2",
"lodash-es": "^4.17.21",
"next": "15.0.0-canary.173",
"next": "15.0.3",
"nodemailer": "^6.9.15",
"payload": "3.0.0-beta.116",
"payload-oauth2": "^1.0.5",
"react": "19.0.0-rc-3edc000d-20240926",
"react-dom": "19.0.0-rc-3edc000d-20240926",
"payload": "3.0.0-beta.127",
"payload-oauth2": "^1.0.6",
"react": "19.0.0-rc-65a56d0e-20241020",
"react-dom": "19.0.0-rc-65a56d0e-20241020",
"react-i18next": "^14.1.3",
"react-router-dom": "5.3.4",
"sharp": "0.32.6",
"swr": "^2.2.5",
"tslog": "^4.9.3"
},
"devDependencies": {
"@payloadcms/graphql": "3.0.0-beta.116",
"@payloadcms/graphql": "3.0.0-beta.127",
"@swc/core": "1.5.7",
"@tailwindcss/typography": "^0.5.15",
"@types/jsdom": "^21.1.7",
"@types/jsonwebtoken": "^9",
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.7.7",
"@types/node": "^22.9.0",
"@types/nodemailer": "^6.4.16",
"@types/react": "npm:[email protected]",
"@types/react-dom": "npm:[email protected]",
"@types/react-router-dom": "^5.3.3",
"@typescript-eslint/eslint-plugin": "8.9.0",
"@typescript-eslint/parser": "8.9.0",
"@typescript-eslint/eslint-plugin": "8.14.0",
"@typescript-eslint/parser": "8.14.0",
"autoprefixer": "^10.4.20",
"dotenv": "^16.4.5",
"eslint": "^8.57.1",
"eslint-config-next": "15.0.0-rc.0",
"eslint-config-next": "15.0.3",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jsonc": "^2.16.0",
"eslint-plugin-jsonc": "^2.18.1",
"eslint-plugin-prettier": "^5.2.1",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
Expand All @@ -80,5 +82,5 @@
"@types/react": "npm:[email protected]",
"@types/react-dom": "npm:[email protected]"
},
"packageManager": "yarn@1.22.19+sha1.4ba7fc5c6e704fce2066ecbfb0b0d8976fe62447"
"packageManager": "yarn@4.5.1"
}
122 changes: 59 additions & 63 deletions src/app/(payload)/admin/importMap.js

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

4 changes: 1 addition & 3 deletions src/app/cv/[id]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,7 @@ const Page = async ({ params, searchParams }: Args) => {
throw new Error('No parameters, Aborting');
}

const decodedParams: DecodedSearchParams = JSON.parse(
decodeFromBase64(query.searchParams.p as string),
);
const decodedParams: DecodedSearchParams = decodeFromBase64(query.searchParams.p as string);

const { exportOverride } = decodedParams;

Expand Down
Loading

0 comments on commit b9e5605

Please sign in to comment.