Skip to content

Commit

Permalink
[deps] Update axios, mobx, MST, dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
amivanoff committed Nov 8, 2021
1 parent b3d0069 commit e389e42
Show file tree
Hide file tree
Showing 2 changed files with 525 additions and 538 deletions.
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agentlab/sparql-jsld-client",
"version": "5.0.0-rc.21",
"version": "5.0.1",
"description": "SPARQL JSON Schema Linked Data Client",
"license": "GPL-3.0",
"author": "Alexey Ivanov <amivanoff@gmail.com>",
Expand Down Expand Up @@ -54,12 +54,12 @@
},
"peerDependencies": {
"@rdfjs/data-model": ">=1.3.4",
"axios": ">=0.23.0",
"axios": ">=0.24.0",
"is-url": ">=1.2.4",
"jsonld": ">=5.2.0",
"lodash-es": ">=4.17.21",
"mobx": ">=6.3.5",
"mobx-state-tree": ">=5.0.3",
"mobx": ">=6.3.6",
"mobx-state-tree": ">=5.0.4",
"moment": ">=2.29.1",
"rdf-literal": ">=1.3.0",
"sparqljs": ">=3.5.1",
Expand All @@ -72,47 +72,47 @@
"@types/rdf-js": "^4.0.2",
"@types/sparqljs": "^3.1.3",
"@rdfjs/data-model": "^1.3.4",
"axios": "^0.23.0",
"axios": "^0.24.0",
"is-url": "^1.2.4",
"jsonld": "^5.2.0",
"lodash-es": "^4.17.21",
"mobx": "^6.3.5",
"mobx-state-tree": "^5.0.3",
"mobx": "^6.3.6",
"mobx-state-tree": "^5.0.4",
"moment": "^2.29.1",
"rdf-literal": "^1.3.0",
"sparqljs": "^3.5.1",
"utility-types": "^3.10.0",
"uuid62": "^1.0.1"
},
"devDependencies": {
"@babel/core": "^7.15.8",
"@babel/core": "^7.16.0",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^21.0.0",
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.0.5",
"@rollup/plugin-node-resolve": "^13.0.6",
"@rollup/plugin-typescript": "^8.3.0",
"@types/is-url": "^1.2.30",
"@types/jest": "^27.0.2",
"@types/node": "^16.11.1",
"@typescript-eslint/eslint-plugin": "^5.1.0",
"@typescript-eslint/parser": "^5.1.0",
"@types/node": "^16.11.6",
"@typescript-eslint/eslint-plugin": "^5.3.0",
"@typescript-eslint/parser": "^5.3.0",
"custom-env": "^2.0.1",
"babel-loader": "^8.2.2",
"babel-loader": "^8.2.3",
"cross-env": "^7.0.3",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-flowtype": "^6.1.1",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-jest": "^25.2.2",
"eslint-plugin-jest": "^25.2.4",
"eslint-plugin-prettier": "^4.0.0",
"husky": "^7.0.2",
"jest": "^27.3.0",
"husky": "^7.0.4",
"jest": "^27.3.1",
"jest-extended": "^1.1.0",
"jest-watch-typeahead": "^1.0.0",
"lint-staged": "^11.2.3",
"lint-staged": "^11.2.6",
"prettier": "^2.4.1",
"rimraf": "^3.0.2",
"rollup": "^2.58.0",
"rollup": "^2.59.0",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-terser": "^7.0.2",
Expand Down
Loading

0 comments on commit e389e42

Please sign in to comment.