Skip to content

Commit b8ed9cf

Browse files
committed
update solid dependencies
1 parent 4c08a5b commit b8ed9cf

File tree

2 files changed

+14
-45
lines changed

2 files changed

+14
-45
lines changed

package-lock.json

Lines changed: 10 additions & 40 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@
1919
],
2020
"scripts": {
2121
"clean": "rm -rf ./dist ./src/versionInfo.ts ./docs/api",
22-
"build-types": "tsc",
23-
"build": "npm run clean && npm run typecheck && npm run build-version && npm run build-types && npm run build-dist && npm run build-js && npm run postbuild-js && npm run build-storybook",
22+
"build": "npm run clean && npm run typecheck && npm run build-version && npm run build-dist && npm run build-js && npm run postbuild-js && npm run build-storybook",
2423
"build-version": "sh ./timestamp.sh > src/versionInfo.ts && eslint 'src/versionInfo.ts' --fix",
2524
"build-js": "tsc",
2625
"postbuild-js": "rm -f dist/versionInfo.d.ts dist/versionInfo.d.ts.map",
@@ -70,13 +69,13 @@
7069
"@noble/hashes": "^1.8.0",
7170
"escape-html": "^1.0.3",
7271
"mime-types": "^3.0.1",
73-
"pane-registry": "^2.5.1-7862710",
72+
"pane-registry": "^3.0.0",
7473
"solid-namespace": "^0.5.4",
7574
"uuid": "^11.1.0"
7675
},
7776
"peerDependencies": {
7877
"rdflib": "^2.3.0",
79-
"solid-logic": "^3.1.1-8dffdcb"
78+
"solid-logic": "^4.0.0"
8079
},
8180
"devDependencies": {
8281
"@babel/cli": "^7.28.3",
@@ -120,7 +119,7 @@
120119
"react": "^17.0.2",
121120
"react-dom": "^17.0.2",
122121
"react-is": "^17.0.2",
123-
"solid-logic": "^3.1.1-8dffdcb",
122+
"solid-logic": "^4.0.0",
124123
"storybook": "^7.6.20",
125124
"terser-webpack-plugin": "^5.3.14",
126125
"typedoc": "^0.28.9",

0 commit comments

Comments
 (0)