Skip to content

Commit 250b841

Browse files
committed
fix: move "@gemini-testing/commander" from devDeps to deps
1 parent e7ac847 commit 250b841

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

package-lock.json

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@
6767
"license": "MIT",
6868
"peerDependencies": {
6969
"hermione": ">=8.0.0",
70-
"testplane": "*",
71-
"playwright": "*"
70+
"playwright": "*",
71+
"testplane": "*"
7272
},
7373
"peerDependenciesMeta": {
7474
"hermione": {
@@ -83,6 +83,7 @@
8383
},
8484
"dependencies": {
8585
"@babel/runtime": "^7.22.5",
86+
"@gemini-testing/commander": "^2.15.3",
8687
"@gemini-testing/sql.js": "^2.0.0",
8788
"ansi-html-community": "^0.0.8",
8889
"axios": "1.6.3",
@@ -122,7 +123,6 @@
122123
"@babel/preset-env": "^7.22.5",
123124
"@babel/preset-react": "^7.22.5",
124125
"@babel/preset-typescript": "^7.22.5",
125-
"@gemini-testing/commander": "^2.15.3",
126126
"@gravity-ui/components": "^3.7.0",
127127
"@gravity-ui/uikit": "^6.20.0",
128128
"@playwright/test": "^1.44.1",

0 commit comments

Comments
 (0)