Skip to content

Commit 9785d4a

Browse files
authored
Merge pull request #327 from kit-data-manager/dependency-updates
updated dependencies
2 parents 4ac3718 + 0ccb6f9 commit 9785d4a

File tree

16 files changed

+2709
-2280
lines changed

16 files changed

+2709
-2280
lines changed

package-lock.json

Lines changed: 2585 additions & 2227 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
22
"name": "pid-component-monorepo",
33
"private": true,
4-
"version": "0.1.6",
4+
"version": "0.1.7",
55
"workspaces": [
66
"packages/*"
77
],
88
"devDependencies": {
9-
"@types/node": "^22.13.4",
10-
"lerna": "^8.1.9",
11-
"typescript": "^5.7.3"
9+
"@types/node": "^22.15.29",
10+
"lerna": "^8.2.2",
11+
"typescript": "^5.8.3"
1212
},
1313
"dependencies": {
14-
"vite": "^6.1.0"
14+
"vite": "6.3.4"
1515
},
1616
"scripts": {
1717
"build": "lerna run build"
@@ -78,4 +78,4 @@
7878
"type": "git",
7979
"url": "https://github.com/kit-data-manager/pid-component"
8080
}
81-
}
81+
}

packages/react-library/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kit-data-manager/react-pid-component",
3-
"version": "0.1.6",
3+
"version": "0.1.7",
44
"description": "React wrapper for the package @kit-data-manager/pid-component",
55
"author": {
66
"name": "Christopher Raquet",
@@ -33,11 +33,11 @@
3333
"access": "public"
3434
},
3535
"dependencies": {
36-
"@stencil/react-output-target": "^0.8.2",
36+
"@stencil/react-output-target": "^1.0.4",
3737
"@kit-data-manager/pid-component": "*"
3838
},
3939
"devDependencies": {
40-
"typescript": "^5.7.3"
40+
"typescript": "^5.8.3"
4141
},
4242
"keywords": [
4343
"react",
@@ -89,4 +89,4 @@
8989
"email": "[email protected]"
9090
}
9191
]
92-
}
92+
}
Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,25 @@
1+
import { createRequire } from 'node:module';
2+
import { dirname, join } from 'node:path';
3+
4+
const require = createRequire(import.meta.url);
15
export default {
26
stories: ['../src/**/*.mdx', '../src/**/*.stories.@(js|jsx|mjs|ts|tsx)'],
3-
addons: [
4-
'@storybook/addon-links',
5-
'@storybook/addon-essentials'
7+
addons: [getAbsolutePath('@storybook/addon-links'), getAbsolutePath('@storybook/addon-docs')],
8+
staticDirs: [
9+
{ from: '../dist', to: '/assets' },
10+
{ from: '../loader', to: '/assets' },
611
],
7-
staticDirs: [{ from: '../dist', to: '/assets' }, { from: '../loader', to: '/assets' }],
8-
framework: '@storybook/web-components-vite',
12+
framework: getAbsolutePath('@storybook/web-components-vite'),
913
docs: {
1014
source: {
1115
type: 'code',
12-
}
16+
},
1317
},
1418
core: {
1519
disableTelemetry: true,
1620
},
1721
};
22+
23+
function getAbsolutePath(value: string): any {
24+
return dirname(require.resolve(join(value, 'package.json')));
25+
}

packages/stencil-library/package.json

