Skip to content

Commit

Permalink
Update sdk and nextjs deps (#4)
Browse files Browse the repository at this point in the history
* Update @craftercms packages and nextjs

* Update yarn to latest

* Update version

* Updated yarn.lock file
  • Loading branch information
jvega190 authored Feb 29, 2024
1 parent c4c6c3c commit d274f77
Show file tree
Hide file tree
Showing 7 changed files with 2,556 additions and 3,083 deletions.
541 changes: 0 additions & 541 deletions app/.yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs

This file was deleted.

873 changes: 0 additions & 873 deletions app/.yarn/releases/yarn-3.5.0.cjs

This file was deleted.

893 changes: 893 additions & 0 deletions app/.yarn/releases/yarn-4.1.0.cjs

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions app/.yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
nodeLinker: node-modules
compressionLevel: mixed

enableGlobalCache: false

plugins:
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-3.5.0.cjs
yarnPath: .yarn/releases/yarn-4.1.0.cjs
12 changes: 6 additions & 6 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
"format": "prettier --write ."
},
"dependencies": {
"@craftercms/classes": "^4.1.2",
"@craftercms/content": "^4.1.2",
"@craftercms/experience-builder": "^4.1.2-1",
"@craftercms/models": "^4.1.2-1",
"@craftercms/classes": "4.1.2-support.2",
"@craftercms/content": "4.1.2-support.2",
"@craftercms/experience-builder": "4.1.2-support.3",
"@craftercms/models": "4.1.2-support.2",
"@emotion/cache": "^11.10.5",
"@emotion/css": "^11.10.6",
"@emotion/react": "^11.10.6",
Expand All @@ -23,7 +23,7 @@
"@mui/material": "^5.14.16",
"axios": "^1.3.4",
"js-cookie": "^3.0.5",
"next": "14.0.1",
"next": "14.0.4",
"next-auth": "^4.24.4",
"prop-types": "^15.8.1",
"react": "18.2.0",
Expand All @@ -40,5 +40,5 @@
"eslint-config-next": "12.0.7",
"prettier": "^2.8.8"
},
"packageManager": "yarn@3.5.0"
"packageManager": "yarn@4.1.0"
}
Loading

0 comments on commit d274f77

Please sign in to comment.