Skip to content

Commit 19be610

Browse files
committed
Release 25.01
1 parent 028edc7 commit 19be610

File tree

3 files changed

+9
-14
lines changed

3 files changed

+9
-14
lines changed

js/config/initialView/hito.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "24.10",
2+
"version": "25.01",
33
"title": "Metamodell",
44
"type": 1,
55
"graph": [

js/config/initialView/snik.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "24.10",
2+
"version": "25.01",
33
"title": "SIM, TIM & OIM",
44
"type": 1,
55
"graph": [

package.json

+7-12
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "snikgraph",
3-
"version": "24.10",
3+
"version": "25.01",
44
"description": "SNIK Graph",
55
"main": "js/browser/main.ts",
66
"type": "module",
@@ -31,20 +31,15 @@
3131
"devDependencies": {
3232
"c8": "^10.1.3",
3333
"husky": "^9.1.7",
34-
"lint-staged": "^15.2.11",
35-
"oxlint": "0.15.3",
34+
"lint-staged": "^15.3.0",
35+
"oxlint": "0.15.5",
3636
"prettier": "^3.4.2",
37-
"typedoc": "^0.27.5",
37+
"typedoc": "^0.27.6",
3838
"typedoc-plugin-merge-modules": "^6.1.0",
39-
"typescript": "^5.7.2",
40-
"vite": "^6.0.3",
39+
"typescript": "^5.7.3",
40+
"vite": "^6.0.7",
4141
"vitest": "^2.1.8",
42-
"vite-plugin-oxlint": "1.1.3"
43-
},
44-
"overrides": {
45-
"vite": {
46-
"esbuild": "0.24.0"
47-
}
42+
"vite-plugin-oxlint": "1.2.1"
4843
},
4944
"keywords": [
5045
"graph",

0 commit comments

Comments
 (0)