Browse Source

Add ts-api-utils dependency to package.json and package-lock.json

pull/322/head
Aigars Silkalns 3 months ago
parent
commit
341311e3fc
2 changed files with 4 additions and 4 deletions
  1. +2
    -3
      package-lock.json
  2. +2
    -1
      package.json

+ 2
- 3
package-lock.json View File

@ -25,7 +25,8 @@
"lodash": "^4.17.21",
"masonry-layout": "^4.2.2",
"perfect-scrollbar": "^1.5.6",
"skycons": "^1.0.0"
"skycons": "^1.0.0",
"ts-api-utils": "^2.1.0"
},
"devDependencies": {
"@babel/core": "^7.28.0",
@ -13252,7 +13253,6 @@
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.1.0.tgz",
"integrity": "sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=18.12"
@ -13299,7 +13299,6 @@
"version": "5.9.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.2.tgz",
"integrity": "sha512-CWBzXQrc/qOkhidw1OzBTQuYRbfyxDXJMVJ1XNwUHGROVmuaeiEm3OslpZ1RV96d7SKKjZKrSJu3+t/xlw3R9A==",
"dev": true,
"license": "Apache-2.0",
"bin": {
"tsc": "bin/tsc",


+ 2
- 1
package.json View File

@ -109,6 +109,7 @@
"lodash": "^4.17.21",
"masonry-layout": "^4.2.2",
"perfect-scrollbar": "^1.5.6",
"skycons": "^1.0.0"
"skycons": "^1.0.0",
"ts-api-utils": "^2.1.0"
}
}

Loading…
Cancel
Save