@sebgroup/green-react 2.5.0 → 2.5.1

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.
Files changed (2) hide show
  1. package/index.esm.js +4 -3
  2. package/package.json +3 -3
package/index.esm.js CHANGED
@@ -98,8 +98,9 @@ var global$k =
98
98
  // eslint-disable-next-line no-restricted-globals -- safe
99
99
  check(typeof self == 'object' && self) ||
100
100
  check(typeof commonjsGlobal == 'object' && commonjsGlobal) ||
101
+ check(typeof commonjsGlobal == 'object' && commonjsGlobal) ||
101
102
  // eslint-disable-next-line no-new-func -- fallback
102
- (function () { return this; })() || commonjsGlobal || Function('return this')();
103
+ (function () { return this; })() || Function('return this')();
103
104
 
104
105
  var shared$3 = {exports: {}};
105
106
 
@@ -129,10 +130,10 @@ var store$2 = sharedStore;
129
130
  (shared$3.exports = function (key, value) {
130
131
  return store$2[key] || (store$2[key] = value !== undefined ? value : {});
131
132
  })('versions', []).push({
132
- version: '3.33.1',
133
+ version: '3.33.3',
133
134
  mode: 'global',
134
135
  copyright: '© 2014-2023 Denis Pushkarev (zloirock.ru)',
135
- license: 'https://github.com/zloirock/core-js/blob/v3.33.1/LICENSE',
136
+ license: 'https://github.com/zloirock/core-js/blob/v3.33.3/LICENSE',
136
137
  source: 'https://github.com/zloirock/core-js'
137
138
  });
138
139
 
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@sebgroup/green-react",
3
- "version": "2.5.0",
3
+ "version": "2.5.1",
4
4
  "peerDependencies": {
5
5
  "react": "^17 || ^18",
6
6
  "react-dom": "^17 || ^18"
7
7
  },
8
8
  "dependencies": {
9
- "@sebgroup/green-core": "^1.2.0",
10
- "@sebgroup/chlorophyll": "^2.2.1",
9
+ "@sebgroup/green-core": "^1.2.3",
10
+ "@sebgroup/chlorophyll": "^2.2.2",
11
11
  "@sebgroup/extract": "^2.1.0",
12
12
  "classnames": "^2.3.2"
13
13
  },