Skip to content

Commit f50a0b2

Browse files
authored
Fix Dependencies for Rollup (#40)
1 parent 7a6c884 commit f50a0b2

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Fixed
11+
12+
- Moved `@neolution-ch/react-pattern-ui` to the dependencies, so it gets correctly detected by rollup as an external dependency
13+
1014
## [2.6.0] - 2023-06-12
1115

1216
### Changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,13 @@
4545
"tsc": "tsc"
4646
},
4747
"dependencies": {
48-
"rollup-plugin-import-css": "^3.2.1"
48+
"@neolution-ch/react-pattern-ui": "^2.0.1"
4949
},
5050
"devDependencies": {
5151
"@babel/core": "^7.21.8",
5252
"@fortawesome/fontawesome-svg-core": "^6.1.1",
5353
"@fortawesome/free-solid-svg-icons": "^6.1.1",
5454
"@fortawesome/react-fontawesome": "^0.1.18",
55-
"@neolution-ch/react-pattern-ui": "^2.0.1",
5655
"@release-it/keep-a-changelog": "^3.1.0",
5756
"@rollup/plugin-commonjs": "^24.1.0",
5857
"@rollup/plugin-node-resolve": "^15.0.2",
@@ -91,6 +90,7 @@
9190
"reactstrap": "^8.10.1",
9291
"release-it": "^15.10.3",
9392
"rollup": "^3.21.4",
93+
"rollup-plugin-import-css": "^3.2.1",
9494
"rollup-plugin-peer-deps-external": "^2.2.4",
9595
"rollup-plugin-typescript2": "^0.34.1",
9696
"shx": "^0.3.4",

0 commit comments

Comments
 (0)