Skip to content

Commit

Permalink
chore: move lingui dev dependencies back to the correct section
Browse files Browse the repository at this point in the history
  • Loading branch information
Alunara committed Jan 15, 2025
1 parent 1184da9 commit 7384be5
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
8 changes: 4 additions & 4 deletions apps/dao/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@
"@curvefi/api": "^2.65.27",
"@hookform/error-message": "^2.0.1",
"@hookform/resolvers": "^3.9.0",
"@lingui/cli": "^4.6.0",
"@lingui/loader": "^4.6.0",
"@lingui/macro": "^4.6.0",
"@lingui/swc-plugin": "^4.0.4",
"@supercharge/promise-pool": "^2.3.2",
"bignumber.js": "^9.1.2",
"curve-ui-kit": "*",
Expand Down Expand Up @@ -61,6 +57,10 @@
"zustand": "^4.5.5"
},
"devDependencies": {
"@lingui/cli": "^4.6.0",
"@lingui/loader": "^4.6.0",
"@lingui/macro": "^4.6.0",
"@lingui/swc-plugin": "^4.0.4",
"@next/bundle-analyzer": "^13.5.6",
"@svgr/webpack": "^8.1.0",
"@types/lodash": "^4.14.182",
Expand Down
8 changes: 4 additions & 4 deletions apps/lend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@
},
"dependencies": {
"@curvefi/lending-api": "^2.4.0",
"@lingui/cli": "^4.6.0",
"@lingui/loader": "^4.6.0",
"@lingui/macro": "^4.6.0",
"@lingui/swc-plugin": "^4.0.4",
"@supercharge/promise-pool": "^2.3.2",
"bignumber.js": "^9.1.2",
"cross-fetch": "^3.1.5",
Expand Down Expand Up @@ -59,6 +55,10 @@
"zustand": "^4.5.5"
},
"devDependencies": {
"@lingui/cli": "^4.6.0",
"@lingui/loader": "^4.6.0",
"@lingui/macro": "^4.6.0",
"@lingui/swc-plugin": "^4.0.4",
"@next/bundle-analyzer": "^13.5.6",
"@svgr/webpack": "^8.1.0",
"@types/lodash": "^4.14.182",
Expand Down
8 changes: 4 additions & 4 deletions apps/loan/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@
"dependencies": {
"@curvefi/lending-api": "^2.4.0",
"@curvefi/stablecoin-api": "^1.5.7",
"@lingui/cli": "^4.6.0",
"@lingui/loader": "^4.6.0",
"@lingui/macro": "^4.6.0",
"@lingui/swc-plugin": "^4.0.4",
"@supercharge/promise-pool": "^2.3.2",
"@tanstack/react-table": "^8.20.6",
"bignumber.js": "^9.1.2",
Expand Down Expand Up @@ -60,6 +56,10 @@
"zustand": "^4.5.5"
},
"devDependencies": {
"@lingui/cli": "^4.6.0",
"@lingui/loader": "^4.6.0",
"@lingui/macro": "^4.6.0",
"@lingui/swc-plugin": "^4.0.4",
"@next/bundle-analyzer": "^13.5.6",
"@svgr/webpack": "^8.1.0",
"@types/lodash": "^4.14.182",
Expand Down
8 changes: 4 additions & 4 deletions apps/main/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@
"@curvefi/api": "^2.65.27",
"@hookform/error-message": "^2.0.1",
"@hookform/resolvers": "^3.9.0",
"@lingui/cli": "^4.6.0",
"@lingui/loader": "^4.6.0",
"@lingui/macro": "^4.6.0",
"@lingui/swc-plugin": "^4.0.4",
"@supercharge/promise-pool": "^2.3.2",
"bignumber.js": "^9.1.2",
"cross-fetch": "^3.1.5",
Expand Down Expand Up @@ -65,6 +61,10 @@
"zustand": "^4.5.5"
},
"devDependencies": {
"@lingui/cli": "^4.6.0",
"@lingui/loader": "^4.6.0",
"@lingui/macro": "^4.6.0",
"@lingui/swc-plugin": "^4.0.4",
"@next/bundle-analyzer": "^13.5.6",
"@svgr/webpack": "^8.1.0",
"@types/lodash": "^4.14.182",
Expand Down

0 comments on commit 7384be5

Please sign in to comment.