Skip to content

Commit a95f767

Browse files
committed
Update component(1) versions for v2.0
1 parent 0ba6bd8 commit a95f767

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

component.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "stacktrace.js",
33
"repository": "stacktracejs/stacktrace.js",
44
"description": "Framework-agnostic, micro-library for getting stack traces in all environments",
5-
"version": "1.1.0",
5+
"version": "2.0.0",
66
"keywords": [
77
"stacktrace",
88
"error",
@@ -15,8 +15,8 @@
1515
"stacktrace.js"
1616
],
1717
"dependencies": {
18-
"stacktracejs/error-stack-parser": "1.3",
19-
"stacktracejs/stack-generator": "1",
20-
"stacktracejs/stacktrace-gps": "2"
18+
"stacktracejs/error-stack-parser": "2",
19+
"stacktracejs/stack-generator": "2",
20+
"stacktracejs/stacktrace-gps": "3"
2121
}
2222
}

0 commit comments

Comments
 (0)