Skip to content

Commit 1816bb1

Browse files
committed
Update dependencies, bump to v0.1.2
1 parent 77a39d1 commit 1816bb1

File tree

6 files changed

+47
-178
lines changed

6 files changed

+47
-178
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ repos:
88
- id: check-yaml
99
- id: check-added-large-files
1010
- repo: https://github.com/Materials-Data-Science-and-Informatics/somesy
11-
rev: "v0.6.0"
11+
rev: "v0.7.3"
1212
hooks:
1313
- id: somesy

CITATION.cff

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -4,37 +4,37 @@ type: software
44
title: '@kit-data-manager/react-search-component'
55
abstract: All-in-one component for rendering an elastic search UI for searching anything.
66
Built-in support for visualizing related items in a graph and resolving unique identifiers.
7-
version: 0.1.1
7+
version: 0.1.2
88
keywords:
9-
- react
10-
- reactjs
11-
- component
12-
- elastic
13-
- search
14-
- elasticsearch
15-
- kit-data-manager
16-
- typescript
17-
- storybook
18-
- tailwindcss
19-
- fair
20-
- fairdata
21-
- fairdo
22-
- fairdigitalobject
23-
- kit
24-
- data
25-
- manager
9+
- react
10+
- reactjs
11+
- component
12+
- elastic
13+
- search
14+
- elasticsearch
15+
- kit-data-manager
16+
- typescript
17+
- storybook
18+
- tailwindcss
19+
- fair
20+
- fairdata
21+
- fairdo
22+
- fairdigitalobject
23+
- kit
24+
- data
25+
- manager
2626
authors:
27-
- email: christopher.raquet@kit.edu
28-
family-names: Raquet
29-
orcid: https://orcid.org/0009-0003-2196-9187
30-
given-names: Christopher
31-
affiliation: Karlsruhe Institute of Technology (KIT)
27+
- email: christopher.raquet@kit.edu
28+
family-names: Raquet
29+
orcid: https://orcid.org/0009-0003-2196-9187
30+
given-names: Christopher
31+
affiliation: Karlsruhe Institute of Technology (KIT)
3232
contact:
33-
- email: christopher.raquet@kit.edu
34-
family-names: Raquet
35-
orcid: https://orcid.org/0009-0003-2196-9187
36-
given-names: Christopher
37-
affiliation: Karlsruhe Institute of Technology (KIT)
33+
- email: christopher.raquet@kit.edu
34+
family-names: Raquet
35+
orcid: https://orcid.org/0009-0003-2196-9187
36+
given-names: Christopher
37+
affiliation: Karlsruhe Institute of Technology (KIT)
3838
license: Apache-2.0
3939
url: https://kit-data-manager.github.io/react-search-component/
4040
repository-code: https://github.com/kit-data-manager/react-search-component

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.1.1",
23+
"version": "0.1.2",
2424
"keywords": [
2525
"react",
2626
"reactjs",

package-lock.json

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

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kit-data-manager/react-search-component",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"main": "dist/index.js",
55
"type": "module",
66
"author": {
@@ -54,7 +54,7 @@
5454
"class-variance-authority": "^0.7.1",
5555
"clsx": "^2.1.1",
5656
"embla-carousel-react": "^8.5.2",
57-
"lucide-react": "^0.479.0",
57+
"lucide-react": "^0.483.0",
5858
"luxon": "^3.5.0",
5959
"react": "^18.3.1",
6060
"react-dom": "^18.3.1",
@@ -82,12 +82,11 @@
8282
"@storybook/test": "^8.4.7",
8383
"@storybook/test-runner": "^0.22.0",
8484
"@types/luxon": "^3.4.2",
85-
"@types/node": "^22.10.1",
8685
"@types/react": "^18.3.12",
8786
"@types/react-dom": "^18.3.1",
8887
"@vitejs/plugin-react": "^4.3.4",
8988
"autoprefixer": "^10.4.20",
90-
"babel-loader": "^9.2.1",
89+
"babel-loader": "^10.0.0",
9190
"chromatic": "^11.20.2",
9291
"css-loader": "^7.1.2",
9392
"eslint": "^9.15.0",

somesy.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "@kit-data-manager/react-search-component"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
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."
55
license = "Apache-2.0"
66
repository = "https://github.com/kit-data-manager/react-search-component"

0 commit comments

Comments
 (0)