We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ljharb
Learn more about funding links in repositories.
Report abuse
@babel/runtime
array-includes
array.prototype.flatmap
object.entries
object.fromentries
1 parent 4dc7f1e commit 46ffbc3Copy full SHA for 46ffbc3
package.json
@@ -74,10 +74,10 @@
74
},
75
"license": "MIT",
76
"dependencies": {
77
- "@babel/runtime": "^7.22.10",
+ "@babel/runtime": "^7.23.2",
78
"aria-query": "^5.3.0",
79
- "array-includes": "^3.1.6",
80
- "array.prototype.flatmap": "^1.3.1",
+ "array-includes": "^3.1.7",
+ "array.prototype.flatmap": "^1.3.2",
81
"ast-types-flow": "^0.0.7",
82
"axe-core": "=4.7.0",
83
"axobject-query": "^3.2.1",
@@ -87,8 +87,8 @@
87
"jsx-ast-utils": "^3.3.5",
88
"language-tags": "^1.0.9",
89
"minimatch": "^3.1.2",
90
- "object.entries": "^1.1.6",
91
- "object.fromentries": "^2.0.6"
+ "object.entries": "^1.1.7",
+ "object.fromentries": "^2.0.7"
92
93
"peerDependencies": {
94
"eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8"
0 commit comments