Skip to content

Commit e431fe4

Browse files
authored
Merge pull request #169 from kit-data-manager/bump-deps
Update dependencies, tailwind v4
2 parents b7811cb + 9ed3bdb commit e431fe4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+6381
-12510
lines changed

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v5
1515
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
1616
with:
17-
node-version: 20
17+
node-version: 22
1818
- run: npm ci
1919
- run: npm test
2020

@@ -25,7 +25,7 @@ jobs:
2525
- uses: actions/checkout@v5
2626
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
2727
with:
28-
node-version: 20
28+
node-version: 22
2929
registry-url: https://registry.npmjs.org/
3030
- run: npm ci
3131
- run: npm run build

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: '@kit-data-manager/react-search-component'
55
abstract: All-in-one component for rendering an elastic search UI for searching
66
anything. Built-in support for visualizing related items in a graph and
77
resolving unique identifiers.
8-
version: 0.2.1
8+
version: 0.2.2
99
keywords:
1010
- react
1111
- reactjs

codemeta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
],
2121
"name": "@kit-data-manager/react-search-component",
2222
"description": "All-in-one component for rendering an elastic search UI for searching anything. Built-in support for visualizing related items in a graph and resolving unique identifiers.",
23-
"version": "0.2.1",
23+
"version": "0.2.2",
2424
"keywords": [
2525
"react",
2626
"reactjs",

components.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"css": "src/index.css",
99
"baseColor": "neutral",
1010
"cssVariables": true,
11-
"prefix": "rfs-"
11+
"prefix": "rfs"
1212
},
1313
"aliases": {
1414
"components": "@/components",

0 commit comments

Comments
 (0)