-
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
0892aa0
commit 762612f
Showing
23 changed files
with
283 additions
and
283 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "monk-demo-app", | ||
"version": "4.0.15", | ||
"version": "4.0.16", | ||
"license": "BSD-3-Clause-Clear", | ||
"packageManager": "[email protected]", | ||
"description": "MonkJs test app with react and typescript", | ||
|
@@ -25,16 +25,16 @@ | |
}, | ||
"dependencies": { | ||
"@auth0/auth0-react": "^2.2.4", | ||
"@monkvision/analytics": "4.0.15", | ||
"@monkvision/common": "4.0.15", | ||
"@monkvision/common-ui-web": "4.0.15", | ||
"@monkvision/inspection-capture-web": "4.0.15", | ||
"@monkvision/monitoring": "4.0.15", | ||
"@monkvision/network": "4.0.15", | ||
"@monkvision/posthog": "4.0.15", | ||
"@monkvision/sentry": "4.0.15", | ||
"@monkvision/sights": "4.0.15", | ||
"@monkvision/types": "4.0.15", | ||
"@monkvision/analytics": "4.0.16", | ||
"@monkvision/common": "4.0.16", | ||
"@monkvision/common-ui-web": "4.0.16", | ||
"@monkvision/inspection-capture-web": "4.0.16", | ||
"@monkvision/monitoring": "4.0.16", | ||
"@monkvision/network": "4.0.16", | ||
"@monkvision/posthog": "4.0.16", | ||
"@monkvision/sentry": "4.0.16", | ||
"@monkvision/sights": "4.0.16", | ||
"@monkvision/types": "4.0.16", | ||
"@types/babel__core": "^7", | ||
"@types/jest": "^27.5.2", | ||
"@types/node": "^16.18.18", | ||
|
@@ -60,13 +60,13 @@ | |
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.22.9", | ||
"@monkvision/eslint-config-base": "4.0.15", | ||
"@monkvision/eslint-config-typescript": "4.0.15", | ||
"@monkvision/eslint-config-typescript-react": "4.0.15", | ||
"@monkvision/jest-config": "4.0.15", | ||
"@monkvision/prettier-config": "4.0.15", | ||
"@monkvision/test-utils": "4.0.15", | ||
"@monkvision/typescript-config": "4.0.15", | ||
"@monkvision/eslint-config-base": "4.0.16", | ||
"@monkvision/eslint-config-typescript": "4.0.16", | ||
"@monkvision/eslint-config-typescript-react": "4.0.16", | ||
"@monkvision/jest-config": "4.0.16", | ||
"@monkvision/prettier-config": "4.0.16", | ||
"@monkvision/test-utils": "4.0.16", | ||
"@monkvision/typescript-config": "4.0.16", | ||
"@testing-library/dom": "^8.20.0", | ||
"@testing-library/jest-dom": "^5.16.5", | ||
"@testing-library/react": "^12.1.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,7 +1,7 @@ | ||
{ | ||
"name": "@monkvision/eslint-config-base", | ||
"packageManager": "[email protected]", | ||
"version": "4.0.15", | ||
"version": "4.0.16", | ||
"description": "The base ESLint config used in MonkJs projects", | ||
"author": "monkvision", | ||
"main": "index.js", | ||
|
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,7 +1,7 @@ | ||
{ | ||
"name": "@monkvision/eslint-config-typescript-react", | ||
"packageManager": "[email protected]", | ||
"version": "4.0.15", | ||
"version": "4.0.16", | ||
"description": "The base ESLint config that used in MonkJs TypeScript React projects", | ||
"author": "monkvision", | ||
"main": "index.js", | ||
|
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,7 +1,7 @@ | ||
{ | ||
"name": "@monkvision/eslint-config-typescript", | ||
"packageManager": "[email protected]", | ||
"version": "4.0.15", | ||
"version": "4.0.16", | ||
"description": "The base ESLint config that used in MonkJs TypeScript projects", | ||
"author": "monkvision", | ||
"main": "index.js", | ||
|
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,7 +1,7 @@ | ||
{ | ||
"name": "@monkvision/jest-config", | ||
"packageManager": "[email protected]", | ||
"version": "4.0.15", | ||
"version": "4.0.16", | ||
"description": "Jest configuration files used in MonkJs projects", | ||
"author": "monkvision", | ||
"main": "index.js", | ||
|
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,7 +1,7 @@ | ||
{ | ||
"name": "@monkvision/prettier-config", | ||
"packageManager": "[email protected]", | ||
"version": "4.0.15", | ||
"version": "4.0.16", | ||
"description": "The base Prettier config used in MonkJs projects", | ||
"author": "monkvision", | ||
"main": "index.js", | ||
|
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,7 +1,7 @@ | ||
{ | ||
"name": "@monkvision/svgo-config", | ||
"packageManager": "[email protected]", | ||
"version": "4.0.15", | ||
"version": "4.0.16", | ||
"description": "SVGO configuration files used in MonkJs projects", | ||
"author": "monkvision", | ||
"main": "index.js", | ||
|
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/test-utils", | ||
"version": "4.0.15", | ||
"version": "4.0.16", | ||
"license": "BSD-3-Clause-Clear", | ||
"packageManager": "[email protected]", | ||
"description": "MonkJs testing utilities", | ||
|
@@ -22,12 +22,12 @@ | |
"lint:fix": "yarn run prettier:fix && yarn run eslint:fix" | ||
}, | ||
"devDependencies": { | ||
"@monkvision/eslint-config-base": "4.0.15", | ||
"@monkvision/eslint-config-typescript": "4.0.15", | ||
"@monkvision/eslint-config-typescript-react": "4.0.15", | ||
"@monkvision/jest-config": "4.0.15", | ||
"@monkvision/prettier-config": "4.0.15", | ||
"@monkvision/typescript-config": "4.0.15", | ||
"@monkvision/eslint-config-base": "4.0.16", | ||
"@monkvision/eslint-config-typescript": "4.0.16", | ||
"@monkvision/eslint-config-typescript-react": "4.0.16", | ||
"@monkvision/jest-config": "4.0.16", | ||
"@monkvision/prettier-config": "4.0.16", | ||
"@monkvision/typescript-config": "4.0.16", | ||
"@testing-library/react": "^12.1.5", | ||
"@testing-library/react-hooks": "^8.0.1", | ||
"@types/jest": "^29.2.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,7 +1,7 @@ | ||
{ | ||
"name": "@monkvision/typescript-config", | ||
"packageManager": "[email protected]", | ||
"version": "4.0.15", | ||
"version": "4.0.16", | ||
"description": "The TSConfigs used in MonkJs TypeScript projects", | ||
"author": "monkvision", | ||
"license": "BSD-3-Clause-Clear", | ||
|
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
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.15", | ||
"version": "4.0.16", | ||
"license": "BSD-3-Clause-Clear", | ||
"packageManager": "[email protected]", | ||
"description": "MonkJs abstract analytics package", | ||
|
@@ -28,19 +28,19 @@ | |
"lint:fix": "yarn run prettier:fix && yarn run eslint:fix" | ||
}, | ||
"dependencies": { | ||
"@monkvision/types": "4.0.15" | ||
"@monkvision/types": "4.0.16" | ||
}, | ||
"peerDependencies": { | ||
"react": "^17.0.2", | ||
"react-dom": "^17.0.2" | ||
}, | ||
"devDependencies": { | ||
"@monkvision/eslint-config-base": "4.0.15", | ||
"@monkvision/eslint-config-typescript": "4.0.15", | ||
"@monkvision/eslint-config-typescript-react": "4.0.15", | ||
"@monkvision/jest-config": "4.0.15", | ||
"@monkvision/prettier-config": "4.0.15", | ||
"@monkvision/typescript-config": "4.0.15", | ||
"@monkvision/eslint-config-base": "4.0.16", | ||
"@monkvision/eslint-config-typescript": "4.0.16", | ||
"@monkvision/eslint-config-typescript-react": "4.0.16", | ||
"@monkvision/jest-config": "4.0.16", | ||
"@monkvision/prettier-config": "4.0.16", | ||
"@monkvision/typescript-config": "4.0.16", | ||
"@testing-library/react": "^12.1.5", | ||
"@testing-library/react-hooks": "^8.0.1", | ||
"@types/jest": "^29.2.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.15", | ||
"version": "4.0.16", | ||
"license": "BSD-3-Clause-Clear", | ||
"packageManager": "[email protected]", | ||
"description": "MonkJs camera package for React (web) used to display a camera preview and take pictures", | ||
|
@@ -28,9 +28,9 @@ | |
"lint:fix": "yarn run prettier:fix && yarn run eslint:fix" | ||
}, | ||
"dependencies": { | ||
"@monkvision/common": "4.0.15", | ||
"@monkvision/common-ui-web": "4.0.15", | ||
"@monkvision/monitoring": "4.0.15", | ||
"@monkvision/common": "4.0.16", | ||
"@monkvision/common-ui-web": "4.0.16", | ||
"@monkvision/monitoring": "4.0.16", | ||
"fast-deep-equal": "^3.1.3", | ||
"i18next": "^23.4.5", | ||
"react-i18next": "^13.2.0" | ||
|
@@ -42,13 +42,13 @@ | |
"react-router-dom": "^6.22.3" | ||
}, | ||
"devDependencies": { | ||
"@monkvision/eslint-config-base": "4.0.15", | ||
"@monkvision/eslint-config-typescript": "4.0.15", | ||
"@monkvision/eslint-config-typescript-react": "4.0.15", | ||
"@monkvision/jest-config": "4.0.15", | ||
"@monkvision/prettier-config": "4.0.15", | ||
"@monkvision/test-utils": "4.0.15", | ||
"@monkvision/typescript-config": "4.0.15", | ||
"@monkvision/eslint-config-base": "4.0.16", | ||
"@monkvision/eslint-config-typescript": "4.0.16", | ||
"@monkvision/eslint-config-typescript-react": "4.0.16", | ||
"@monkvision/jest-config": "4.0.16", | ||
"@monkvision/prettier-config": "4.0.16", | ||
"@monkvision/test-utils": "4.0.16", | ||
"@monkvision/typescript-config": "4.0.16", | ||
"@testing-library/react": "^12.1.5", | ||
"@testing-library/react-hooks": "^8.0.1", | ||
"@types/fscreen": "^1.0.1", | ||
|
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.15", | ||
"version": "4.0.16", | ||
"packageManager": "[email protected]", | ||
"main": "lib/index.js", | ||
"files": [ | ||
|
@@ -27,10 +27,10 @@ | |
"lint:fix": "yarn run prettier:fix && yarn run eslint:fix" | ||
}, | ||
"dependencies": { | ||
"@monkvision/common": "4.0.15", | ||
"@monkvision/network": "4.0.15", | ||
"@monkvision/sights": "4.0.15", | ||
"@monkvision/types": "4.0.15", | ||
"@monkvision/common": "4.0.16", | ||
"@monkvision/network": "4.0.16", | ||
"@monkvision/sights": "4.0.16", | ||
"@monkvision/types": "4.0.16", | ||
"css": "^3.0.0", | ||
"i18next": "^23.4.5", | ||
"react-i18next": "^13.2.0" | ||
|
@@ -43,12 +43,12 @@ | |
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.22.9", | ||
"@monkvision/eslint-config-base": "4.0.15", | ||
"@monkvision/eslint-config-typescript": "4.0.15", | ||
"@monkvision/eslint-config-typescript-react": "4.0.15", | ||
"@monkvision/jest-config": "4.0.15", | ||
"@monkvision/prettier-config": "4.0.15", | ||
"@monkvision/typescript-config": "4.0.15", | ||
"@monkvision/eslint-config-base": "4.0.16", | ||
"@monkvision/eslint-config-typescript": "4.0.16", | ||
"@monkvision/eslint-config-typescript-react": "4.0.16", | ||
"@monkvision/jest-config": "4.0.16", | ||
"@monkvision/prettier-config": "4.0.16", | ||
"@monkvision/typescript-config": "4.0.16", | ||
"@testing-library/dom": "^8.20.0", | ||
"@testing-library/jest-dom": "^5.16.5", | ||
"@testing-library/react": "^12.1.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/common", | ||
"version": "4.0.15", | ||
"version": "4.0.16", | ||
"license": "BSD-3-Clause-Clear", | ||
"packageManager": "[email protected]", | ||
"description": "MonkJs common logic package", | ||
|
@@ -28,10 +28,10 @@ | |
"lint:fix": "yarn run prettier:fix && yarn run eslint:fix" | ||
}, | ||
"dependencies": { | ||
"@monkvision/analytics": "4.0.15", | ||
"@monkvision/monitoring": "4.0.15", | ||
"@monkvision/sights": "4.0.15", | ||
"@monkvision/types": "4.0.15", | ||
"@monkvision/analytics": "4.0.16", | ||
"@monkvision/monitoring": "4.0.16", | ||
"@monkvision/sights": "4.0.16", | ||
"@monkvision/types": "4.0.16", | ||
"i18next": "^23.4.5", | ||
"jsonwebtoken": "^9.0.2", | ||
"jwt-decode": "^4.0.0", | ||
|
@@ -47,13 +47,13 @@ | |
"react-router-dom": "^6.22.3" | ||
}, | ||
"devDependencies": { | ||
"@monkvision/eslint-config-base": "4.0.15", | ||
"@monkvision/eslint-config-typescript": "4.0.15", | ||
"@monkvision/eslint-config-typescript-react": "4.0.15", | ||
"@monkvision/jest-config": "4.0.15", | ||
"@monkvision/prettier-config": "4.0.15", | ||
"@monkvision/test-utils": "4.0.15", | ||
"@monkvision/typescript-config": "4.0.15", | ||
"@monkvision/eslint-config-base": "4.0.16", | ||
"@monkvision/eslint-config-typescript": "4.0.16", | ||
"@monkvision/eslint-config-typescript-react": "4.0.16", | ||
"@monkvision/jest-config": "4.0.16", | ||
"@monkvision/prettier-config": "4.0.16", | ||
"@monkvision/test-utils": "4.0.16", | ||
"@monkvision/typescript-config": "4.0.16", | ||
"@testing-library/react": "^12.1.5", | ||
"@testing-library/react-hooks": "^8.0.1", | ||
"@types/jest": "^29.2.2", | ||
|
Oops, something went wrong.