Skip to content

Commit

Permalink
build: update all npm dependencies to latest (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
lars-berger authored Feb 12, 2024
1 parent 3656c46 commit 6a4017a
Show file tree
Hide file tree
Showing 5 changed files with 423 additions and 281 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"prettier": "@glzr/style-guide/prettier",
"dependencies": {},
"devDependencies": {
"@glzr/style-guide": "1.0.0",
"prettier": "3.1.1",
"turbo": "1.9.3"
"@glzr/style-guide": "1.1.0",
"prettier": "3.2.5",
"turbo": "1.12.3"
},
"packageManager": "[email protected]",
"engines": {
Expand Down
20 changes: 10 additions & 10 deletions packages/client-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,18 @@
"@tauri-apps/api": "2.0.0-alpha.13",
"@tauri-apps/plugin-shell": "2.0.0-alpha.3",
"@tauri-apps/plugin-window": "2.0.0-alpha.1",
"glazewm": "1.1.1",
"glazewm": "1.1.2",
"luxon": "3.4.4",
"sass": "1.69.4",
"solid-js": "1.8.4",
"yaml": "2.3.1",
"zod": "3.22.2"
"sass": "1.70.0",
"solid-js": "1.8.14",
"yaml": "2.3.4",
"zod": "3.22.4"
},
"devDependencies": {
"@types/luxon": "3.3.4",
"esbuild": "0.19.11",
"tsup": "7.2.0",
"tsup-preset-solid": "2.1.0",
"typescript": "5.0.4"
"@types/luxon": "3.4.2",
"esbuild": "0.20.0",
"tsup": "8.0.2",
"tsup-preset-solid": "2.2.0",
"typescript": "5.3.3"
}
}
14 changes: 7 additions & 7 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
"wait:client-api": "wait-on ../client-api/dist/index.d.ts"
},
"dependencies": {
"solid-js": "1.8.4",
"solid-js": "1.8.14",
"zebar": "workspace:*"
},
"devDependencies": {
"@types/node": "18.15.12",
"typescript": "5.0.4",
"vite": "4.5.0",
"vite-plugin-checker": "0.6.2",
"vite-plugin-solid": "2.7.2",
"wait-on": "7.0.1"
"@types/node": "20.11.17",
"typescript": "5.3.3",
"vite": "5.1.1",
"vite-plugin-checker": "0.6.4",
"vite-plugin-solid": "2.9.1",
"wait-on": "7.2.0"
}
}
2 changes: 1 addition & 1 deletion packages/desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"dependencies": {},
"devDependencies": {
"@tauri-apps/cli": "2.0.0-alpha.17",
"typescript": "5.0.4"
"typescript": "5.3.3"
}
}
Loading

0 comments on commit 6a4017a

Please sign in to comment.