Skip to content

Commit 2231a3d

Browse files
committed
v0.0.10
1 parent 5f4bd04 commit 2231a3d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

adex/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "adex",
3-
"version": "0.0.9",
3+
"version": "0.0.10",
44
"description": "An easier way to build apps with Vite and Preact",
55
"keywords": [
66
"adex",
@@ -55,6 +55,7 @@
5555
"next": "bumpp"
5656
},
5757
"dependencies": {
58+
"@dumbjs/preland": "^0.0.2",
5859
"bumpp": "^9.4.1",
5960
"dotenv": "^16.4.5",
6061
"hoofd": "^1.7.1",
@@ -63,8 +64,7 @@
6364
"regexparam": "^3.0.0",
6465
"sirv": "^2.0.4",
6566
"trouter": "^4.0.0",
66-
"unifont": "^0.0.2",
67-
"@dumbjs/preland": "^0.0.2"
67+
"unifont": "^0.0.2"
6868
},
6969
"devDependencies": {
7070
"@preact/preset-vite": "^2.8.2",

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json",
3-
"version": "0.0.9",
3+
"version": "0.0.10",
44
"changelogPreset": "angular",
55
"npmClient": "pnpm",
66
"packages": [

playground/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "playground",
33
"private": true,
4-
"version": "0.0.9",
4+
"version": "0.0.10",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

0 commit comments

Comments
 (0)