Skip to content

Commit 02156f8

Browse files
committed
[deps] Bump deps, bump version, minor tweaks of rollup and GH actions
1 parent abb18e5 commit 02156f8

4 files changed

Lines changed: 97 additions & 95 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ jobs:
88
runs-on: ubuntu-latest
99

1010
steps:
11-
- uses: actions/checkout@v4
11+
- name: Checkout repo
12+
uses: actions/checkout@v4
1213

1314
- name: Install pnpm
1415
uses: pnpm/action-setup@v4

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agentlab/sparql-jsld-client",
3-
"version": "5.2.1",
3+
"version": "5.3.0",
44
"description": "SPARQL JSON Schema Linked Data Client",
55
"license": "GPL-3.0",
66
"author": "Aleksei Ivanov <amivanoff@gmail.com>",
@@ -55,8 +55,8 @@
5555
"axios": ">=1.7.7",
5656
"dayjs": ">=1.11.13",
5757
"is-url": ">=1.2.4",
58-
"jsonld": ">=8.3.2",
5958
"json-schema": ">=0.4.0",
59+
"jsonld": ">=8.3.2",
6060
"lodash-es": ">=4.17.21",
6161
"mobx": ">=6.13.1",
6262
"mobx-state-tree": ">=6.0.1",
@@ -75,8 +75,8 @@
7575
"axios": "^1.7.7",
7676
"dayjs": "^1.11.13",
7777
"is-url": "^1.2.4",
78-
"jsonld": "^8.3.2",
7978
"json-schema": "^0.4.0",
79+
"jsonld": "^8.3.2",
8080
"lodash-es": "^4.17.21",
8181
"mobx": "^6.13.1",
8282
"mobx-state-tree": "^6.0.1",
@@ -96,15 +96,15 @@
9696
"@rollup/plugin-terser": "^0.4.4",
9797
"@rollup/plugin-typescript": "^11.1.6",
9898
"@types/is-url": "^1.2.32",
99-
"@types/node": "^22.5.3",
99+
"@types/node": "^22.5.4",
100100
"@typescript-eslint/eslint-plugin": "^8.4.0",
101101
"@typescript-eslint/parser": "^8.4.0",
102102
"cross-env": "^7.0.3",
103103
"custom-env": "^2.0.6",
104104
"esbuild": "^0.23.1",
105105
"eslint": "8.57.0",
106106
"eslint-config-prettier": "^9.1.0",
107-
"eslint-plugin-jest": "^28.8.2",
107+
"eslint-plugin-jest": "^28.8.3",
108108
"eslint-plugin-prettier": "^5.2.1",
109109
"globals": "^15.9.0",
110110
"husky": "^9.1.5",

0 commit comments

Comments
 (0)