Skip to content

Commit

Permalink
fix(deps): upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanClementsHax committed Sep 12, 2022
1 parent 136124b commit 5f07637
Show file tree
Hide file tree
Showing 3 changed files with 1,501 additions and 1,873 deletions.
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,39 +47,39 @@
},
"dependencies": {
"color": "^4.1.0",
"just-unique": "^4.0.1",
"just-unique": "^4.1.1",
"lodash.merge": "^4.6.2",
"lodash.mergewith": "^4.6.2"
},
"devDependencies": {
"@types/color": "^3.0.2",
"@types/jest": "^27.0.3",
"@types/jest": "^29.0.1",
"@types/lodash.merge": "^4.6.6",
"@types/lodash.mergewith": "^4.6.6",
"@typescript-eslint/eslint-plugin": "^5.6.0",
"@typescript-eslint/parser": "^5.6.0",
"commitizen": "^4.2.4",
"@typescript-eslint/eslint-plugin": "^5.36.2",
"@typescript-eslint/parser": "^5.36.2",
"commitizen": "^4.2.5",
"cz-conventional-changelog": "3.3.0",
"eslint": "^8.4.1",
"eslint": "^8.23.1",
"eslint-config-prettier": "^8.3.0",
"eslint-config-typescript": "^3.0.0",
"eslint-plugin-jest": "^25.3.0",
"husky": "^7.0.4",
"jest": "^27.4.4",
"jest-mock-extended": "^2.0.6",
"jest-watch-typeahead": "^1.0.0",
"lint-staged": "^12.1.2",
"eslint-plugin-jest": "^27.0.4",
"husky": "^8.0.1",
"jest": "^29.0.3",
"jest-mock-extended": "^2.0.7",
"jest-watch-typeahead": "^2.2.0",
"lint-staged": "^13.0.3",
"prettier": "^2.5.1",
"semantic-release": "^19.0.3",
"stylelint": "^14.1.0",
"semantic-release": "^19.0.5",
"stylelint": "^14.11.0",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-recommended-scss": "^5.0.2",
"stylelint-config-standard": "^24.0.0",
"stylelint-config-recommended-scss": "^7.0.0",
"stylelint-config-standard": "^28.0.0",
"stylelint-prettier": "^2.0.0",
"tailwindcss": "^3.0.12",
"ts-jest": "^27.1.1",
"tailwindcss": "^3.1.8",
"ts-jest": "^29.0.0",
"tslib": "^2.3.1",
"typescript": "^4.5.3"
"typescript": "^4.8.3"
},
"peerDependencies": {
"tailwindcss": "^3.1.0"
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@

/* Completeness */
// "skipDefaultLibCheck": true, /* Skip type checking .d.ts files that are included with TypeScript. */
"skipLibCheck": false /* Skip type checking all .d.ts files. */
"skipLibCheck": true /* Skip type checking all .d.ts files. */
},
"exclude": ["node_modules", "lib"],
"include": ["src"]
Expand Down

0 comments on commit 5f07637

Please sign in to comment.