-
Notifications
You must be signed in to change notification settings - Fork 1
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
Showing
109 changed files
with
206,154 additions
and
137,312 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
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -39,70 +39,74 @@ | |
"author": "Jonathan Ziller <[email protected]> (https://www.github.com/MrWolfZ)", | ||
"license": "MIT", | ||
"devDependencies": { | ||
"@angular-devkit/build-angular": "~0.1001.7", | ||
"@angular/cli": "^10.2.1", | ||
"@angular/common": "^10.2.4", | ||
"@angular/compiler": "^10.2.4", | ||
"@angular/compiler-cli": "^10.2.4", | ||
"@angular/core": "^10.2.4", | ||
"@angular/language-service": "^10.2.4", | ||
"@angular/platform-browser": "^10.2.4", | ||
"@angular/platform-browser-dynamic": "^10.2.4", | ||
"@commitlint/cli": "^11.0.0", | ||
"@commitlint/config-conventional": "^11.0.0", | ||
"@angular-devkit/build-angular": "^12.0.0", | ||
"@angular/cli": "^12.0.0", | ||
"@angular/common": "^12.0.0", | ||
"@angular/compiler": "^12.0.0", | ||
"@angular/compiler-cli": "^12.0.0", | ||
"@angular/core": "^12.0.0", | ||
"@angular/language-service": "^12.0.0", | ||
"@angular/platform-browser": "^12.0.0", | ||
"@angular/platform-browser-dynamic": "^12.0.0", | ||
"@commitlint/cli": "^15.0.0", | ||
"@commitlint/config-conventional": "^15.0.0", | ||
"@hot-loader/react-dom": "^16.14.0", | ||
"@microsoft/api-extractor": "^7.13.0", | ||
"@rollup/plugin-replace": "^2.3.4", | ||
"@testing-library/react": "^11.2.3", | ||
"@testing-library/react-hooks": "^3.7.0", | ||
"@types/jest": "^26.0.20", | ||
"@microsoft/api-extractor": "^7.18.19", | ||
"@rollup/plugin-replace": "^3.0.0", | ||
"@testing-library/react": "^12.1.2", | ||
"@testing-library/react-hooks": "^7.0.2", | ||
"@types/enzyme": "^3.9.3", | ||
"@types/enzyme-adapter-react-16": "^1.0.6", | ||
"@types/jasmine": "^3.10.2", | ||
"@types/jasminewd2": "^2.0.10", | ||
"@types/jest": "^27.0.2", | ||
"@types/node": "^14.14.21", | ||
"@types/pretty-time": "^1.1.0", | ||
"@types/pretty-time": "^1.1.1", | ||
"@types/react": "^16.14.2", | ||
"@types/react-dom": "^16.9.10", | ||
"@types/react-hot-loader": "^4.1.1", | ||
"@types/react-redux": "^7.1.15", | ||
"@types/react-router-dom": "^4.3.5", | ||
"@types/react-router-dom": "^5.3.2", | ||
"@types/react-test-renderer": "^16.9.4", | ||
"@types/shelljs": "^0.8.8", | ||
"@types/shelljs": "^0.8.9", | ||
"@types/webpack-chain": "^5.2.0", | ||
"@types/webpack-env": "^1.16.0", | ||
"acorn": "^8.0.4", | ||
"codecov": "^3.8.1", | ||
"core-js": "^3.8.2", | ||
"glob": "^7.1.6", | ||
"@types/webpack-env": "^1.16.3", | ||
"acorn": "^8.6.0", | ||
"codecov": "^3.8.3", | ||
"core-js": "^3.19.1", | ||
"glob": "^7.2.0", | ||
"husky": "^4.3.8", | ||
"immer": "^7.0.15", | ||
"jest": "^26.6.3", | ||
"jest-silent-reporter": "^0.4.0", | ||
"immer": "^9.0.6", | ||
"jest": "^27.3.1", | ||
"jest-silent-reporter": "^0.5.0", | ||
"jest-transform-stub": "^2.0.0", | ||
"lerna": "^3.22.1", | ||
"npm-run-all": "^4.1.5", | ||
"prettier": "^2.2.1", | ||
"prettier": "^2.4.1", | ||
"pretty-time": "^1.1.0", | ||
"react": "^16.14.0", | ||
"react-app-rewire-hot-loader": "^2.0.1", | ||
"react-app-rewired": "^2.1.8", | ||
"react-dom": "^16.14.0", | ||
"react-hot-loader": "^4.13.0", | ||
"react-scripts": "^3.4.4", | ||
"react-scripts": "^4.0.3", | ||
"react-test-renderer": "^16.14.0", | ||
"redux": "^4.0.5", | ||
"rollup": "^2.36.2", | ||
"redux": "^4.1.2", | ||
"redux-devtools-extension": "^2.13.9", | ||
"rollup": "^2.60.0", | ||
"rollup-plugin-node-resolve": "^5.2.0", | ||
"rxjs": "^6.6.3", | ||
"shelljs": "^0.8.4", | ||
"sorcery": "^0.10.0", | ||
"staged-git-files": "^1.2.0", | ||
"ts-jest": "^26.4.4", | ||
"ts-node": "^9.1.1", | ||
"tsd": "^0.14.0", | ||
"tslib": "^2.1.0", | ||
"ts-jest": "^27.0.7", | ||
"ts-node": "^10.4.0", | ||
"tsd": "^0.18.0", | ||
"tslib": "^2.3.1", | ||
"tslint": "^6.1.3", | ||
"tslint-react": "^5.0.0", | ||
"typescript": "^4.1.3", | ||
"typescript": "~4.2.3", | ||
"uglifyjs": "^2.4.11", | ||
"yargs": "^16.2.0", | ||
"zone.js": "~0.10.3" | ||
"zone.js": "~0.11.4" | ||
} | ||
} |
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
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
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
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
Oops, something went wrong.