Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gilbarbara committed Nov 1, 2023
1 parent 4e76326 commit 2be03dd
Show file tree
Hide file tree
Showing 4 changed files with 509 additions and 1,466 deletions.
14 changes: 7 additions & 7 deletions package.json
Expand Up @@ -2,20 +2,20 @@
"name": "tree-changes-monorepo",
"private": true,
"devDependencies": {
"@gilbarbara/eslint-config": "^0.5.4",
"@gilbarbara/eslint-config": "^0.7.1",
"@gilbarbara/prettier-config": "^1.0.0",
"@gilbarbara/tsconfig": "^0.2.3",
"@size-limit/preset-small-lib": "^9.0.0",
"@types/node": "^20.8.6",
"@size-limit/preset-small-lib": "^10.0.1",
"@types/node": "^20.8.10",
"@vitest/coverage-v8": "^0.34.6",
"del-cli": "^5.1.0",
"fast-glob": "^3.3.1",
"happy-dom": "^12.9.1",
"happy-dom": "^12.10.3",
"husky": "^8.0.3",
"is-ci-cli": "^2.2.0",
"lerna": "^7.3.1",
"repo-tools": "^0.2.2",
"size-limit": "^9.0.0",
"lerna": "^7.4.2",
"repo-tools": "^0.3.1",
"size-limit": "^10.0.1",
"ts-node": "^10.9.1",
"tsup": "^7.2.0",
"typescript": "^5.2.2"
Expand Down
14 changes: 7 additions & 7 deletions packages/tree-changes-hook/package.json
Expand Up @@ -42,8 +42,8 @@
"devDependencies": {
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.0.0",
"@types/react": "^18.2.28",
"@types/react-dom": "^18.2.13",
"@types/react": "^18.2.33",
"@types/react-dom": "^18.2.14",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"vitest": "^0.34.6"
Expand Down Expand Up @@ -74,11 +74,11 @@
"sourcemap": true,
"splitting": false
},
"eslintConfig": {
"extends": [
"@gilbarbara/eslint-config"
]
},
"extends": [
"@gilbarbara/eslint-config",
"@gilbarbara/eslint-config/vitest",
"@gilbarbara/eslint-config/testing-library"
],
"prettier": "@gilbarbara/prettier-config",
"size-limit": [
{
Expand Down
3 changes: 2 additions & 1 deletion packages/tree-changes/package.json
Expand Up @@ -66,7 +66,8 @@
},
"eslintConfig": {
"extends": [
"@gilbarbara/eslint-config"
"@gilbarbara/eslint-config/base",
"@gilbarbara/eslint-config/vitest"
]
},
"prettier": "@gilbarbara/prettier-config",
Expand Down

0 comments on commit 2be03dd

Please sign in to comment.