@wordpress/nux 5.0.1 → 5.0.5

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/README.md +1 -1
  2. package/package.json +9 -9
package/README.md CHANGED
@@ -14,7 +14,7 @@ Install the module
14
14
  npm install @wordpress/nux --save
15
15
  ```
16
16
 
17
- _This package assumes that your code will run in an **ES2015+** environment. If you're using an environment that has limited or no support for ES2015+ such as IE browsers then using [core-js](https://github.com/zloirock/core-js) will add polyfills for these methods._
17
+ _This package assumes that your code will run in an **ES2015+** environment. If you're using an environment that has limited or no support for such language features and APIs, you should include [the polyfill shipped in `@wordpress/babel-preset-default`](https://github.com/WordPress/gutenberg/tree/HEAD/packages/babel-preset-default#polyfill) in your code._
18
18
 
19
19
  ## DotTip
20
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wordpress/nux",
3
- "version": "5.0.1",
3
+ "version": "5.0.5",
4
4
  "description": "NUX (New User eXperience) module for WordPress.",
5
5
  "author": "The WordPress Contributors",
6
6
  "license": "GPL-2.0-or-later",
@@ -31,18 +31,18 @@
31
31
  ],
32
32
  "dependencies": {
33
33
  "@babel/runtime": "^7.13.10",
34
- "@wordpress/components": "^16.0.0",
35
- "@wordpress/compose": "^5.0.1",
36
- "@wordpress/data": "^6.0.1",
37
- "@wordpress/deprecated": "^3.2.1",
38
- "@wordpress/element": "^4.0.0",
39
- "@wordpress/i18n": "^4.2.1",
40
- "@wordpress/icons": "^5.0.1",
34
+ "@wordpress/components": "^19.0.1",
35
+ "@wordpress/compose": "^5.0.5",
36
+ "@wordpress/data": "^6.1.3",
37
+ "@wordpress/deprecated": "^3.2.2",
38
+ "@wordpress/element": "^4.0.3",
39
+ "@wordpress/i18n": "^4.2.3",
40
+ "@wordpress/icons": "^6.1.0",
41
41
  "lodash": "^4.17.21",
42
42
  "rememo": "^3.0.0"
43
43
  },
44
44
  "publishConfig": {
45
45
  "access": "public"
46
46
  },
47
- "gitHead": "8b67fbd424bc67f81c2d825877f0fae726d6363a"
47
+ "gitHead": "393c2b5533837fd637e998d23f0124c081a10df0"
48
48
  }