Skip to content

Commit

Permalink
#1 Fix tslib issue by adding to deps
Browse files Browse the repository at this point in the history
Update packages
  • Loading branch information
sampullman committed Jul 2, 2021
1 parent ce93355 commit 380b1b2
Show file tree
Hide file tree
Showing 4 changed files with 1,967 additions and 3,196 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ dist
# pnpm!
package-lock.json
yarn.lock
.pnpm-debug.log
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,23 +35,23 @@
},
"homepage": "https://github.com/sampullman/fetch-api#readme",
"devDependencies": {
"@rollup/plugin-commonjs": "^17.1.0",
"@rollup/plugin-node-resolve": "^11.2.0",
"@types/jest": "^26.0.20",
"@rollup/plugin-commonjs": "^19.0.0",
"@rollup/plugin-node-resolve": "^13.0.0",
"@types/jest": "^26.0.23",
"abort-controller": "^3.0.0",
"btoa": "^1.2.1",
"fetch-mock-jest": "^1.5.1",
"jest": "^26.6.3",
"jest": "^27.0.6",
"node-fetch": "^2.6.1",
"rimraf": "^3.0.2",
"rollup": "^2.41.4",
"rollup": "^2.52.6",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-dts": "^3.0.1",
"rollup-plugin-dts": "^3.0.2",
"rollup-plugin-sourcemaps": "^0.6.3",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.30.0",
"ts-jest": "^26.5.3",
"tslib": "^2.1.0",
"typescript": "^4.2.3"
"ts-jest": "^27.0.3",
"tslib": "^2.3.0",
"typescript": "^4.3.5"
}
}
Loading

0 comments on commit 380b1b2

Please sign in to comment.