Skip to content

Commit 1a3bbc5

Browse files
committed
update lock and bump versions
1 parent 59590ed commit 1a3bbc5

File tree

3 files changed

+4212
-12350
lines changed

3 files changed

+4212
-12350
lines changed

demos/svelte-demo/package.json

+4-3
Original file line numberDiff line numberDiff line change
@@ -8,23 +8,24 @@
88
"start": "sirv public --no-clear"
99
},
1010
"dependencies": {
11-
"@notemine/wrapper": "workspace:*",
1211
"@notemine/core": "workspace:*",
12+
"@notemine/wrapper": "workspace:*",
1313
"@rollup/plugin-alias": "5.1.1",
1414
"@rollup/plugin-url": "8.0.2",
1515
"@rollup/plugin-wasm": "6.2.2",
1616
"nostr-tools": "2.7.2",
1717
"rollup-plugin-terser": "7.0.2",
1818
"rollup-plugin-typescript2": "0.36.0",
1919
"rollup-plugin-web-worker-loader": "1.6.1",
20+
"rxjs": "7.8.1",
2021
"sirv-cli": "^2.0.0",
21-
"webpack-env": "0.8.0",
22-
"rxjs": "7.8.1"
22+
"webpack-env": "0.8.0"
2323
},
2424
"devDependencies": {
2525
"@rollup/plugin-commonjs": "28.0.0",
2626
"@rollup/plugin-node-resolve": "15.3.0",
2727
"@rollup/plugin-terser": "^0.4.0",
28+
"picomatch": "^4.0.2",
2829
"rollup": "^3.15.0",
2930
"rollup-plugin-copy": "3.5.0",
3031
"rollup-plugin-css-only": "^4.3.0",

package.json

+3
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
"dependencies": {
1111
"@changesets/cli": "2.27.9"
1212
},
13+
"scripts": {
14+
"build": "pnpm -r build"
15+
},
1316
"devDependencies": {
1417
"changeset": "^0.2.6",
1518
"fs-extra": "^11.2.0",

0 commit comments

Comments
 (0)