Skip to content

Commit

Permalink
fix: Resolved stream issue because of incorret CSS version
Browse files Browse the repository at this point in the history
  • Loading branch information
Dexagod committed Feb 29, 2024
1 parent ae37bee commit 05334b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 80 deletions.
2 changes: 1 addition & 1 deletion packages/css/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"start": "yarn run community-solid-server -m . -c ./config/default.json ../pack/config/default.json --seedConfig ./config/seed.json"
},
"dependencies": {
"@solid/community-server": "^7.0.2",
"@solid/community-server": "^7.0.3",
"@solidlab/uma": "workspace:^",
"componentsjs": "^5.4.2",
"cross-fetch": "^4.0.0",
Expand Down
80 changes: 1 addition & 79 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4132,84 +4132,6 @@ __metadata:
languageName: node
linkType: hard

"@solid/community-server@npm:^7.0.2":
version: 7.0.2
resolution: "@solid/community-server@npm:7.0.2"
dependencies:
"@comunica/context-entries": "npm:^2.8.2"
"@comunica/query-sparql": "npm:^2.9.0"
"@rdfjs/types": "npm:^1.1.0"
"@solid/access-control-policy": "npm:^0.1.3"
"@solid/access-token-verifier": "npm:^2.0.5"
"@types/async-lock": "npm:^1.4.0"
"@types/bcryptjs": "npm:^2.4.4"
"@types/cookie": "npm:^0.5.2"
"@types/cors": "npm:^2.8.14"
"@types/ejs": "npm:^3.1.3"
"@types/end-of-stream": "npm:^1.4.2"
"@types/fs-extra": "npm:^11.0.2"
"@types/lodash.orderby": "npm:^4.6.7"
"@types/mime-types": "npm:^2.1.2"
"@types/n3": "npm:^1.16.3"
"@types/node": "npm:^18.18.4"
"@types/nodemailer": "npm:^6.4.11"
"@types/oidc-provider": "npm:^8.4.0"
"@types/proper-lockfile": "npm:^4.1.2"
"@types/pump": "npm:^1.1.1"
"@types/punycode": "npm:^2.1.0"
"@types/rdf-validate-shacl": "npm:^0.4.4"
"@types/sparqljs": "npm:^3.1.6"
"@types/url-join": "npm:^4.0.1"
"@types/uuid": "npm:^9.0.5"
"@types/ws": "npm:^8.5.7"
"@types/yargs": "npm:^17.0.28"
arrayify-stream: "npm:^2.0.1"
async-lock: "npm:^1.4.0"
bcryptjs: "npm:^2.4.3"
componentsjs: "npm:^5.4.2"
cookie: "npm:^0.5.0"
cors: "npm:^2.8.5"
cross-fetch: "npm:^4.0.0"
ejs: "npm:^3.1.9"
end-of-stream: "npm:^1.4.4"
escape-string-regexp: "npm:^4.0.0"
fetch-sparql-endpoint: "npm:^4.1.0"
fs-extra: "npm:^11.1.1"
handlebars: "npm:^4.7.8"
ioredis: "npm:^5.3.2"
iso8601-duration: "npm:^2.1.1"
jose: "npm:^4.15.2"
jsonld-context-parser: "npm:^2.3.2"
lodash.orderby: "npm:^4.6.0"
marked: "npm:^9.1.0"
mime-types: "npm:^2.1.35"
n3: "npm:^1.17.1"
nodemailer: "npm:^6.9.6"
oidc-provider: "npm:^8.4.0"
proper-lockfile: "npm:^4.1.2"
pump: "npm:^3.0.0"
punycode: "npm:^2.3.0"
rdf-dereference: "npm:^2.2.0"
rdf-parse: "npm:^2.3.2"
rdf-serialize: "npm:^2.2.2"
rdf-string: "npm:^1.6.3"
rdf-terms: "npm:^1.11.0"
rdf-validate-shacl: "npm:^0.4.5"
sparqlalgebrajs: "npm:^4.3.0"
sparqljs: "npm:^3.7.1"
url-join: "npm:^4.0.1"
uuid: "npm:^9.0.1"
winston: "npm:^3.11.0"
winston-transport: "npm:^4.5.0"
ws: "npm:^8.14.2"
yargs: "npm:^17.7.2"
yup: "npm:^1.3.2"
bin:
community-solid-server: bin/server.js
checksum: 10c0/944d4c0ec91873f6d86c19e089e6e79a71612d779e8dc5df93afe74a797404814ac03b19980f9ff95e9bcb883546f516daaa3c69581a9ae846df641d179df9ba
languageName: node
linkType: hard

"@solid/community-server@npm:^7.0.3":
version: 7.0.4
resolution: "@solid/community-server@npm:7.0.4"
Expand Down Expand Up @@ -4327,7 +4249,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@solidlab/uma-css@workspace:packages/css"
dependencies:
"@solid/community-server": "npm:^7.0.2"
"@solid/community-server": "npm:^7.0.3"
"@solidlab/uma": "workspace:^"
"@types/n3": "npm:^1.16.4"
"@types/node": "npm:^18.18.11"
Expand Down

0 comments on commit 05334b4

Please sign in to comment.