Skip to content

Commit

Permalink
refactor(zone.js): remove tslib from dependencies (#55827)
Browse files Browse the repository at this point in the history
Iif needed `tslib` code is included directly in the bundled FESM2015 hence making the dependency redundant.

PR Close #55827
  • Loading branch information
alan-agius4 authored and atscott committed May 16, 2024
1 parent 45badde commit 349f24a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions packages/zone.js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
"es2015": "./fesm2015/zone.js",
"fesm2015": "./fesm2015/zone.js",
"typings": "./zone.d.ts",
"dependencies": {
"tslib": "^2.3.0"
},
"devDependencies": {
"@externs/nodejs": "^1.5.0",
"@types/node": "^10.9.4",
Expand All @@ -19,7 +16,8 @@
"jest-environment-jsdom": "^29.0.3",
"jest-environment-node": "^29.0.3",
"mocha": "^10.2.0",
"mock-require": "3.0.3"
"mock-require": "3.0.3",
"tslib": "^2.3.0"
},
"scripts": {
"electrontest": "cd test/extra && node electron.js",
Expand Down

0 comments on commit 349f24a

Please sign in to comment.