@commercetools-uikit/design-system 15.2.2 → 15.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -164,7 +164,7 @@ var designTokens = {
164
164
  };
165
165
 
166
166
  // NOTE: This string will be replaced on build time with the package version.
167
- var version = "15.2.2";
167
+ var version = "15.2.3";
168
168
 
169
169
  exports.customProperties = customProperties;
170
170
  exports.designTokens = designTokens;
@@ -164,7 +164,7 @@ var designTokens = {
164
164
  };
165
165
 
166
166
  // NOTE: This string will be replaced on build time with the package version.
167
- var version = "15.2.2";
167
+ var version = "15.2.3";
168
168
 
169
169
  exports.customProperties = customProperties;
170
170
  exports.designTokens = designTokens;
@@ -160,6 +160,6 @@ var designTokens = {
160
160
  };
161
161
 
162
162
  // NOTE: This string will be replaced on build time with the package version.
163
- var version = "15.2.2";
163
+ var version = "15.2.3";
164
164
 
165
165
  export { customProperties, designTokens, version };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@commercetools-uikit/design-system",
3
3
  "description": "Core package of the commercetools design system.",
4
- "version": "15.2.2",
4
+ "version": "15.2.3",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",
@@ -23,7 +23,7 @@
23
23
  "build:tokens:watch": "nodemon -e yaml --quiet --watch materials/internals --exec 'yarn build:tokens'"
24
24
  },
25
25
  "dependencies": {
26
- "@babel/runtime": "^7.17.2",
27
- "@babel/runtime-corejs3": "^7.17.2"
26
+ "@babel/runtime": "^7.19.0",
27
+ "@babel/runtime-corejs3": "^7.19.1"
28
28
  }
29
29
  }