Skip to content

Commit

Permalink
chore: minor dependency upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
angelo-v committed May 15, 2024
1 parent 5dbabf9 commit 30ac056
Show file tree
Hide file tree
Showing 8 changed files with 2,499 additions and 2,363 deletions.
490 changes: 193 additions & 297 deletions apps/package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions apps/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"author": "",
"license": "MIT",
"devDependencies": {
"@playwright/test": "^1.40.1",
"@solid/community-server": "^7.0.3",
"@playwright/test": "^1.44.0",
"@solid/community-server": "^7.0.5",
"netlify-cli": "^16.9.3",
"serve": "^14.2.1"
"serve": "^14.2.3"
}
}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"key":"setup/current-server-version","payload":"7.0.3"}
{"key":"setup/current-server-version","payload":"7.0.5"}
8 changes: 4 additions & 4 deletions contacts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,19 +28,19 @@
"@pod-os/core": "^0.11.1",
"@pod-os/elements": "^0.16.0",
"@solid-data-modules/contacts-rdflib": "^0.5.0",
"@stencil/core": "^4.12.4",
"netlify-cli": "^17.22.1",
"@stencil/core": "^4.18.1",
"pollen-css": "^4.6.2",
"rxjs": "^7.8.1"
},
"devDependencies": {
"@testing-library/dom": "^9.3.4",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/jest-dom": "^6.4.5",
"@types/jest": "^29.5.12",
"@types/node": "^16.18.86",
"@types/node": "^16.18.97",
"jest": "^29.7.0",
"jest-cli": "^29.7.0",
"jest-when": "^3.6.0",
"netlify-cli": "^17.23.5",
"pwa-asset-generator": "^6.3.1",
"stencil-router-v2": "^0.6.0"
},
Expand Down
10 changes: 5 additions & 5 deletions core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"author": "Angelo Veltens",
"license": "MIT",
"devDependencies": {
"@babel/preset-env": "^7.24.0",
"@babel/preset-typescript": "^7.23.3",
"@babel/preset-env": "^7.24.5",
"@babel/preset-typescript": "^7.24.1",
"@types/jest": "^29.5.12",
"@types/jest-when": "^3.5.5",
"@types/sparqljs": "^3.1.10",
Expand All @@ -37,17 +37,17 @@
"jest-when": "^3.6.0",
"prettier": "^3.2.5",
"rdf-namespaces": "^1.12.0",
"rimraf": "^5.0.5",
"rimraf": "^5.0.7",
"sparqljs": "^3.7.1",
"typescript": "^5.3.3"
"typescript": "^5.4.5"
},
"dependencies": {
"@inrupt/solid-client-authn-browser": "^1.17.5",
"@solid-data-modules/contacts-rdflib": "^0.5.0",
"@types/lunr": "^2.3.7",
"buffer": "^6.0.3",
"lunr": "^2.3.9",
"rdflib": "^2.2.33",
"rdflib": "^2.2.35",
"rxjs": "^7.8.1",
"slugify": "^1.6.6",
"url": "^0.11.3"
Expand Down
2 changes: 1 addition & 1 deletion dev-solid-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"author": "",
"license": "MIT",
"dependencies": {
"@solid/community-server": "^7.0.4"
"@solid/community-server": "^7.0.5"
},
"repository": {
"type": "git",
Expand Down
8 changes: 4 additions & 4 deletions elements/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,17 @@
"generate": "stencil generate"
},
"dependencies": {
"@ionic/core": "^7.7.3",
"@ionic/core": "^7.8.6",
"@pod-os/core": "^0.11.1",
"@stencil/core": "^4.12.4",
"@stencil/store": "^2.0.14",
"@stencil/core": "^4.18.1",
"@stencil/store": "^2.0.16",
"pollen-css": "^4.6.2",
"rxjs": "^7.8.1",
"stencil-router-v2": "^0.6.0"
},
"devDependencies": {
"@testing-library/dom": "^9.3.4",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/jest-dom": "^6.4.5",
"@types/jest": "^29.5.12",
"jest": "^29.7.0",
"jest-cli": "^29.7.0",
Expand Down
Loading

0 comments on commit 30ac056

Please sign in to comment.