Skip to content

Commit b1035d8

Browse files
committed
t
1 parent 5f3043e commit b1035d8

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"prettier": "^3.8.1",
7171
"react": "^19.0.0",
7272
"react-dom": "^19.0.0",
73-
"@neolution-ch/reactstrap": "^10.0.0-rc.0",
73+
"@neolution-ch/reactstrap": "^10.0.0",
7474
"release-it": "^19.2.4",
7575
"rollup": "^4.57.1",
7676
"rollup-plugin-import-css": "^4.2.0",
@@ -88,7 +88,7 @@
8888
"@fortawesome/react-fontawesome": "^0.1.18 || ^0.2.0 || ^3.0.0",
8989
"react": "^18.0.0 || ^19.0.0",
9090
"react-dom": "^18.0.0 || ^19.0.0",
91-
"@neolution-ch/reactstrap": "^10.0.0-rc.0"
91+
"@neolution-ch/reactstrap": "^10.0.0"
9292
},
9393
"engines": {
9494
"node": ">=16"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -598,10 +598,10 @@
598598
react-fast-compare "^3.0.1"
599599
warning "^4.0.2"
600600

601-
"@neolution-ch/reactstrap@^10.0.0-rc.0":
602-
version "10.0.0-rc.0"
603-
resolved "https://registry.yarnpkg.com/@neolution-ch/reactstrap/-/reactstrap-10.0.0-rc.0.tgz#e41a64bbab4a60a83ffffbb80b37a20d51ab2f81"
604-
integrity sha512-msG33PBir/6pgfc8MIAaz3Rp/o6H3wWmlAPbteE6erQU7n+DN4Ta9Ji5FdxvZ5n4OYGzlZXaOwTNI1DvWhCu5Q==
601+
"@neolution-ch/reactstrap@^10.0.0":
602+
version "10.0.0"
603+
resolved "https://registry.yarnpkg.com/@neolution-ch/reactstrap/-/reactstrap-10.0.0.tgz#5e88b4c4e81e122215a42631786532b50a493f52"
604+
integrity sha512-/54HuEEkBS6YhKJEgDk7zDasAm7eaWGJHCFnKb1ubJ0KwlyKfp2ZG9UElNpIeajDL4a1rnFYiiOoWCOTll4n/w==
605605
dependencies:
606606
"@babel/runtime" "^7.12.5"
607607
"@neolution-ch/react-popper" "3.0.1"

0 commit comments

Comments
 (0)