Skip to content

Commit

Permalink
Update deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
cpojer committed Dec 27, 2024
1 parent 2be0b6a commit 452aa7c
Show file tree
Hide file tree
Showing 5 changed files with 123 additions and 379 deletions.
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
"@nkzw/eslint-plugin-fbtee": "workspace:^",
"@vitejs/plugin-react": "^4.3.4",
"invariant": "^2.2.4",
"vite": "^6.0.5"
"vite": "^6.0.6"
}
}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"@babel/preset-typescript": "^7.26.0",
"@babel/types": "^7.26.3",
"@ianvs/prettier-plugin-sort-imports": "^4.4.0",
"@jest/globals": "^30.0.0-alpha.6",
"@nkzw/eslint-config": "^1.18.1",
"@jest/globals": "30.0.0-alpha.6",
"@nkzw/eslint-config": "^1.19.0",
"@testing-library/react": "^16.1.0",
"@types/babel__core": "^7.20.5",
"@types/babel__generator": "^7.6.8",
Expand All @@ -46,11 +46,11 @@
"eslint": "^8.0.0",
"eslint-plugin-workspaces": "^0.10.1",
"invariant": "^2.2.4",
"jest": "^30.0.0-alpha.6",
"jest-environment-jsdom": "^30.0.0-alpha.6",
"jest": "30.0.0-alpha.6",
"jest-environment-jsdom": "30.0.0-alpha.6",
"npm-run-all2": "^7.0.2",
"nullthrows": "^1.1.1",
"prettier": "^4.0.0-alpha.10",
"prettier": "4.0.0-alpha.10",
"prettier-2": "npm:prettier@^2.8.8",
"prettier-plugin-packagejson": "^2.5.6",
"react-dom": "^19.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin-fbtee/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@nkzw/babel-plugin-fbtee-auto-import": "workspace:^",
"glob": "^11.0.0",
"invariant": "^2.2.4",
"jest-docblock": "^30.0.0-alpha.6",
"jest-docblock": "30.0.0-alpha.6",
"nullthrows": "^1.1.1",
"yargs": "^17.7.2"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-plugin-fbtee/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
"build": "tsup src/index.tsx -d lib --target=node22 --format=esm,cjs --clean --no-splitting --dts"
},
"dependencies": {
"@typescript-eslint/utils": "^8.18.1"
"@typescript-eslint/utils": "^8.18.2"
},
"devDependencies": {
"@typescript-eslint/rule-tester": "^8.18.1"
"@typescript-eslint/rule-tester": "^8.18.2"
}
}
Loading

0 comments on commit 452aa7c

Please sign in to comment.