Skip to content

Commit

Permalink
[deps] Bump deps, bump version, minor tweaks of rollup and GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
amivanoff committed Sep 6, 2024
1 parent abb18e5 commit 02156f8
Show file tree
Hide file tree
Showing 4 changed files with 97 additions and 95 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- name: Checkout repo
uses: actions/checkout@v4

- name: Install pnpm
uses: pnpm/action-setup@v4
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agentlab/sparql-jsld-client",
"version": "5.2.1",
"version": "5.3.0",
"description": "SPARQL JSON Schema Linked Data Client",
"license": "GPL-3.0",
"author": "Aleksei Ivanov <amivanoff@gmail.com>",
Expand Down Expand Up @@ -55,8 +55,8 @@
"axios": ">=1.7.7",
"dayjs": ">=1.11.13",
"is-url": ">=1.2.4",
"jsonld": ">=8.3.2",
"json-schema": ">=0.4.0",
"jsonld": ">=8.3.2",
"lodash-es": ">=4.17.21",
"mobx": ">=6.13.1",
"mobx-state-tree": ">=6.0.1",
Expand All @@ -75,8 +75,8 @@
"axios": "^1.7.7",
"dayjs": "^1.11.13",
"is-url": "^1.2.4",
"jsonld": "^8.3.2",
"json-schema": "^0.4.0",
"jsonld": "^8.3.2",
"lodash-es": "^4.17.21",
"mobx": "^6.13.1",
"mobx-state-tree": "^6.0.1",
Expand All @@ -96,15 +96,15 @@
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.6",
"@types/is-url": "^1.2.32",
"@types/node": "^22.5.3",
"@types/node": "^22.5.4",
"@typescript-eslint/eslint-plugin": "^8.4.0",
"@typescript-eslint/parser": "^8.4.0",
"cross-env": "^7.0.3",
"custom-env": "^2.0.6",
"esbuild": "^0.23.1",
"eslint": "8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jest": "^28.8.2",
"eslint-plugin-jest": "^28.8.3",
"eslint-plugin-prettier": "^5.2.1",
"globals": "^15.9.0",
"husky": "^9.1.5",
Expand Down
Loading

0 comments on commit 02156f8

Please sign in to comment.