-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Asaf Shen <[email protected]> Co-authored-by: Nitzan Peretz <[email protected]> Co-authored-by: Omer C <[email protected]> Co-authored-by: Nir Gur Arie <[email protected]> Co-authored-by: nirgur <[email protected]> Co-authored-by: Tom Kaminski <[email protected]> Co-authored-by: Kevin J Gao <[email protected]> Co-authored-by: Doron Sharon <[email protected]> Co-authored-by: Nicolas Macian <[email protected]> Co-authored-by: Itai Hanski <[email protected]> Co-authored-by: GuyP <[email protected]>
- Loading branch information
1 parent
6504249
commit 3865b15
Showing
10 changed files
with
3,923 additions
and
3,269 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 |
---|---|---|
|
@@ -29,4 +29,5 @@ npm-debug.log* | |
yarn-debug.log* | ||
yarn-error.log* | ||
.vercel | ||
.env | ||
.bom |
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 +1 @@ | ||
18 | ||
lts/* |
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
// config-overrides.js | ||
module.exports = function override(config, env) { | ||
// New config, e.g. config.plugins.push... | ||
delete config.module.rules[1].oneOf[3].include; | ||
return config; | ||
}; |
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 |
---|---|---|
|
@@ -4,63 +4,61 @@ | |
"private": true, | ||
"dependencies": { | ||
"@descope/react-sdk": "2.3.4", | ||
"@emotion/react": "11.13.3", | ||
"@emotion/styled": "11.13.0", | ||
"@mui/icons-material": "5.16.7", | ||
"@mui/material": "5.16.7", | ||
"clsx": "2.1.1", | ||
"react": "18.3.1", | ||
"react-dom": "18.3.1", | ||
"usehooks-ts": "2.16.0", | ||
"web-vitals": "3.5.2" | ||
"@emotion/react": "11.11.3", | ||
"@emotion/styled": "11.11.0", | ||
"@mui/icons-material": "5.15.4", | ||
"@mui/material": "5.15.4", | ||
"clsx": "2.1.0", | ||
"react": "18.2.0", | ||
"react-dom": "18.2.0", | ||
"rfdc": "^1.3.0", | ||
"usehooks-ts": "2.9.4", | ||
"web-vitals": "3.5.1" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.24.3", | ||
"@babel/plugin-proposal-private-property-in-object": "7.21.11", | ||
"@babel/preset-env": "7.26.0", | ||
"@babel/preset-react": "7.25.9", | ||
"@babel/preset-env": "7.23.8", | ||
"@babel/preset-react": "7.23.3", | ||
"@craco/craco": "^7.1.0", | ||
"@craco/types": "^7.1.0", | ||
"@cyclonedx/webpack-plugin": "^3.9.2", | ||
"@testing-library/dom": "^10.0.0", | ||
"@testing-library/jest-dom": "6.6.3", | ||
"@testing-library/react": "16.0.1", | ||
"@cyclonedx/webpack-plugin": "^3.8.3", | ||
"@testing-library/jest-dom": "6.2.0", | ||
"@testing-library/react": "14.1.2", | ||
"@testing-library/user-event": "14.5.2", | ||
"@types/babel__core": "^7", | ||
"@types/jest": "29.5.14", | ||
"@types/node": "22.7.6", | ||
"@types/react": "18.3.12", | ||
"@types/react-dom": "18.3.1", | ||
"@typescript-eslint/eslint-plugin": "7.18.0", | ||
"@typescript-eslint/parser": "7.18.0", | ||
"@types/jest": "29.5.11", | ||
"@types/node": "20.11.0", | ||
"@types/react": "18.2.47", | ||
"@types/react-dom": "18.2.18", | ||
"@typescript-eslint/eslint-plugin": "6.18.1", | ||
"@typescript-eslint/parser": "6.18.1", | ||
"babel-plugin-transform-export-extensions": "6.22.0", | ||
"eslint": "8.57.1", | ||
"eslint": "8.56.0", | ||
"eslint-config-airbnb": "19.0.4", | ||
"eslint-config-airbnb-typescript": "18.0.0", | ||
"eslint-config-airbnb-typescript": "17.1.0", | ||
"eslint-config-prettier": "9.1.0", | ||
"eslint-config-standard": "17.1.0", | ||
"eslint-import-resolver-typescript": "3.6.3", | ||
"eslint-plugin-import": "2.31.0", | ||
"eslint-plugin-jest": "28.9.0", | ||
"eslint-plugin-jest-dom": "5.5.0", | ||
"eslint-import-resolver-typescript": "3.6.1", | ||
"eslint-plugin-import": "2.29.1", | ||
"eslint-plugin-jest": "27.6.3", | ||
"eslint-plugin-jest-dom": "5.1.0", | ||
"eslint-plugin-jest-formatting": "3.1.0", | ||
"eslint-plugin-jsx-a11y": "6.10.2", | ||
"eslint-plugin-n": "17.13.2", | ||
"eslint-plugin-no-only-tests": "3.3.0", | ||
"eslint-plugin-jsx-a11y": "6.8.0", | ||
"eslint-plugin-n": "16.6.2", | ||
"eslint-plugin-no-only-tests": "3.1.0", | ||
"eslint-plugin-prefer-arrow": "1.2.3", | ||
"eslint-plugin-prettier": "5.2.1", | ||
"eslint-plugin-promise": "7.1.0", | ||
"eslint-plugin-react": "7.37.2", | ||
"eslint-plugin-react-hooks": "5.0.0", | ||
"eslint-plugin-prettier": "5.1.3", | ||
"eslint-plugin-promise": "6.1.1", | ||
"eslint-plugin-react": "7.33.2", | ||
"eslint-plugin-react-hooks": "4.6.0", | ||
"eslint-plugin-security": "1.7.1", | ||
"eslint-plugin-testing-library": "6.4.0", | ||
"husky": "9.1.6", | ||
"eslint-plugin-testing-library": "6.2.0", | ||
"husky": "8.0.3", | ||
"jest": "29.7.0", | ||
"lint-staged": "15.2.10", | ||
"prettier": "3.3.3", | ||
"lint-staged": "15.2.0", | ||
"prettier": "3.2.2", | ||
"react-app-rewired": "^2.2.1", | ||
"react-scripts": "5.0.1", | ||
"typescript": "<5.6.4", | ||
"webpack": "^5.91.0" | ||
"typescript": "<5.3.4" | ||
}, | ||
"scripts": { | ||
"prepare": "husky install", | ||
|
@@ -70,9 +68,9 @@ | |
"lint:ci": "eslint . --max-warnings 0", | ||
"lint": "eslint --fix --max-warnings 0", | ||
"lint:all": "yarn run lint .", | ||
"start": "craco start", | ||
"build": "craco build", | ||
"test": "craco test --coverage", | ||
"start": "react-app-rewired start", | ||
"build": "react-app-rewired build", | ||
"test": "react-scripts test --coverage", | ||
"eject": "react-scripts eject" | ||
}, | ||
"lint-staged": { | ||
|
@@ -102,9 +100,8 @@ | |
] | ||
}, | ||
"engines": { | ||
"node": "^18" | ||
"yarn": ">=1.22.0" | ||
}, | ||
"packageManager": "[email protected]", | ||
"homepage": "login", | ||
"jest": { | ||
"collectCoverageFrom": [ | ||
|
Oops, something went wrong.