Lines changed: 28 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kit-data-manager/pid-component",
3-
"version": "0.1.6",
3+
"version": "0.1.7",
44
"license": "Apache-2.0",
55
"description": "The PID-Component is a web component that can be used to evaluate and display FAIR Digital Objects, PIDs, ORCiDs, and possibly other identifiers in a user-friendly way. It is easily extensible to support other identifier types.",
66
"author": {
@@ -108,36 +108,34 @@
108108
"format:check": "prettier --check \"**/*.{js,jsx,ts,tsx,json,md,mdx}\""
109109
},
110110
"dependencies": {
111-
"@stencil/core": "^4.22.2",
111+
"@stencil/core": "^4.33.1",
112112
"@tempfix/idb": "^8.0.3"
113113
},
114114
"devDependencies": {
115-
"@eslint/js": "^9.13.0",
116-
"@stencil/react-output-target": "^0.8.2",
117-
"@storybook/addon-essentials": "^8.3.6",
118-
"@storybook/addon-links": "^8.3.6",
119-
"@storybook/blocks": "^8.3.6",
120-
"@storybook/web-components": "^8.3.6",
121-
"@storybook/web-components-vite": "^8.3.6",
115+
"@eslint/js": "^9.28.0",
116+
"@stencil/react-output-target": "^1.0.4",
117+
"@storybook/addon-docs": "^9.0.4",
118+
"@storybook/addon-links": "^9.0.4",
119+
"@storybook/web-components-vite": "^9.0.4",
122120
"@types/eslint__js": "^8.42.3",
123121
"@types/eslint-config-prettier": "^6.11.3",
124122
"@types/node": "^22.8.1",
125-
"@typescript-eslint/eslint-plugin": "^8.11.0",
126-
"@typescript-eslint/parser": "^8.11.0",
127-
"eslint": "^9.13.0",
128-
"eslint-config-prettier": "^10.0.1",
129-
"eslint-plugin-storybook": "^0.11.3",
130-
"globals": "^15.11.0",
131-
"lit": "^3.2.1",
132-
"prettier": "^3.3.3",
133-
"prettier-plugin-tailwindcss": "^0.6.8",
134-
"puppeteer": "^24.2.1",
135-
"stencil-tailwind-plugin": "^1.8.0",
136-
"storybook": "^8.3.6",
137-
"tailwindcss": "^3.4.14",
138-
"typescript": "^5.6.3",
139-
"typescript-eslint": "^8.11.0",
140-
"vite": "^6.1.0",
123+
"@typescript-eslint/eslint-plugin": "^8.33.1",
124+
"@typescript-eslint/parser": "^8.33.1",
125+
"eslint": "^9.28.0",
126+
"eslint-config-prettier": "^10.1.5",
127+
"eslint-plugin-storybook": "^9.0.4",
128+
"globals": "^16.2.0",
129+
"lit": "^3.3.0",
130+
"prettier": "^3.5.3",
131+
"prettier-plugin-tailwindcss": "^0.6.12",
132+
"puppeteer": "^24.10.0",
133+
"stencil-tailwind-plugin": "^2.0.5",
134+
"storybook": "^9.0.4",
135+
"tailwindcss": "^4.1.8",
136+
"typescript": "^5.8.3",
137+
"typescript-eslint": "^8.33.1",
138+
"vite": "^6.3.5",
141139
"workbox-build": "^7.1.1"
142140
},
143141
"maintainers": [
@@ -147,5 +145,8 @@
147145
"email": "[email protected]"
148146
}
149147
],
150-
"homepage": "https://kit-data-manager.github.io/pid-component"
151-
}
148+
"homepage": "https://kit-data-manager.github.io/pid-component",
149+
"overrides": {
150+
"storybook": "$storybook"
151+
}
152+
}

packages/stencil-library/src/components/color-highlight/color-highlight.stories.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Meta, StoryObj } from '@storybook/web-components';
1+
import { Meta, StoryObj } from '@storybook/web-components-vite';
22
import { html } from 'lit';
33

44
const meta: Meta = {

packages/stencil-library/src/components/copy-button/copy-button.stories.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Meta, StoryObj } from '@storybook/web-components';
1+
import { Meta, StoryObj } from '@storybook/web-components-vite';
22

33
const meta: Meta = {
44
title: 'copy-button',
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* Hide default details marker - can't be done with Tailwind */
12
details summary::-webkit-details-marker {
23
display: none;
34
}

packages/stencil-library/src/components/pid-component/pid-component.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Canvas, Controls, Meta } from '@storybook/blocks';
1+
import { Canvas, Controls, Meta } from '@storybook/addon-docs/blocks';
22

33
import * as PIDComponentStories from './pid-component.stories';
44

packages/stencil-library/src/components/pid-component/pid-component.stories.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Meta, StoryObj } from '@storybook/web-components';
1+
import { Meta, StoryObj } from '@storybook/web-components-vite';
22
import { html } from 'lit';
33

44
const meta: Meta = {

0 commit comments

Comments
 (0)