We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc3d49a commit 86ac6dcCopy full SHA for 86ac6dc
package.json
@@ -51,7 +51,6 @@
51
"@babel/preset-react": "7.16.7",
52
"@babel/register": "^7.16.0",
53
"@babel/runtime-corejs3": "7.16.8",
54
- "@mat3ra/esse": "^2024.2.19-0",
55
"@types/chai": "^4.3.5",
56
"@types/crypto-js": "^4.1.1",
57
"@types/js-yaml": "^4.0.5",
@@ -82,6 +81,7 @@
82
81
"@exabyte-io/eslint-config": "^2023.8.29-1",
83
"@typescript-eslint/eslint-plugin": "^5.56.0",
84
"@typescript-eslint/parser": "^5.56.0",
+ "@mat3ra/esse": "^2024.2.19-0",
85
"chai": "^4.3.4",
86
"eslint": "7.32.0",
87
"eslint-config-airbnb": "19.0.2",
@@ -100,6 +100,9 @@
100
"nyc": "^15.1.0",
101
"prettier": "^2.7.1"
102
},
103
+ "peerDependencies": {
104
+ "@mat3ra/esse": "*"
105
+ },
106
"engines": {
107
"node": ">=12.0.0"
108
0 commit comments