Skip to content

Commit 453506f

Browse files
chore: Update @db-man/components to version 0.1.158 and adjust import path in styles.css
1 parent cd70c0d commit 453506f

File tree

3 files changed

+9
-10
lines changed

3 files changed

+9
-10
lines changed

package-lock.json

+7-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"private": true,
55
"homepage": "https://db-man.github.io",
66
"dependencies": {
7-
"@db-man/components": "^0.1.157",
7+
"@db-man/components": "^0.1.158",
88
"@testing-library/jest-dom": "^5.17.0",
99
"@testing-library/react": "^13.4.0",
1010
"@testing-library/user-event": "^13.5.0",

src/DbMan/styles.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
@import '~@db-man/components/dist/layout/App.css';
1+
@import '~@db-man/components/lib/layout/App.css';
22
@import '~prismjs/themes/prism.css';

0 commit comments

Comments
 (0)