Skip to content

Commit

Permalink
Merge pull request #349 from danskernesdigitalebibliotek/develop
Browse files Browse the repository at this point in the history
Merge develop into release 2023-48-0
  • Loading branch information
kasperg authored Nov 28, 2023
2 parents 2b4afa5 + 6e226dd commit f652aad
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions bundle.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
rm -rf ./build
mkdir ./build
mkdir ./build/js
cp -r ./public/icons ./build/icons
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "dpl-design-system",
"name": "@danskernesdigitalebibliotek/dpl-design-system",
"version": "0.1.0",
"repository": "https://github.com/danskernesdigitalebibliotek/dpl-design-system",
"scripts": {
Expand Down Expand Up @@ -50,7 +50,7 @@
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^12.1.5",
"@testing-library/user-event": "^14.5.1",
"@types/jest": "^29.5.8",
"@types/jest": "^29.5.10",
"@types/node": "^16.0.0",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3042,10 +3042,10 @@
dependencies:
"@types/istanbul-lib-report" "*"

"@types/jest@^29.5.8":
version "29.5.8"
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.5.8.tgz#ed5c256fe2bc7c38b1915ee5ef1ff24a3427e120"
integrity sha512-fXEFTxMV2Co8ZF5aYFJv+YeA08RTYJfhtN5c9JSv/mFEMe+xxjufCb+PHL+bJcMs/ebPUsBu+UNTEz+ydXrR6g==
"@types/jest@^29.5.10":
version "29.5.10"
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.5.10.tgz#a10fc5bab9e426081c12b2ef73d24d4f0c9b7f50"
integrity sha512-tE4yxKEphEyxj9s4inideLHktW/x6DwesIwWZ9NN1FKf9zbJYsnhBoA9vrHA/IuIOKwPa5PcFBNV4lpMIOEzyQ==
dependencies:
expect "^29.0.0"
pretty-format "^29.0.0"
Expand Down

0 comments on commit f652aad

Please sign in to comment.