@acorex/core 18.0.2 → 18.0.4
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +4 -4
package/package.json
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
{
|
2
2
|
"name": "@acorex/core",
|
3
|
-
"version": "18.0.
|
3
|
+
"version": "18.0.4",
|
4
4
|
"peerDependencies": {
|
5
|
-
"@angular/common": "<=18.0.
|
6
|
-
"@angular/core": "<=18.0.
|
5
|
+
"@angular/common": "<=18.0.0",
|
6
|
+
"@angular/core": "<=18.0.0",
|
7
7
|
"lodash-es": ">=4.17.21",
|
8
8
|
"memoizee": ">=0.4.15",
|
9
9
|
"crypto-js": "^4.2.0",
|
10
|
-
"wavesurfer.js": "^7.7.
|
10
|
+
"wavesurfer.js": "^7.7.15",
|
11
11
|
"tinygradient-es": "^1.0.0"
|
12
12
|
},
|
13
13
|
"dependencies": {
|