Skip to content

Commit

Permalink
Merge pull request #756 from danskernesdigitalebibliotek/develop
Browse files Browse the repository at this point in the history
Release 2024.44.0
  • Loading branch information
kasperg authored Oct 29, 2024
2 parents 633a657 + 4fb42e3 commit 34305e5
Show file tree
Hide file tree
Showing 5 changed files with 228 additions and 539 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- run: yarn css:build

- name: Publish to Chromatic
uses: chromaui/action@v11.12.6
uses: chromaui/action@v11.16.1
with:
token: ${{ secrets.GITHUB_TOKEN }}
projectToken: c6b96f9648b6
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v16.14.2
v20
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ services:
node:
# Remember to keep version updated with the .nvmrc file.
# The .nvmrc file is used in Github Actions and for "dockerless" development.
image: node:16.14.2
image: node:20
user: node
init: true
working_dir: /home/node/app
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"version": "0.1.0",
"repository": "https://github.com/danskernesdigitalebibliotek/dpl-design-system",
"scripts": {
"storybook": "start-storybook -p 6006 -s public",
"storybook:axe": "build-storybook && axe-storybook",
"build-storybook": "build-storybook -s public",
"storybook": "NODE_OPTIONS=--openssl-legacy-provider start-storybook -p 6006 -s public",
"storybook:axe": "NODE_OPTIONS=--openssl-legacy-provider build-storybook && axe-storybook",
"build-storybook": "NODE_OPTIONS=--openssl-legacy-provider build-storybook -s public",
"js:eslint": "eslint 'src/**/*.{js,ts,tsx}' --max-warnings=0",
"js:prettier": "prettier 'src/**/*.{js,ts,tsx}'",
"js:lint": "concurrently 'yarn:js:eslint' 'yarn:js:prettier -- --check' --raw",
Expand Down Expand Up @@ -51,8 +51,8 @@
"@testing-library/jest-dom": "^6.6.2",
"@testing-library/react": "^12.1.5",
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.13",
"@types/node": "^16.0.0",
"@types/jest": "^29.5.14",
"@types/node": "^20.0.0",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@types/react-helmet": "^6.1.11",
Expand All @@ -68,9 +68,9 @@
"eslint-config-prettier": "^9.1.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-jsx-a11y": "^6.10.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.37.1",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-webpack-plugin": "^4.2.0",
"flatpickr": "^4.6.13",
Expand All @@ -92,7 +92,7 @@
"stylelint-prettier": "^3.0.0",
"stylelint-scss": "^5.3.2",
"typescript": "^4.7.4",
"web-vitals": "^4.2.3"
"web-vitals": "^4.2.4"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com"
Expand Down
Loading

0 comments on commit 34305e5

Please sign in to comment.