Skip to content

Commit fffb146

Browse files
committed
chore(deps): update dependencies
1 parent b222524 commit fffb146

File tree

6 files changed

+7416
-2651
lines changed

6 files changed

+7416
-2651
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"docs:build": "cd packages/private/docs && pnpm run build"
1111
},
1212
"devDependencies": {
13-
"npm-run-all2": "^6.1.2",
14-
"vite": "^5.2.10",
13+
"npm-run-all2": "^6.2.2",
14+
"vite": "^5.3.3",
1515
"vitest": "^1.6.0"
1616
}
1717
}

packages/examples/todolist-ts/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,27 +15,27 @@
1515
"format": "prettier --write src/"
1616
},
1717
"dependencies": {
18-
"tinybase": "^4.8.7",
18+
"tinybase": "^5.0.0",
1919
"vue-tinybase": "workspace:*",
2020
"todomvc-app-css": "^2.4.3",
21-
"vue": "^3.4.26",
22-
"vue-router": "^4.3.2"
21+
"vue": "^3.4.31",
22+
"vue-router": "^4.4.0"
2323
},
2424
"devDependencies": {
2525
"@local/eslint-config-vue-tinybase": "workspace:*",
2626
"@tsconfig/node20": "^20.1.4",
27-
"@types/node": "^20.12.7",
28-
"@vitejs/plugin-vue": "^5.0.4",
27+
"@types/node": "^20.14.10",
28+
"@vitejs/plugin-vue": "^5.0.5",
2929
"@vue/eslint-config-prettier": "^9.0.0",
3030
"@vue/eslint-config-typescript": "^13.0.0",
3131
"@vue/tsconfig": "^0.5.1",
3232
"eslint": "^8.57.0",
33-
"eslint-plugin-vue": "^9.25.0",
33+
"eslint-plugin-vue": "^9.27.0",
3434
"less": "^4.2.0",
35-
"npm-run-all2": "^6.1.2",
36-
"prettier": "^3.2.5",
37-
"typescript": "^5.4.5",
38-
"vite": "^5.2.10",
39-
"vue-tsc": "^2.0.15"
35+
"npm-run-all2": "^6.2.2",
36+
"prettier": "^3.3.2",
37+
"typescript": "^5.5.3",
38+
"vite": "^5.3.3",
39+
"vue-tsc": "^2.0.26"
4040
}
4141
}

packages/private/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
"vitepress": "^1.2.3"
1717
},
1818
"dependencies": {
19-
"vue": "^3.4.26"
19+
"vue": "^3.4.31"
2020
}
2121
}

packages/private/eslint/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,22 @@
66
"author": "Nicolai Moraru <[email protected]>",
77
"license": "MIT",
88
"dependencies": {
9-
"@typescript-eslint/eslint-plugin": "^7.8.0",
10-
"@typescript-eslint/parser": "^7.8.0",
9+
"@typescript-eslint/eslint-plugin": "^7.15.0",
10+
"@typescript-eslint/parser": "^7.15.0",
1111
"@vue/eslint-config-prettier": "^9.0.0",
1212
"@vue/eslint-config-typescript": "^13.0.0",
1313
"eslint": "^8.57.0",
1414
"eslint-import-resolver-alias": "^1.1.2",
1515
"eslint-import-resolver-typescript": "^3.6.1",
1616
"eslint-plugin-import": "^2.29.1",
1717
"eslint-plugin-prettier": "^5.1.3",
18-
"eslint-plugin-unicorn": "^52.0.0",
19-
"eslint-plugin-vue": "^9.25.0",
20-
"typescript": "^5.4.5"
18+
"eslint-plugin-unicorn": "^54.0.0",
19+
"eslint-plugin-vue": "^9.27.0",
20+
"typescript": "^5.5.3"
2121
},
2222
"devDependencies": {
23-
"@rushstack/eslint-patch": "^1.10.2",
24-
"prettier": "^3.2.5",
25-
"prettier-plugin-tailwindcss": "^0.5.14"
23+
"@rushstack/eslint-patch": "^1.10.3",
24+
"prettier": "^3.3.2",
25+
"prettier-plugin-tailwindcss": "^0.6.5"
2626
}
2727
}

packages/public/vue-tinybase/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@
3939
"@tsconfig/node20": "^20.1.4",
4040
"eslint": "^8.57.0",
4141
"pkgroll": "^2.1.1",
42-
"tsx": "^4.15.6",
43-
"typescript": "^5.4.5"
42+
"tsx": "^4.16.2",
43+
"typescript": "^5.5.3"
4444
},
4545
"peerDependencies": {
4646
"@vue/reactivity": "^3.3",
4747
"@vue/runtime-core": "^3.3",
48-
"tinybase": "^4.8"
48+
"tinybase": "^5.0.0"
4949
}
5050
}

0 commit comments

Comments
 (0)