Skip to content

Commit

Permalink
Merge pull request #900 from codemod-js/chore/deps/upgrade-babel
Browse files Browse the repository at this point in the history
chore(deps): upgrade babel dependencies
  • Loading branch information
eventualbuddha authored Feb 17, 2023
2 parents 505da37 + 9d9cd9b commit 4ca5dfd
Show file tree
Hide file tree
Showing 6 changed files with 909 additions and 516 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@
"git add"
]
},
"resolutions": {
"@babel/parser": "7.20.15"
},
"devDependencies": {
"@commitlint/cli": "^14.1.0",
"@commitlint/config-conventional": "^14.1.0",
Expand Down
22 changes: 11 additions & 11 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,23 +15,23 @@
"build"
],
"scripts": {
"prepublishOnly": "yarn clean && yarn build",
"build": "tsc --build tsconfig.build.json",
"clean": "rm -rf build tsconfig.build.tsbuildinfo",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"prepublishOnly": "yarn clean && yarn build",
"test": "is-ci test:coverage test:watch",
"test:coverage": "jest --coverage",
"test:watch": "jest --watch"
},
"dependencies": {
"@babel/core": "^7.16.0",
"@babel/generator": "^7.16.0",
"@babel/plugin-proposal-class-properties": "^7.16.0",
"@babel/preset-env": "^7.16.0",
"@babel/preset-typescript": "^7.16.0",
"@babel/traverse": "^7.16.0",
"@babel/types": "^7.16.0",
"@babel/core": "^7.20.12",
"@babel/generator": "^7.20.14",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/preset-env": "^7.20.2",
"@babel/preset-typescript": "^7.18.6",
"@babel/traverse": "^7.20.13",
"@babel/types": "^7.20.7",
"@codemod/core": "^2.0.1",
"@codemod/parser": "^1.2.1",
"core-js": "^3.1.4",
Expand All @@ -51,9 +51,9 @@
"tmp": "^0.2.1"
},
"devDependencies": {
"@types/babel__core": "^7.1.15",
"@types/babel__generator": "^7.6.3",
"@types/babel__traverse": "^7.14.2",
"@types/babel__core": "^7.20.0",
"@types/babel__generator": "^7.6.4",
"@types/babel__traverse": "^7.18.3",
"@types/glob": "^7.1.0",
"@types/got": "^9.6.7",
"@types/jest": "^27.0.2",
Expand Down
8 changes: 4 additions & 4 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,25 +11,25 @@
"build"
],
"scripts": {
"prepublishOnly": "yarn clean && yarn build",
"build": "tsc --build tsconfig.build.json",
"clean": "rm -rf build tsconfig.build.tsbuildinfo",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"prepublishOnly": "yarn clean && yarn build",
"test": "is-ci test:coverage test:watch",
"test:coverage": "jest --coverage",
"test:watch": "jest --watch"
},
"dependencies": {
"@babel/core": "^7.16.0",
"@babel/generator": "^7.16.0",
"@babel/core": "^7.20.12",
"@babel/generator": "^7.20.14",
"@codemod/parser": "^1.2.1",
"is-ci-cli": "^2.2.0",
"recast": "^0.19.0",
"resolve": "^1.12.0"
},
"devDependencies": {
"@babel/types": "^7.16.0",
"@babel/types": "^7.20.7",
"@types/babel__core": "^7.1.16",
"@types/jest": "^25.1.0",
"@types/node": "^16.11.7",
Expand Down
16 changes: 8 additions & 8 deletions packages/matchers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,28 +11,28 @@
"build"
],
"scripts": {
"prepublishOnly": "yarn clean && yarn build",
"build": "tsc --build tsconfig.build.json",
"clean": "rm -rf build tsconfig.build.tsbuildinfo",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"prepublishOnly": "yarn clean && yarn build",
"test": "is-ci test:coverage test:watch",
"test:coverage": "jest --coverage",
"test:watch": "jest --watch"
},
"dependencies": {
"@babel/types": "^7.16.0"
"@babel/types": "^7.20.7"
},
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/generator": "^7.16.0",
"@babel/traverse": "^7.16.0",
"@babel/core": "^7.20.12",
"@babel/generator": "^7.20.14",
"@babel/traverse": "^7.20.13",
"@codemod/core": "^2.0.1",
"@codemod/parser": "^1.2.1",
"@types/babel__core": "^7.1.16",
"@types/babel__generator": "^7.6.3",
"@types/babel__core": "^7.20.0",
"@types/babel__generator": "^7.6.4",
"@types/babel__template": "^7.4.1",
"@types/babel__traverse": "^7.14.2",
"@types/babel__traverse": "^7.18.3",
"@types/dedent": "^0.7.0",
"@types/jest": "^25.1.0",
"@types/prettier": "^2.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,20 @@
"build"
],
"scripts": {
"prepublishOnly": "yarn clean && yarn build",
"build": "tsc --build tsconfig.build.json",
"clean": "rm -rf build tsconfig.build.tsbuildinfo",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"prepublishOnly": "yarn clean && yarn build",
"test": "is-ci test:coverage test:watch",
"test:coverage": "jest --coverage",
"test:watch": "jest --watch"
},
"dependencies": {
"@babel/parser": "^7.16.3"
"@babel/parser": "^7.20.15"
},
"devDependencies": {
"@babel/types": "^7.16.0",
"@babel/types": "^7.20.7",
"@types/jest": "^25.1.0",
"jest": "^27.3.1",
"typescript": "^4.4.4"
Expand Down
Loading

0 comments on commit 4ca5dfd

Please sign in to comment.