Skip to content

Commit

Permalink
feat: Upgrade rsbuild-config-cozy-app to 0.2.1
Browse files Browse the repository at this point in the history
`rsbuild-config-cozy-app` has been upgraded to `0.2.1` in order to
retrieve the configuration needed to run intents and public targets in
the `rsbuild dev` mode

Related PR: cozy/cozy-libs#2717
  • Loading branch information
Ldoppea committed Jan 29, 2025
1 parent b49997f commit 6975fba
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"prettier": "2.8.8",
"react-test-renderer": "16.14.0",
"replace": "1.2.1",
"rsbuild-config-cozy-app": "^0.2.0",
"rsbuild-config-cozy-app": "^0.2.1",
"stylint": "1.5.9",
"swc_mut_cjs_exports": "^8.0.1",
"typescript": "4.9.5",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12477,10 +12477,10 @@ route-recognizer@^0.3.4:
resolved "https://registry.yarnpkg.com/route-recognizer/-/route-recognizer-0.3.4.tgz#39ab1ffbce1c59e6d2bdca416f0932611e4f3ca3"
integrity sha512-2+MhsfPhvauN1O8KaXpXAOfR/fwe8dnUXVM+xw7yt40lJRfPVQxV6yryZm0cgRvAj5fMF/mdRZbL2ptwbs5i2g==

rsbuild-config-cozy-app@^0.2.0:
version "0.2.0"
resolved "https://registry.yarnpkg.com/rsbuild-config-cozy-app/-/rsbuild-config-cozy-app-0.2.0.tgz#bfe6b851ee207fd55711ffff9e0f3ab8a551c5fd"
integrity sha512-LEv//GwTDG66YZEj9ECA4CY9Vu/mI4y7Of/Lt+cGj/BtR8g6c82STW2wkCRd6o2CZirvRsGPxcWVc2ajZjtYhg==
rsbuild-config-cozy-app@^0.2.1:
version "0.2.1"
resolved "https://registry.yarnpkg.com/rsbuild-config-cozy-app/-/rsbuild-config-cozy-app-0.2.1.tgz#39caa1937fa4fd491824f852a26d445a47bcbf92"
integrity sha512-mzecNrmF8mUndNYUoAIDON0MRmeAdF4OagV26esZKAo6u+l4TOl2dy3sZ24vKfNxLfMo7GcCda2vR8Wd3BSSFw==
dependencies:
"@rsbuild/plugin-node-polyfill" "1.2.0"
"@rsbuild/plugin-react" "1.0.7"
Expand Down

0 comments on commit 6975fba

Please sign in to comment.