Skip to content

Commit

Permalink
Release 25.01
Browse files Browse the repository at this point in the history
  • Loading branch information
Yagnap committed Jan 13, 2025
1 parent 028edc7 commit 19be610
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 14 deletions.
2 changes: 1 addition & 1 deletion js/config/initialView/hito.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "24.10",
"version": "25.01",
"title": "Metamodell",
"type": 1,
"graph": [
Expand Down
2 changes: 1 addition & 1 deletion js/config/initialView/snik.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "24.10",
"version": "25.01",
"title": "SIM, TIM & OIM",
"type": 1,
"graph": [
Expand Down
19 changes: 7 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "snikgraph",
"version": "24.10",
"version": "25.01",
"description": "SNIK Graph",
"main": "js/browser/main.ts",
"type": "module",
Expand Down Expand Up @@ -31,20 +31,15 @@
"devDependencies": {
"c8": "^10.1.3",
"husky": "^9.1.7",
"lint-staged": "^15.2.11",
"oxlint": "0.15.3",
"lint-staged": "^15.3.0",
"oxlint": "0.15.5",
"prettier": "^3.4.2",
"typedoc": "^0.27.5",
"typedoc": "^0.27.6",
"typedoc-plugin-merge-modules": "^6.1.0",
"typescript": "^5.7.2",
"vite": "^6.0.3",
"typescript": "^5.7.3",
"vite": "^6.0.7",
"vitest": "^2.1.8",
"vite-plugin-oxlint": "1.1.3"
},
"overrides": {
"vite": {
"esbuild": "0.24.0"
}
"vite-plugin-oxlint": "1.2.1"
},
"keywords": [
"graph",
Expand Down

0 comments on commit 19be610

Please sign in to comment.