@sentry/react
Advanced tools
Comparing version 6.13.3 to 6.14.0
{ | ||
"name": "@sentry/react", | ||
"version": "6.13.3", | ||
"version": "6.14.0", | ||
"description": "Official Sentry SDK for React.js", | ||
@@ -19,6 +19,6 @@ "repository": "git://github.com/getsentry/sentry-javascript.git", | ||
"dependencies": { | ||
"@sentry/browser": "6.13.3", | ||
"@sentry/minimal": "6.13.3", | ||
"@sentry/types": "6.13.3", | ||
"@sentry/utils": "6.13.3", | ||
"@sentry/browser": "6.14.0", | ||
"@sentry/minimal": "6.14.0", | ||
"@sentry/types": "6.14.0", | ||
"@sentry/utils": "6.14.0", | ||
"hoist-non-react-statics": "^3.3.2", | ||
@@ -31,3 +31,3 @@ "tslib": "^1.9.3" | ||
"devDependencies": { | ||
"@sentry-internal/eslint-config-sdk": "6.13.3", | ||
"@sentry-internal/eslint-config-sdk": "6.14.0", | ||
"@testing-library/react": "^11.2.6", | ||
@@ -62,19 +62,21 @@ "@testing-library/react-hooks": "^5.1.1", | ||
"build": "run-p build:es5 build:esm", | ||
"build:dev": "run-s build", | ||
"build:es5": "tsc -p tsconfig.build.json", | ||
"build:esm": "tsc -p tsconfig.esm.json", | ||
"build:watch": "run-p build:watch:es5 build:watch:esm", | ||
"build:watch:es5": "tsc -p tsconfig.build.json -w --preserveWatchOutput", | ||
"build:watch:esm": "tsc -p tsconfig.esm.json -w --preserveWatchOutput", | ||
"build:watch": "run-p build:es5:watch build:esm:watch", | ||
"build:dev:watch": "run-s build:watch", | ||
"build:es5:watch": "tsc -p tsconfig.build.json -w --preserveWatchOutput", | ||
"build:esm:watch": "tsc -p tsconfig.esm.json -w --preserveWatchOutput", | ||
"circularDepCheck": "madge --circular src/index.ts", | ||
"clean": "rimraf dist esm build coverage", | ||
"fix": "run-s fix:eslint fix:prettier", | ||
"fix:eslint": "eslint . --format stylish --fix", | ||
"fix:prettier": "prettier --write \"{src,test}/**/*.ts\"", | ||
"link:yarn": "yarn link", | ||
"lint": "run-s lint:prettier lint:eslint", | ||
"lint:eslint": "eslint . --cache --cache-location '../../eslintcache/' --format stylish", | ||
"lint:prettier": "prettier --check \"{src,test}/**/*.ts\"", | ||
"lint:eslint": "eslint . --cache --cache-location '../../eslintcache/' --format stylish", | ||
"fix": "run-s fix:eslint fix:prettier", | ||
"fix:prettier": "prettier --write \"{src,test}/**/*.ts\"", | ||
"fix:eslint": "eslint . --format stylish --fix", | ||
"pack": "npm pack", | ||
"test": "jest", | ||
"test:watch": "jest --watch", | ||
"pack": "npm pack", | ||
"circularDepCheck": "madge --circular src/index.ts" | ||
"test:watch": "jest --watch" | ||
}, | ||
@@ -81,0 +83,0 @@ "volta": { |
194042
+ Added@sentry/browser@6.14.0(transitive)
+ Added@sentry/core@6.14.0(transitive)
+ Added@sentry/hub@6.14.0(transitive)
+ Added@sentry/minimal@6.14.0(transitive)
+ Added@sentry/types@6.14.0(transitive)
+ Added@sentry/utils@6.14.0(transitive)
- Removed@sentry/browser@6.13.3(transitive)
- Removed@sentry/core@6.13.3(transitive)
- Removed@sentry/hub@6.13.3(transitive)
- Removed@sentry/minimal@6.13.3(transitive)
- Removed@sentry/types@6.13.3(transitive)
- Removed@sentry/utils@6.13.3(transitive)
Updated@sentry/browser@6.14.0
Updated@sentry/minimal@6.14.0
Updated@sentry/types@6.14.0
Updated@sentry/utils@6.14.0