Skip to content

Commit 86ac6dc

Browse files
committed
chore: esse peer deps
1 parent bc3d49a commit 86ac6dc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@
5151
"@babel/preset-react": "7.16.7",
5252
"@babel/register": "^7.16.0",
5353
"@babel/runtime-corejs3": "7.16.8",
54-
"@mat3ra/esse": "^2024.2.19-0",
5554
"@types/chai": "^4.3.5",
5655
"@types/crypto-js": "^4.1.1",
5756
"@types/js-yaml": "^4.0.5",
@@ -82,6 +81,7 @@
8281
"@exabyte-io/eslint-config": "^2023.8.29-1",
8382
"@typescript-eslint/eslint-plugin": "^5.56.0",
8483
"@typescript-eslint/parser": "^5.56.0",
84+
"@mat3ra/esse": "^2024.2.19-0",
8585
"chai": "^4.3.4",
8686
"eslint": "7.32.0",
8787
"eslint-config-airbnb": "19.0.2",
@@ -100,6 +100,9 @@
100100
"nyc": "^15.1.0",
101101
"prettier": "^2.7.1"
102102
},
103+
"peerDependencies": {
104+
"@mat3ra/esse": "*"
105+
},
103106
"engines": {
104107
"node": ">=12.0.0"
105108
},

0 commit comments

Comments
 (0)