Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
- remove react from tree-changes-hook dependencies
  • Loading branch information
gilbarbara committed Sep 18, 2021
1 parent cbca1f1 commit e723fd9
Show file tree
Hide file tree
Showing 8 changed files with 39,615 additions and 38,860 deletions.
77,913 changes: 39,360 additions & 38,553 deletions package-lock.json

Large diffs are not rendered by default.

26 changes: 13 additions & 13 deletions package.json
Expand Up @@ -2,24 +2,22 @@
"name": "tree-changes-monorepo",
"private": true,
"dependencies": {
"@gilbarbara/eslint-config": "^0.1.4",
"@gilbarbara/eslint-config": "^0.1.6",
"@gilbarbara/prettier-config": "^0.1.0",
"@gilbarbara/tsconfig": "^0.1.0",
"@size-limit/preset-small-lib": "^5.0.1",
"@types/jest": "^26.0.24",
"@types/node": "^16.3.0",
"@typescript-eslint/eslint-plugin": "^4.28.2",
"@typescript-eslint/parser": "^4.28.2",
"del-cli": "^4.0.0",
"@size-limit/preset-small-lib": "^5.0.3",
"@types/jest": "^27.0.1",
"@types/node": "^16.9.2",
"del-cli": "^4.0.1",
"fast-deep-equal": "^3.1.3",
"husky": "^4.3.8",
"jest": "^27.0.6",
"jest": "^27.2.0",
"lerna": "^4.0.0",
"repo-tools": "^0.2.2",
"size-limit": "^5.0.1",
"ts-jest": "^27.0.3",
"ts-node": "^10.0.0",
"typescript": "^4.3.5"
"size-limit": "^5.0.3",
"ts-jest": "^27.0.5",
"ts-node": "^10.2.1",
"typescript": "^4.4.3"
},
"scripts": {
"bootstrap": "lerna bootstrap --hoist",
Expand All @@ -32,7 +30,9 @@
"postinstall": "npm run bootstrap"
},
"eslintConfig": {
"extends": ["@gilbarbara/eslint-config"]
"extends": [
"@gilbarbara/eslint-config"
]
},
"prettier": "@gilbarbara/prettier-config",
"husky": {
Expand Down

0 comments on commit e723fd9

Please sign in to comment.