1
0
mirror of https://github.com/bitwarden/directory-connector synced 2026-01-03 17:13:16 +00:00

Remove typescript-transform-paths

This commit is contained in:
Addison
2023-11-29 00:20:10 +00:00
parent c8d9a6aed9
commit 23f4ef0bd1
2 changed files with 0 additions and 36 deletions

35
package-lock.json generated
View File

@@ -116,7 +116,6 @@
"tsconfig-paths-webpack-plugin": "4.1.0",
"ttypescript": "1.5.15",
"typescript": "4.9.5",
"typescript-transform-paths": "2.2.4",
"webpack": "5.88.2",
"webpack-cli": "5.1.4",
"webpack-merge": "5.9.0",
@@ -21046,40 +21045,6 @@
"node": ">=4.2.0"
}
},
"node_modules/typescript-transform-paths": {
"version": "2.2.4",
"resolved": "https://registry.npmjs.org/typescript-transform-paths/-/typescript-transform-paths-2.2.4.tgz",
"integrity": "sha512-i+/sgp3rw1ZronMCm2TKGBy1dlvN88Kd8CCb+HWnOE8+Hv0uIVnbC8xM5AD2t1JBCWabEhuH9p3n8DOVi0+R6g==",
"dev": true,
"dependencies": {
"minimatch": "^3.0.4"
},
"peerDependencies": {
"typescript": ">=3.6.5"
}
},
"node_modules/typescript-transform-paths/node_modules/brace-expansion": {
"version": "1.1.11",
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
"integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
"dev": true,
"dependencies": {
"balanced-match": "^1.0.0",
"concat-map": "0.0.1"
}
},
"node_modules/typescript-transform-paths/node_modules/minimatch": {
"version": "3.1.2",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
"integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
"dev": true,
"dependencies": {
"brace-expansion": "^1.1.7"
},
"engines": {
"node": "*"
}
},
"node_modules/unbox-primitive": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.0.2.tgz",

View File

@@ -133,7 +133,6 @@
"tsconfig-paths-webpack-plugin": "4.1.0",
"tsconfig-paths": "3.14.2",
"ttypescript": "1.5.15",
"typescript-transform-paths": "2.2.4",
"typescript": "4.9.5",
"webpack-cli": "5.1.4",
"webpack-merge": "5.9.0",