Skip to content

Commit

Permalink
Bump dependencies in package.json, remove @babel/polyfill
Browse files Browse the repository at this point in the history
Co-authored-by: surilindur <[email protected]>
  • Loading branch information
surilindur and surilindur authored Sep 19, 2023
1 parent 3d74225 commit c7137cd
Show file tree
Hide file tree
Showing 13 changed files with 1,320 additions and 2,308 deletions.
72 changes: 33 additions & 39 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,54 +6,51 @@
"packages/*"
],
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.16.4",
"@babel/core": "^7.22.20",
"@babel/preset-env": "^7.22.20",
"@comunica/jest": "^2.8.2",
"@pollyjs/adapter-node-http": "^6.0.6",
"@pollyjs/core": "^6.0.6",
"@pollyjs/persister-fs": "^6.0.6",
"@rubensworks/eslint-config": "^2.0.0",
"rdf-data-factory": "^1.1.0",
"@types/jest": "^29.0.0",
"@types/jest": "^29.5.5",
"@types/node": "^18.0.0",
"arrayify-stream": "^2.0.0",
"asynciterator": "^3.0.3",
"babel-loader": "^9.0.0",
"componentsjs-generator": "^3.0.1",
"eslint": "^8.27.0",
"immutable": "^4.0.0",
"@types/setup-polly-jest": "^0.5.2",
"@types/triple-beam": "^1.3.3",
"arrayify-stream": "^2.0.1",
"asynciterator": "^3.8.1",
"babel-loader": "^9.1.3",
"componentsjs-generator": "^3.1.2",
"cross-fetch": "^4.0.0",
"jest": "^29.0.0",
"jest-rdf": "^1.7.0",
"karma": "^6.4.1",
"karma-chrome-launcher": "^3.1.1",
"eslint": "^8.48.0",
"immutable": "^4.0.0",
"jest": "^29.7.0",
"jest-rdf": "^1.8.0",
"karma": "^6.4.2",
"karma-chrome-launcher": "^3.2.0",
"karma-firefox-launcher": "^2.1.2",
"karma-jasmine": "^5.1.0",
"karma-jasmine-html-reporter": "^2.0.0",
"karma-jasmine-html-reporter": "^2.1.0",
"karma-sourcemap-loader": "^0.4.0",
"karma-webpack": "^5.0.0",
"lerna": "^7.1.5",
"@lerna/project": "^6.4.1",
"lodash.assign": "^4.2.0",
"manual-git-changelog": "^1.0.0",
"node-polyfill-webpack-plugin": "^2.0.0",
"lerna": "^7.3.0",
"manual-git-changelog": "^1.0.2",
"node-polyfill-webpack-plugin": "^2.0.1",
"pre-commit": "^1.2.2",
"raw-loader": "^4.0.2",
"rdf-data-factory": "^1.1.2",
"rdf-quad": "^1.5.0",
"sparqlalgebrajs": "^4.0.0",
"stream-to-string": "^1.1.0",
"streamify-array": "^1.0.0",
"streamify-string": "^1.0.1",
"ts-jest": "^29.0.0",
"ts-loader": "^9.4.1",
"typedoc": "^0.25.0",
"@pollyjs/adapter-node-http": "^6.0.5",
"@pollyjs/core": "^6.0.5",
"@pollyjs/persister-fs": "^6.0.5",
"@types/setup-polly-jest": "^0.5.2",
"setup-polly-jest": "^0.11.0",
"typescript": "^5.1.6",
"webpack": "^5.64.4",
"webpack-cli": "^5.0.0",
"@types/triple-beam": "^1.3.2"
"sparqlalgebrajs": "^4.2.0",
"stream-to-string": "^1.2.1",
"streamify-array": "^1.0.1",
"streamify-string": "^1.0.1",
"ts-jest": "^29.1.1",
"ts-loader": "^9.4.4",
"typedoc": "^0.25.1",
"typescript": "^5.2.2",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4"
},
"pre-commit": [
"build",
Expand Down Expand Up @@ -87,8 +84,5 @@
"doc": "./.github/typedoc-json.sh create && typedoc && ./.github/typedoc-json.sh remove",
"postinstall": "yarn run build && lerna run prepare",
"version": "manual-git-changelog onversion"
},
"resolutions": {
"@types/node": "^18.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/actor-extract-links-all/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"dependencies": {
"@comunica/bus-extract-links": "^0.2.0",
"@comunica/core": "^2.8.2",
"rdf-terms": "^1.6.2"
"rdf-terms": "^1.11.0"
},
"scripts": {
"build": "npm run build:ts && npm run build:components",
Expand Down
6 changes: 3 additions & 3 deletions packages/actor-extract-links-content-policies/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@
"@comunica/bus-query-operation": "^2.9.0",
"@comunica/context-entries": "^2.8.2",
"@comunica/core": "^2.8.2",
"rdf-data-factory": "^1.1.0",
"rdf-data-factory": "^1.1.2",
"rdf-store-stream": "^2.0.0",
"rdf-terms": "^1.7.0",
"sparqlalgebrajs": "^4.0.2"
"rdf-terms": "^1.11.0",
"sparqlalgebrajs": "^4.2.0"
},
"scripts": {
"build": "npm run build:ts && npm run build:components",
Expand Down
2 changes: 1 addition & 1 deletion packages/actor-extract-links-extract-tree/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@comunica/context-entries": "^2.8.2",
"@comunica/context-entries-link-traversal": "^0.2.0",
"@comunica/core": "^2.8.2",
"rdf-data-factory": "^1.1.1",
"rdf-data-factory": "^1.1.2",
"rdf-store-stream": "^2.0.0"
},
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions packages/actor-extract-links-quad-pattern-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@
"@comunica/core": "^2.8.2",
"@comunica/types": "^2.8.2",
"@rdfjs/types": "*",
"rdf-data-factory": "^1.1.1",
"rdf-terms": "^1.7.0",
"sparqlalgebrajs": "^4.0.2"
"rdf-data-factory": "^1.1.2",
"rdf-terms": "^1.11.0",
"sparqlalgebrajs": "^4.2.0"
},
"scripts": {
"build": "npm run build:ts && npm run build:components",
Expand Down
4 changes: 2 additions & 2 deletions packages/actor-extract-links-quad-pattern/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
"@comunica/context-entries": "^2.8.2",
"@comunica/core": "^2.8.2",
"@comunica/types": "^2.8.2",
"rdf-terms": "^1.7.0",
"sparqlalgebrajs": "^4.0.2"
"rdf-terms": "^1.11.0",
"sparqlalgebrajs": "^4.2.0"
},
"scripts": {
"build": "npm run build:ts && npm run build:components",
Expand Down
4 changes: 2 additions & 2 deletions packages/actor-extract-links-solid-type-index/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
"@comunica/context-entries-link-traversal": "^0.2.0",
"@comunica/core": "^2.8.2",
"rdf-store-stream": "^2.0.0",
"rdf-string": "^1.6.1",
"sparqlalgebrajs": "^4.0.2"
"rdf-string": "^1.6.3",
"sparqlalgebrajs": "^4.2.0"
},
"scripts": {
"build": "npm run build:ts && npm run build:components",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@comunica/context-entries": "^2.8.2",
"@comunica/core": "^2.8.2",
"@comunica/types": "^2.8.2",
"sparqlalgebrajs": "^4.0.2"
"sparqlalgebrajs": "^4.2.0"
},
"scripts": {
"build": "npm run build:ts && npm run build:components",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
"@comunica/core": "^2.8.2",
"@comunica/types": "^2.8.2",
"@rdfjs/types": "*",
"rdf-terms": "^1.7.0",
"sparqlalgebrajs": "^4.0.2"
"rdf-terms": "^1.11.0",
"sparqlalgebrajs": "^4.2.0"
},
"scripts": {
"build": "npm run build:ts && npm run build:components",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@comunica/context-entries-link-traversal": "^0.2.0",
"@comunica/mediatortype-join-coefficients": "^2.8.2",
"@comunica/types": "^2.8.2",
"asynciterator": "^3.8.0"
"asynciterator": "^3.8.1"
},
"scripts": {
"build": "npm run build:ts && npm run build:components",
Expand Down
6 changes: 3 additions & 3 deletions packages/actor-rdf-metadata-extract-shapetrees/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@
"@comunica/core": "^2.8.2",
"@shexjs/parser": "1.0.0-alpha.26",
"@shexjs/visitor": "1.0.0-alpha.25",
"@types/parse-link-header": "^2.0.0",
"@types/parse-link-header": "^2.0.1",
"@types/shexj": "^2.1.4",
"parse-link-header": "^2.0.0",
"querystring": "^0.2.1",
"rdf-store-stream": "^2.0.0",
"relative-to-absolute-iri": "^1.0.6",
"sparqlalgebrajs": "^4.0.2"
"relative-to-absolute-iri": "^1.0.7",
"sparqlalgebrajs": "^4.2.0"
},
"scripts": {
"build": "npm run build:ts && npm run build:components",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@comunica/context-entries-link-traversal": "^0.2.0",
"@comunica/core": "^2.8.2",
"@types/readable-stream": "^4.0.0",
"rdf-data-factory": "^1.1.0",
"rdf-data-factory": "^1.1.2",
"readable-stream": "^4.4.2"
},
"scripts": {
Expand Down
Loading

0 comments on commit c7137cd

Please sign in to comment.