Skip to content

Commit

Permalink
updeps
Browse files Browse the repository at this point in the history
  • Loading branch information
Valexr committed Aug 12, 2024
1 parent 556bf3d commit 64bdb26
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 19 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,14 +104,14 @@
"singleQuote": true
},
"devDependencies": {
"@types/eslint": "^8.56.10",
"@types/node": "^22.0.0",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^7.15.0",
"@types/eslint": "^8.56.11",
"@types/node": "^22.2.0",
"@typescript-eslint/eslint-plugin": "^8.0.1",
"@typescript-eslint/parser": "^7.18.0",
"esbuild": "^0.23.0",
"eslint": "^8.57.0",
"open-props": "^1.7.4",
"prettier": "^3.3.2",
"typescript": "^5.5.3"
"open-props": "^1.7.5",
"prettier": "^3.3.3",
"typescript": "^5.5.4"
}
}
2 changes: 1 addition & 1 deletion packages/solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
},
"homepage": "https://github.com/Valexr/Slidy/tree/master/packages/solid",
"dependencies": {
"solid-js": "^1.8.18"
"solid-js": "^1.8.20"
},
"devDependencies": {
"@slidy/animation": "workspace:*",
Expand Down
8 changes: 4 additions & 4 deletions packages/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,11 @@
"@tsconfig/svelte": "^5.0.4",
"css-tree": "^2.3.1",
"esbuild-svelte": "^0.8.1",
"eslint-plugin-svelte": "^2.41.0",
"prettier-plugin-svelte": "^3.2.5",
"eslint-plugin-svelte": "^2.43.0",
"prettier-plugin-svelte": "^3.2.6",
"svelte": "^4.2.18",
"svelte-check": "^3.8.4",
"svelte-preprocess": "^6.0.1",
"svelte-check": "^3.8.5",
"svelte-preprocess": "^6.0.2",
"svelte2tsx": "^0.6.27"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,13 @@
},
"devDependencies": {
"@slidy/core": "workspace:*",
"@vue/compiler-sfc": "^3.4.31",
"@vue/compiler-sfc": "^3.4.37",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/eslint-config-typescript": "^12.0.0",
"@vue/tsconfig": "^0.5.1",
"esbuild-plugin-vue-next": "^0.1.4",
"eslint-plugin-vue": "^9.27.0",
"vue": "^3.4.31",
"vue": "^3.4.37",
"vue-tsc": "^1.8.27"
}
}
10 changes: 5 additions & 5 deletions www/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,22 @@
"format": "prettier --ignore-path .gitignore --write --plugin-search-dir=. ."
},
"devDependencies": {
"@playwright/test": "^1.45.0",
"@playwright/test": "^1.46.0",
"@slidy/animation": "workspace:*",
"@slidy/assets": "workspace:*",
"@slidy/media": "workspace:*",
"@slidy/svelte": "workspace:*",
"@sveltejs/adapter-static": "^2.0.3",
"@sveltejs/kit": "^1.30.4",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-svelte": "^2.41.0",
"eslint-plugin-svelte": "^2.43.0",
"mdast-util-to-string": "^3.2.0",
"mdsvex": "^0.11.2",
"prettier-plugin-svelte": "^3.2.5",
"prettier-plugin-svelte": "^3.2.6",
"rehype-slug": "^5.1.0",
"svelte": "^4.2.18",
"svelte-check": "^3.8.4",
"svelte-preprocess": "^6.0.1",
"svelte-check": "^3.8.5",
"svelte-preprocess": "^6.0.2",
"unist-util-visit": "^4.1.2",
"vite": "^4.5.3"
}
Expand Down

0 comments on commit 64bdb26

Please sign in to comment.