Skip to content

Commit

Permalink
chore: Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ijlee2 committed Jul 9, 2023
1 parent d49da53 commit 30c4ef3
Show file tree
Hide file tree
Showing 6 changed files with 88 additions and 83 deletions.
4 changes: 2 additions & 2 deletions configs/eslint/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"lint:js:fix": "prettier --write \"**/*.js\""
},
"dependencies": {
"@babel/core": "^7.22.5",
"@babel/eslint-parser": "7.22.5",
"@babel/core": "^7.22.8",
"@babel/eslint-parser": "7.22.7",
"@rushstack/eslint-patch": "^1.3.2",
"@typescript-eslint/eslint-plugin": "^5.61.0",
"@typescript-eslint/parser": "^5.61.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ast/javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"test": "./build.sh --test && mt dist-for-testing --quiet"
},
"dependencies": {
"@babel/parser": "^7.22.5",
"@babel/parser": "^7.22.7",
"recast": "^0.23.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/files/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"test": "./build.sh --test && mt dist-for-testing --quiet"
},
"dependencies": {
"glob": "^10.3.1"
"glob": "^10.3.3"
},
"devDependencies": {
"@codemod-utils/tests": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/json/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"test": "./build.sh --test && mt dist-for-testing --quiet"
},
"dependencies": {
"type-fest": "^3.12.0"
"type-fest": "^3.13.0"
},
"devDependencies": {
"@codemod-utils/tests": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"dependencies": {
"@sondr3/minitest": "^0.1.1",
"fixturify": "^3.0.0",
"glob": "^10.3.1"
"glob": "^10.3.3"
},
"devDependencies": {
"@shared-configs/eslint-config-node": "workspace:*",
Expand Down
Loading

0 comments on commit 30c4ef3

Please sign in to comment.