Skip to content

Commit

Permalink
Merge pull request #629 from zazuko/dependabot/npm_and_yarn/typescrip…
Browse files Browse the repository at this point in the history
…t-6f675ee05f

chore(deps): bump the typescript group with 3 updates
  • Loading branch information
ludovicm67 authored Jan 21, 2025
2 parents a2c2eed + 7f6eab0 commit a1555e9
Show file tree
Hide file tree
Showing 9 changed files with 40 additions and 39 deletions.
49 changes: 25 additions & 24 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"husky": "^9.1.7",
"lint-staged": "^15.3.0",
"type-detect": "^4.1.0",
"typescript": "^5.7.2",
"typescript": "^5.7.3",
"wsrun": "^5.2.4"
}
}
4 changes: 2 additions & 2 deletions packages/ckan/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,14 @@
"xmlbuilder2": "^3.1.1"
},
"devDependencies": {
"@types/node": "^22.10.5",
"@types/node": "^22.10.7",
"c8": "^10.1.3",
"chai": "^5.1.2",
"chai-subset": "^1.6.0",
"rimraf": "^6.0.1",
"trifid-core": "^5.1.0",
"trifid-handler-fetch": "^3.3.4",
"typescript": "^5.6.3",
"typescript": "^5.7.3",
"xml2js": "^0.6.2",
"xml2js-xpath": "^0.13.0"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@fontsource/playfair-display": "^5.1.1",
"@fontsource/roboto": "^5.1.1",
"@rdfjs-elements/formats-pretty": "^0.6.8",
"@types/sparql-http-client": "^3.0.4",
"@types/sparql-http-client": "^3.0.5",
"ajv": "^8.17.1",
"commander": "^13.0.0",
"fastify": "^5.2.1",
Expand All @@ -75,11 +75,11 @@
},
"devDependencies": {
"@rdfjs/types": "^1.1.2",
"@types/node": "^22.10.5",
"@types/node": "^22.10.7",
"c8": "^10.1.3",
"nodemon": "^3.1.9",
"rimraf": "^6.0.1",
"typescript": "^5.6.3"
"typescript": "^5.7.3"
},
"publishConfig": {
"access": "public",
Expand Down
4 changes: 2 additions & 2 deletions packages/graph-explorer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@
"import-meta-resolve": "^4.1.0"
},
"devDependencies": {
"@types/node": "^22.10.5",
"@types/node": "^22.10.7",
"c8": "^10.1.3",
"rimraf": "^6.0.1",
"trifid-core": "^5.1.0",
"typescript": "^5.6.3"
"typescript": "^5.7.3"
},
"publishConfig": {
"access": "public",
Expand Down
4 changes: 2 additions & 2 deletions packages/handler-fetch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@
"uuid": "^11.0.5"
},
"devDependencies": {
"@types/node": "^22.10.5",
"@types/node": "^22.10.7",
"@types/uuid": "^10.0.0",
"c8": "^10.1.3",
"rimraf": "^6.0.1",
"trifid-core": "^5.1.0",
"typescript": "^5.6.3"
"typescript": "^5.7.3"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/markdown-content/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"CHANGELOG.md"
],
"devDependencies": {
"@types/node": "^22.10.5",
"@types/node": "^22.10.7",
"c8": "^10.1.3",
"rimraf": "^6.0.1",
"trifid-core": "^5.1.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/sparql-proxy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@
"trifid-core": "^5.1.0"
},
"devDependencies": {
"@types/node": "^22.10.5",
"@types/node": "^22.10.7",
"rimraf": "^6.0.1",
"typescript": "^5.6.3"
"typescript": "^5.7.3"
},
"publishConfig": {
"access": "public",
Expand Down
4 changes: 2 additions & 2 deletions packages/yasgui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@
"devDependencies": {
"@openlayers-elements/maps": "^0.4.0",
"@openlayers-elements/swisstopo": "^0.4.0",
"@types/node": "^22.10.5",
"@types/node": "^22.10.7",
"c8": "^10.1.3",
"esbuild": "^0.24.2",
"rimraf": "^6.0.1",
"trifid-core": "^5.1.0",
"typescript": "^5.6.3"
"typescript": "^5.7.3"
},
"publishConfig": {
"access": "public",
Expand Down

0 comments on commit a1555e9

Please sign in to comment.