Skip to content

Commit

Permalink
updeps
Browse files Browse the repository at this point in the history
  • Loading branch information
Valexr committed Oct 12, 2024
1 parent 97d5c32 commit 4af8c51
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 17 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,14 +109,14 @@
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.12.0",
"@types/eslint": "^9.6.1",
"@types/node": "^22.7.4",
"@typescript-eslint/eslint-plugin": "^8.8.0",
"@typescript-eslint/parser": "^8.8.0",
"@types/node": "^22.7.5",
"@typescript-eslint/eslint-plugin": "^8.8.1",
"@typescript-eslint/parser": "^8.8.1",
"esbuild": "^0.24.0",
"eslint": "^9.12.0",
"globals": "^15.10.0",
"open-props": "^1.7.6",
"globals": "^15.11.0",
"open-props": "^1.7.7",
"prettier": "^3.3.3",
"typescript": "^5.6.2"
"typescript": "^5.6.3"
}
}
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
},
"dependencies": {
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@types/react-dom": "^18.3.1",
"clsx": "^2.1.1",
"react": "^18.3.1",
"react-dom": "^18.3.1"
Expand Down
4 changes: 1 addition & 3 deletions packages/react/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@
"jsx": "react-jsx",
"allowSyntheticDefaultImports": true,
"sourceMap": true,
"skipLibCheck": true,
"verbatimModuleSyntax": true,
// "preserveValueImports": true
"skipLibCheck": true
},
"include": [
"src/*",
Expand Down
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.9.1"
"solid-js": "^1.9.2"
},
"devDependencies": {
"@slidy/animation": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"eslint-plugin-svelte": "^2.44.1",
"prettier-plugin-svelte": "^3.2.7",
"svelte": "^4.2.19",
"svelte-check": "^4.0.4",
"svelte-check": "^4.0.5",
"svelte-preprocess": "^6.0.3",
"svelte2tsx": "^0.6.27"
},
Expand Down
6 changes: 3 additions & 3 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.5.11",
"@vue/compiler-sfc": "^3.5.12",
"@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.28.0",
"vue": "^3.5.11",
"eslint-plugin-vue": "^9.29.0",
"vue": "^3.5.12",
"vue-tsc": "^1.8.27"
}
}
4 changes: 2 additions & 2 deletions www/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@slidy/media": "workspace:*",
"@slidy/svelte": "workspace:*",
"@sveltejs/adapter-static": "^3.0.5",
"@sveltejs/kit": "^2.6.2",
"@sveltejs/kit": "^2.7.0",
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-svelte": "^2.44.1",
Expand All @@ -28,7 +28,7 @@
"prettier-plugin-svelte": "^3.2.7",
"rehype-slug": "^5.1.0",
"svelte": "^4.2.19",
"svelte-check": "^4.0.4",
"svelte-check": "^4.0.5",
"svelte-preprocess": "^6.0.3",
"unist-util-visit": "^4.1.2",
"vite": "^5.4.8"
Expand Down

0 comments on commit 4af8c51

Please sign in to comment.