Skip to content

Commit

Permalink
 #559044: fixed dynamic placeholders
Browse files Browse the repository at this point in the history
  • Loading branch information
sc-ruslanmatkovskyi committed Jan 31, 2023
1 parent 8f14852 commit 4624445
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 49 deletions.
92 changes: 46 additions & 46 deletions src/sxastarter/package-lock.json

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

6 changes: 3 additions & 3 deletions src/sxastarter/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sxastarter",
"description": "Application utilizing Sitecore JavaScript Services and Next.js",
"version": "21.0.4",
"version": "21.0.5",
"private": true,
"config": {
"appName": "sxastarter",
Expand Down Expand Up @@ -29,7 +29,7 @@
},
"license": "Apache-2.0",
"dependencies": {
"@sitecore-jss/sitecore-jss-nextjs": "^21.0.4",
"@sitecore-jss/sitecore-jss-nextjs": "^21.0.5",
"@sitecore/engage": "^0.3.2",
"bootstrap": "^5.1.3",
"font-awesome": "^4.7.0",
Expand All @@ -48,7 +48,7 @@
"@graphql-codegen/typescript-operations": "^1.17.9",
"@graphql-codegen/typescript-resolvers": "^1.17.10",
"@graphql-typed-document-node/core": "^3.1.0",
"@sitecore-jss/sitecore-jss-cli": "^21.0.4",
"@sitecore-jss/sitecore-jss-cli": "^21.0.5",
"@types/node": "^14.6.4",
"@types/react": "^18.0.12",
"@types/react-dom": "^18.0.5",
Expand Down

0 comments on commit 4624445

Please sign in to comment.