Skip to content

Commit

Permalink
v21.2.2 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
art-alexeyenko committed Jul 18, 2023
1 parent b7872ce commit 329f39d
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 21 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"@apollo/client": "^3.3.12",
"@ngx-translate/core": "~14.0.0",
"@ngx-translate/http-loader": "~7.0.0",
"@sitecore-jss/sitecore-jss-angular": "~21.2.1",
"@sitecore-jss/sitecore-jss-angular": "~21.2.2",
"apollo-angular": "~4.1.1",
"bootstrap": "^5.2.3",
"core-js": "~3.9.1",
Expand All @@ -86,9 +86,9 @@
"@angular/cli": "~14.2.10",
"@angular/compiler-cli": "~14.2.10",
"@angular/language-service": "~14.2.10",
"@sitecore-jss/sitecore-jss-angular-schematics": "~21.2.1",
"@sitecore-jss/sitecore-jss-cli": "~21.2.1",
"@sitecore-jss/sitecore-jss-dev-tools": "~21.2.1",
"@sitecore-jss/sitecore-jss-angular-schematics": "~21.2.2",
"@sitecore-jss/sitecore-jss-cli": "~21.2.2",
"@sitecore-jss/sitecore-jss-dev-tools": "~21.2.2",
"@types/isomorphic-fetch": "0.0.35",
"@types/jasmine": "~3.6.7",
"@types/jasminewd2": "~2.0.8",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"nprogress": "~0.2.0"
},
"devDependencies": {
"@sitecore-jss/sitecore-jss-dev-tools": "~21.2.1",
"@sitecore-jss/sitecore-jss-dev-tools": "~21.2.2",
"@types/nprogress": "^0.2.0"
},
"scripts": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"license": "Apache-2.0",
"dependencies": {
"@sitecore-jss/sitecore-jss-nextjs": "~21.2.1",
"@sitecore-jss/sitecore-jss-nextjs": "~21.2.2",
"graphql": "~15.8.0",
"graphql-tag": "^2.12.6",
"next": "^13.1.6",
Expand All @@ -46,8 +46,8 @@
"@graphql-codegen/typescript-operations": "^2.5.12",
"@graphql-codegen/typescript-resolvers": "^2.7.12",
"@graphql-typed-document-node/core": "^3.1.1",
"@sitecore-jss/sitecore-jss-cli": "~21.2.1",
"@sitecore-jss/sitecore-jss-dev-tools": "~21.2.1",
"@sitecore-jss/sitecore-jss-cli": "~21.2.2",
"@sitecore-jss/sitecore-jss-dev-tools": "~21.2.2",
"@types/node": "^18.11.18",
"@types/react": "^18.0.12",
"@types/react-dom": "^18.0.5",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"homepage": "https://jss.sitecore.com",
"license": "Apache-2.0",
"dependencies": {
"@sitecore-jss/sitecore-jss": "~21.2.1",
"@sitecore-jss/sitecore-jss": "~21.2.2",
"compression": "^1.7.4",
"express": "^4.18.2",
"dotenv": "^16.0.3"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"homepage": "https://jss.sitecore.com",
"license": "Apache-2.0",
"dependencies": {
"@sitecore-jss/sitecore-jss": "~21.2.1",
"@sitecore-jss/sitecore-jss-proxy": "~21.2.1",
"@sitecore-jss/sitecore-jss": "~21.2.2",
"@sitecore-jss/sitecore-jss-proxy": "~21.2.2",
"agentkeepalive": "^4.2.1",
"compression": "~1.7.4",
"express": "~4.18.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"dependencies": {
"@react-native-community/masked-view": "^0.1.10",
"@sitecore-jss/sitecore-jss-react-native": "~21.2.1",
"@sitecore-jss/sitecore-jss-react-native": "~21.2.2",
"prop-types": "^15.6.0",
"react": "16.13.1",
"react-native": "^0.63.4",
Expand All @@ -41,8 +41,8 @@
},
"private": true,
"devDependencies": {
"@sitecore-jss/sitecore-jss-cli": "~21.2.1",
"@sitecore-jss/sitecore-jss-dev-tools": "~21.2.1",
"@sitecore-jss/sitecore-jss-cli": "~21.2.2",
"@sitecore-jss/sitecore-jss-dev-tools": "~21.2.2",
"babel-core": "^6.26.0",
"babel-eslint": "^8.2.1",
"babel-plugin-inline-replace-variables": "^1.3.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/create-sitecore-jss/src/templates/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"license": "Apache-2.0",
"dependencies": {
"@apollo/client": "^3.7.1",
"@sitecore-jss/sitecore-jss-react": "~21.2.1",
"@sitecore-jss/sitecore-jss-react": "~21.2.2",
"axios": "^1.2.0",
"bootstrap": "^5.2.3",
"cross-fetch": "^3.1.5",
Expand All @@ -57,9 +57,9 @@
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@babel/register": "~7.18.9",
"@sitecore-jss/sitecore-jss-cli": "~21.2.1",
"@sitecore-jss/sitecore-jss-dev-tools": "~21.2.1",
"@sitecore-jss/sitecore-jss-rendering-host": "~21.2.1",
"@sitecore-jss/sitecore-jss-cli": "~21.2.2",
"@sitecore-jss/sitecore-jss-dev-tools": "~21.2.2",
"@sitecore-jss/sitecore-jss-rendering-host": "~21.2.2",
"babel-loader": "~9.1.0",
"babel-preset-react-app": "~10.0.1",
"chalk": "~4.1.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/create-sitecore-jss/src/templates/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"dependencies": {
"@apollo/client": "^3.7.4",
"@panter/vue-i18next": "~0.15.2",
"@sitecore-jss/sitecore-jss-vue": "~21.2.1",
"@sitecore-jss/sitecore-jss-vue": "~21.2.2",
"@vue/apollo-composable": "4.0.0-beta.2",
"@vue/apollo-option": "^4.0.0-alpha.20",
"@vue/apollo-ssr": "^4.0.0-alpha.18",
Expand All @@ -68,8 +68,8 @@
"devDependencies": {
"@babel/eslint-parser": "^7.19.1",
"@babel/register": "7.18.9",
"@sitecore-jss/sitecore-jss-cli": "~21.2.1",
"@sitecore-jss/sitecore-jss-dev-tools": "~21.2.1",
"@sitecore-jss/sitecore-jss-cli": "~21.2.2",
"@sitecore-jss/sitecore-jss-dev-tools": "~21.2.2",
"@vue/cli-plugin-babel": "~5.0.8",
"@vue/cli-plugin-eslint": "~5.0.8",
"@vue/cli-service": "~5.0.8",
Expand Down

0 comments on commit 329f39d

Please sign in to comment.