Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
ranjeet31925 committed May 2, 2024
1 parent 43f47d6 commit f26847f
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions modules/babel-preset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
"babel-plugin-styled-components": "^2.0.4"
},
"devDependencies": {
"@babel/core": "^7.17.7",
"@babel/core": "^7.17.5",
"@babel/runtime": "^7.17.2",
"core-js": "^3.21.1"
},
"peerDependencies": {
"@babel/core": "^7.17.7",
"@babel/core": "^7.17.5",
"@babel/runtime": "^7.17.2",
"core-js": "^3.21.1"
}
Expand Down
4 changes: 2 additions & 2 deletions modules/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@
"eslint-plugin-simple-import-sort": "^7.0.0"
},
"devDependencies": {
"@babel/core": "^7.17.7",
"@babel/core": "^7.17.5",
"eslint": "^8.9.0",
"prettier": "^2.5.1"
},
"peerDependencies": {
"@babel/core": ">=7.17.7",
"@babel/core": ">=7.17.5",
"eslint": ">=8.9.0",
"prettier": ">=2.5.1"
}
Expand Down
2 changes: 1 addition & 1 deletion modules/repay-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"test:debug": "node --inspect-brk ./node_modules/.bin/jest -c ./tests/jest.config.js --runInBand"
},
"dependencies": {
"@babel/core": "^7.17.7",
"@babel/core": "^7.17.5",
"@babel/runtime": "^7.17.2",
"@babel/traverse": "^7.17.3",
"@babel/types": "^7.17.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"test:sonar": "yarn w @repay/testing-tools test --coverage"
},
"devDependencies": {
"@babel/core": "^7.17.7",
"@babel/core": "^7.17.5",
"eslint": "^8.9.0",
"lerna": "^4.0.0",
"prettier": "^2.5.1"
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ __metadata:
languageName: node
linkType: hard

"@babel/core@npm:^7.1.0, @babel/core@npm:^7.12.1, @babel/core@npm:^7.12.3, @babel/core@npm:^7.7.2, @babel/core@npm:^7.8.0":
"@babel/core@npm:^7.1.0, @babel/core@npm:^7.12.1, @babel/core@npm:^7.12.3, @babel/core@npm:^7.17.5, @babel/core@npm:^7.7.2, @babel/core@npm:^7.8.0":
version: 7.19.1
resolution: "@babel/core@npm:7.19.1"
dependencies:
Expand Down Expand Up @@ -3767,7 +3767,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@repay/babel-preset@workspace:modules/babel-preset"
dependencies:
"@babel/core": ^7.17.7
"@babel/core": ^7.17.5
"@babel/plugin-proposal-class-properties": ^7.16.7
"@babel/plugin-proposal-object-rest-spread": ^7.17.3
"@babel/plugin-proposal-private-methods": ^7.16.11
Expand All @@ -3783,7 +3783,7 @@ __metadata:
babel-plugin-styled-components: ^2.0.4
core-js: ^3.21.1
peerDependencies:
"@babel/core": ^7.17.7
"@babel/core": ^7.17.5
"@babel/runtime": ^7.17.2
core-js: ^3.21.1
languageName: unknown
Expand All @@ -3793,7 +3793,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@repay/eslint-config@workspace:modules/eslint-config"
dependencies:
"@babel/core": ^7.17.7
"@babel/core": ^7.17.5
"@babel/eslint-parser": ^7.15.8
"@typescript-eslint/eslint-plugin": ^5.12.1
"@typescript-eslint/parser": ^5.12.1
Expand All @@ -3805,7 +3805,7 @@ __metadata:
eslint-plugin-simple-import-sort: ^7.0.0
prettier: ^2.5.1
peerDependencies:
"@babel/core": ">=7.17.7"
"@babel/core": ">=7.17.5"
eslint: ">=8.9.0"
prettier: ">=2.5.1"
bin:
Expand Down Expand Up @@ -15556,7 +15556,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "ui-tools@workspace:."
dependencies:
"@babel/core": ^7.17.7
"@babel/core": ^7.17.5
eslint: ^8.9.0
lerna: ^4.0.0
prettier: ^2.5.1
Expand Down

0 comments on commit f26847f

Please sign in to comment.