-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
10c157c
commit bc03bf9
Showing
13 changed files
with
73 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@monkvision/analytics", | ||
"version": "4.0.1", | ||
"version": "4.0.2", | ||
"license": "BSD-3-Clause-Clear", | ||
"packageManager": "[email protected]", | ||
"description": "MonkJs abstract analytics package", | ||
|
@@ -26,7 +26,7 @@ | |
"lint:fix": "yarn run prettier:fix && yarn run eslint:fix" | ||
}, | ||
"dependencies": { | ||
"@monkvision/types": "^4.0.1" | ||
"@monkvision/types": "4.0.2" | ||
}, | ||
"peerDependencies": { | ||
"react": "^17.0.2", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@monkvision/camera-web", | ||
"version": "4.0.1", | ||
"version": "4.0.2", | ||
"license": "BSD-3-Clause-Clear", | ||
"packageManager": "[email protected]", | ||
"description": "MonkJs camera package for React (web) used to display a camera preview and take pictures", | ||
|
@@ -26,9 +26,9 @@ | |
"lint:fix": "yarn run prettier:fix && yarn run eslint:fix" | ||
}, | ||
"dependencies": { | ||
"@monkvision/common": "^4.0.1", | ||
"@monkvision/common-ui-web": "^4.0.1", | ||
"@monkvision/monitoring": "^4.0.1", | ||
"@monkvision/common": "4.0.2", | ||
"@monkvision/common-ui-web": "4.0.2", | ||
"@monkvision/monitoring": "4.0.2", | ||
"fast-deep-equal": "^3.1.3", | ||
"i18next": "^23.4.5", | ||
"react-i18next": "^13.2.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
"author": "monkvision", | ||
"license": "BSD-3-Clause-Clear", | ||
"description": "Monk's Web UI library for common elements for React applications", | ||
"version": "4.0.1", | ||
"version": "4.0.2", | ||
"packageManager": "[email protected]", | ||
"main": "lib/index.js", | ||
"files": [ | ||
|
@@ -25,10 +25,10 @@ | |
"lint:fix": "yarn run prettier:fix && yarn run eslint:fix" | ||
}, | ||
"dependencies": { | ||
"@monkvision/common": "^4.0.1", | ||
"@monkvision/network": "^4.0.1", | ||
"@monkvision/sights": "^4.0.1", | ||
"@monkvision/types": "^4.0.1", | ||
"@monkvision/common": "4.0.2", | ||
"@monkvision/network": "4.0.2", | ||
"@monkvision/sights": "4.0.2", | ||
"@monkvision/types": "4.0.2", | ||
"css": "^3.0.0", | ||
"i18next": "^23.4.5", | ||
"react-i18next": "^13.2.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@monkvision/common", | ||
"version": "4.0.1", | ||
"version": "4.0.2", | ||
"license": "BSD-3-Clause-Clear", | ||
"packageManager": "[email protected]", | ||
"description": "MonkJs common logic package", | ||
|
@@ -26,10 +26,10 @@ | |
"lint:fix": "yarn run prettier:fix && yarn run eslint:fix" | ||
}, | ||
"dependencies": { | ||
"@monkvision/analytics": "^4.0.1", | ||
"@monkvision/monitoring": "^4.0.1", | ||
"@monkvision/sights": "^4.0.1", | ||
"@monkvision/types": "^4.0.1", | ||
"@monkvision/analytics": "4.0.2", | ||
"@monkvision/monitoring": "4.0.2", | ||
"@monkvision/sights": "4.0.2", | ||
"@monkvision/types": "4.0.2", | ||
"i18next": "^23.4.5", | ||
"jsonwebtoken": "^9.0.2", | ||
"jwt-decode": "^4.0.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@monkvision/inspection-capture-web", | ||
"version": "4.0.1", | ||
"version": "4.0.2", | ||
"license": "BSD-3-Clause-Clear", | ||
"packageManager": "[email protected]", | ||
"description": "MonkJs inspection capture package for React (web) used to implement the Monk inspection capture workflow", | ||
|
@@ -26,11 +26,11 @@ | |
"lint:fix": "yarn run prettier:fix && yarn run eslint:fix" | ||
}, | ||
"dependencies": { | ||
"@monkvision/analytics": "^4.0.1", | ||
"@monkvision/camera-web": "^4.0.1", | ||
"@monkvision/common": "^4.0.1", | ||
"@monkvision/common-ui-web": "^4.0.1", | ||
"@monkvision/sights": "^4.0.1", | ||
"@monkvision/analytics": "4.0.2", | ||
"@monkvision/camera-web": "4.0.2", | ||
"@monkvision/common": "4.0.2", | ||
"@monkvision/common-ui-web": "4.0.2", | ||
"@monkvision/sights": "4.0.2", | ||
"i18next": "^23.4.5", | ||
"react-i18next": "^13.2.0" | ||
}, | ||
|
@@ -44,7 +44,7 @@ | |
"@monkvision/eslint-config-typescript": "4.0.0", | ||
"@monkvision/eslint-config-typescript-react": "4.0.0", | ||
"@monkvision/jest-config": "4.0.0", | ||
"@monkvision/network": "^4.0.1", | ||
"@monkvision/network": "4.0.2", | ||
"@monkvision/prettier-config": "4.0.0", | ||
"@monkvision/sights": "4.0.0", | ||
"@monkvision/test-utils": "4.0.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@monkvision/monitoring", | ||
"version": "4.0.1", | ||
"version": "4.0.2", | ||
"license": "BSD-3-Clause-Clear", | ||
"packageManager": "[email protected]", | ||
"description": "MonkJs abstract monitoring package", | ||
|
@@ -26,7 +26,7 @@ | |
"lint:fix": "yarn run prettier:fix && yarn run eslint:fix" | ||
}, | ||
"dependencies": { | ||
"@monkvision/types": "^4.0.1" | ||
"@monkvision/types": "4.0.2" | ||
}, | ||
"peerDependencies": { | ||
"react": "^17.0.2", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@monkvision/network", | ||
"version": "4.0.1", | ||
"version": "4.0.2", | ||
"license": "BSD-3-Clause-Clear", | ||
"packageManager": "[email protected]", | ||
"description": "MonkJs core package used to communicate with the API", | ||
|
@@ -26,8 +26,8 @@ | |
"lint:fix": "yarn run prettier:fix && yarn run eslint:fix" | ||
}, | ||
"dependencies": { | ||
"@monkvision/common": "^4.0.1", | ||
"@monkvision/sights": "^4.0.1", | ||
"@monkvision/common": "4.0.2", | ||
"@monkvision/sights": "4.0.2", | ||
"jsonwebtoken": "^9.0.2", | ||
"jwt-decode": "^4.0.0", | ||
"ky": "^1.2.0", | ||
|
@@ -44,7 +44,7 @@ | |
"@monkvision/eslint-config-typescript": "4.0.0", | ||
"@monkvision/jest-config": "4.0.0", | ||
"@monkvision/prettier-config": "4.0.0", | ||
"@monkvision/types": "^4.0.1", | ||
"@monkvision/types": "4.0.2", | ||
"@monkvision/typescript-config": "4.0.0", | ||
"@types/jest": "^29.2.2", | ||
"@types/jsonwebtoken": "^9.0.5", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@monkvision/posthog", | ||
"version": "4.0.1", | ||
"version": "4.0.2", | ||
"license": "BSD-3-Clause-Clear", | ||
"packageManager": "[email protected]", | ||
"description": "MonkJs posthog package", | ||
|
@@ -29,8 +29,8 @@ | |
"lint:fix": "yarn run prettier:fix && yarn run eslint:fix" | ||
}, | ||
"dependencies": { | ||
"@monkvision/analytics": "^4.0.1", | ||
"@monkvision/types": "^4.0.1", | ||
"@monkvision/analytics": "4.0.2", | ||
"@monkvision/types": "4.0.2", | ||
"posthog-js": "^1.139.1" | ||
}, | ||
"peerDependencies": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@monkvision/sentry", | ||
"version": "4.0.1", | ||
"version": "4.0.2", | ||
"license": "BSD-3-Clause-Clear", | ||
"packageManager": "[email protected]", | ||
"description": "MonkJs sentry package", | ||
|
@@ -29,8 +29,8 @@ | |
"lint:fix": "yarn run prettier:fix && yarn run eslint:fix" | ||
}, | ||
"dependencies": { | ||
"@monkvision/monitoring": "^4.0.1", | ||
"@monkvision/types": "^4.0.1", | ||
"@monkvision/monitoring": "4.0.2", | ||
"@monkvision/types": "4.0.2", | ||
"@sentry/react": "^7.61.1" | ||
}, | ||
"peerDependencies": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@monkvision/sights", | ||
"version": "4.0.1", | ||
"version": "4.0.2", | ||
"license": "BSD-3-Clause-Clear", | ||
"packageManager": "[email protected]", | ||
"description": "Monk sights library providing sight details and overlays", | ||
|
@@ -31,7 +31,7 @@ | |
"lint:fix": "yarn run prettier:fix && yarn run eslint:fix && yarn run svgo" | ||
}, | ||
"dependencies": { | ||
"@monkvision/types": "^4.0.1" | ||
"@monkvision/types": "4.0.2" | ||
}, | ||
"devDependencies": { | ||
"@monkvision/eslint-config-base": "4.0.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@monkvision/types", | ||
"version": "4.0.1", | ||
"version": "4.0.2", | ||
"license": "BSD-3-Clause-Clear", | ||
"packageManager": "[email protected]", | ||
"description": "Type definitions for the MonkJs project", | ||
|
Oops, something went wrong.