Skip to content

Commit

Permalink
Update stackframe dependency to version 1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
eriwen committed Jun 6, 2022
1 parent 5d94b97 commit 7f5cbb9
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion dist/stacktrace-gps-with-polyfills.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/stacktrace-gps-with-polyfills.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/stacktrace-gps.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/stacktrace-gps.min.js.map

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"dependencies": {
"source-map": "0.5.6",
"stackframe": "^1.3.2"
"stackframe": "^1.3.4"
},
"devDependencies": {
"es6-promise": "^3.3.1",
Expand Down
2 changes: 1 addition & 1 deletion stacktrace-gps.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { SourceMapConsumer } from "source-map";
import StackFrame from "stackframe";
import StackFrame = require("stackframe");

declare namespace StackTraceGPS {
/**
Expand Down

0 comments on commit 7f5cbb9

Please sign in to comment.