Skip to content

Commit

Permalink
lerna test
Browse files Browse the repository at this point in the history
  • Loading branch information
ambrauer committed Nov 17, 2021
1 parent 0847304 commit 451c35d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"lerna": "3.4.0",
"packages": [
"packages/*",
"packages/**",
"samples/*"
],
"version": "20.0.0-canary.55",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jss-template-nextjs",
"description": "Application utilizing Sitecore JavaScript Services and Next.js",
"version": "20.0.0-canary.51",
"version": "20.0.0-canary.55",
"private": true,
"config": {
"appName": "<%- appName %>",
Expand Down Expand Up @@ -30,7 +30,7 @@
},
"license": "Apache-2.0",
"dependencies": {
"@sitecore-jss/sitecore-jss-nextjs": "^20.0.0-canary.51",
"@sitecore-jss/sitecore-jss-nextjs": "^20.0.0-canary.55",
"deep-equal": "^2.0.5",
"graphql": "~15.4.0",
"graphql-tag": "^2.11.0",
Expand Down

0 comments on commit 451c35d

Please sign in to comment.