Browse Source

Upgrade typescript-transform-paths

AC-1743/Safe-Major-Upgrades
Addison Beck 2 years ago
parent
commit
022833f5d9
No known key found for this signature in database
  1. 8
      package-lock.json
  2. 2
      package.json

8
package-lock.json generated

@ -109,7 +109,7 @@ @@ -109,7 +109,7 @@
"ts-loader": "9.5.1",
"tsconfig-paths-webpack-plugin": "4.1.0",
"typescript": "4.9.5",
"typescript-transform-paths": "2.2.4",
"typescript-transform-paths": "3.4.6",
"webpack": "5.89.0",
"webpack-cli": "5.1.4",
"webpack-merge": "5.10.0",
@ -20628,9 +20628,9 @@ @@ -20628,9 +20628,9 @@
}
},
"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==",
"version": "3.4.6",
"resolved": "https://registry.npmjs.org/typescript-transform-paths/-/typescript-transform-paths-3.4.6.tgz",
"integrity": "sha512-qdgpCk9oRHkIBhznxaHAapCFapJt5e4FbFik7Y4qdqtp6VyC3smAIPoDEIkjZ2eiF7x5+QxUPYNwJAtw0thsTw==",
"dev": true,
"dependencies": {
"minimatch": "^3.0.4"

2
package.json

@ -132,7 +132,7 @@ @@ -132,7 +132,7 @@
"ts-loader": "9.5.1",
"tsconfig-paths-webpack-plugin": "4.1.0",
"typescript": "4.9.5",
"typescript-transform-paths": "2.2.4",
"typescript-transform-paths": "3.4.6",
"webpack": "5.89.0",
"webpack-cli": "5.1.4",
"webpack-merge": "5.10.0",

Loading…
Cancel
Save