Skip to content

Commit

Permalink
fix: add swc/helpers as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgeniy Malchenko committed Apr 18, 2024
1 parent 8afe226 commit 115bf8f
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 3 deletions.
1 change: 1 addition & 0 deletions packages/desktop-extra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"@qiwi/common-formatters": "^1.2.2",
"@qiwi/pijma-core": "workspace:*",
"@qiwi/pijma-desktop": "workspace:*",
"@swc/helpers": "^0.5.1",
"@types/react-js-pagination": "^3.0.4",
"@types/react-table": "^7.7.14",
"date-fns": "^2.30.0",
Expand Down
3 changes: 2 additions & 1 deletion packages/desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@
"target/es6/**/*"
],
"dependencies": {
"@qiwi/pijma-core": "workspace:*"
"@qiwi/pijma-core": "workspace:*",
"@swc/helpers": "^0.5.1"
},
"devDependencies": {
"@qiwi/pijma-infra": "workspace:*",
Expand Down
3 changes: 2 additions & 1 deletion packages/mobile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@
"target/es6/**/*"
],
"dependencies": {
"@qiwi/pijma-core": "workspace:*"
"@qiwi/pijma-core": "workspace:*",
"@swc/helpers": "^0.5.1"
},
"devDependencies": {
"@qiwi/pijma-infra": "workspace:*",
Expand Down
3 changes: 2 additions & 1 deletion packages/ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
"target/es6/**/*"
],
"dependencies": {
"@emotion/server": "^11.11.0"
"@emotion/server": "^11.11.0",
"@swc/helpers": "^0.5.1"
},
"devDependencies": {
"@qiwi/pijma-infra": "workspace:*",
Expand Down
4 changes: 4 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1222,6 +1222,7 @@ __metadata:
"@qiwi/pijma-core": "workspace:*"
"@qiwi/pijma-desktop": "workspace:*"
"@qiwi/pijma-infra": "workspace:*"
"@swc/helpers": "npm:^0.5.1"
"@types/jest": "npm:^29.5.1"
"@types/react-js-pagination": "npm:^3.0.4"
"@types/react-table": "npm:^7.7.14"
Expand Down Expand Up @@ -1259,6 +1260,7 @@ __metadata:
dependencies:
"@qiwi/pijma-core": "workspace:*"
"@qiwi/pijma-infra": "workspace:*"
"@swc/helpers": "npm:^0.5.1"
concurrently: "npm:8.0.1"
css-loader: "npm:6.7.3"
eslint: "npm:8.40.0"
Expand Down Expand Up @@ -1316,6 +1318,7 @@ __metadata:
dependencies:
"@qiwi/pijma-core": "workspace:*"
"@qiwi/pijma-infra": "workspace:*"
"@swc/helpers": "npm:^0.5.1"
concurrently: "npm:8.0.1"
css-loader: "npm:6.7.3"
eslint: "npm:8.40.0"
Expand All @@ -1341,6 +1344,7 @@ __metadata:
dependencies:
"@emotion/server": "npm:^11.11.0"
"@qiwi/pijma-infra": "workspace:*"
"@swc/helpers": "npm:^0.5.1"
concurrently: "npm:8.0.1"
css-loader: "npm:6.7.3"
eslint: "npm:8.40.0"
Expand Down

0 comments on commit 115bf8f

Please sign in to comment.