Skip to content

Commit e354c76

Browse files
committed
🚀 publish v10.0.0
1 parent 3ffe98b commit e354c76

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "9.0.0",
2+
"version": "10.0.0",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
55
"command": {

packages/browserslist/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"publishConfig": {
66
"access": "public"
77
},
8-
"version": "8.0.0",
8+
"version": "10.0.0",
99
"repository": {
1010
"type": "git",
1111
"url": "https://github.com/GrowflowTeam/javascript.git"

packages/eslint/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"publishConfig": {
66
"access": "public"
77
},
8-
"version": "9.0.0",
8+
"version": "10.0.0",
99
"repository": {
1010
"type": "git",
1111
"url": "https://github.com/GrowflowTeam/javascript.git"
@@ -38,9 +38,9 @@
3838
"eslint-plugin-unicorn": "^41.0.0"
3939
},
4040
"peerDependencies": {
41+
"@rushstack/eslint-patch": "^1.1.0",
4142
"eslint": "^8.10.0",
4243
"prettier": "^2.5.1",
43-
"typescript": "^4.6.2",
44-
"@rushstack/eslint-patch": "^1.1.0"
44+
"typescript": "^4.6.2"
4545
}
4646
}

packages/jest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"publishConfig": {
66
"access": "public"
77
},
8-
"version": "9.0.0",
8+
"version": "10.0.0",
99
"repository": {
1010
"type": "git",
1111
"url": "https://github.com/GrowflowTeam/javascript.git"

packages/prettier/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"publishConfig": {
66
"access": "public"
77
},
8-
"version": "8.0.0",
8+
"version": "10.0.0",
99
"repository": {
1010
"type": "git",
1111
"url": "https://github.com/GrowflowTeam/javascript.git"

0 commit comments

Comments
 (0)