Skip to content

Commit

Permalink
chore: Updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
bfanger committed Oct 20, 2024
1 parent 0c4cbf4 commit 1548e06
Show file tree
Hide file tree
Showing 4 changed files with 324 additions and 337 deletions.
3 changes: 0 additions & 3 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx lint-staged
3 changes: 0 additions & 3 deletions .husky/pre-push
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npm run test
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"type": "git",
"url": "https://github.com/bfanger/svelte-preprocess-react.git"
},
"version": "0.17.1",
"version": "1.0.0",
"license": "MIT",
"type": "module",
"scripts": {
Expand Down Expand Up @@ -42,30 +42,30 @@
]
},
"devDependencies": {
"@playwright/test": "^1.47.2",
"@playwright/test": "^1.48.1",
"@sveltejs/adapter-static": "^3.0.5",
"@sveltejs/kit": "^2.6.2",
"@sveltejs/kit": "^2.7.2",
"@sveltejs/package": "^2.3.5",
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"@testing-library/react": "^16.0.1",
"@testing-library/svelte": "^5.2.3",
"@types/node": "^22.7.4",
"@testing-library/svelte": "^5.2.4",
"@types/node": "^22.7.7",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^8.8.0",
"@typescript-eslint/parser": "^8.8.0",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/eslint-plugin": "^8.10.0",
"@typescript-eslint/parser": "^8.10.0",
"autoprefixer": "^10.4.20",
"concurrently": "^9.0.1",
"eslint": "^8.57.1",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-triple": "^1.2.4",
"eslint-config-triple": "^1.2.5",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-only-warn": "^1.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-svelte": "^2.44.1",
"eslint-plugin-svelte": "^2.45.1",
"happy-dom": "^15.7.4",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
Expand All @@ -76,16 +76,16 @@
"react-dom": "^18.3.1",
"react-youtube": "^10.1.0",
"svelte": "^4.2.19",
"svelte-check": "^4.0.4",
"svelte-check": "^4.0.5",
"svelte-youtube-lite": "^0.5.1",
"svelte2tsx": "^0.7.21",
"typescript": "^5.6.2",
"vite": "^5.4.8",
"svelte2tsx": "^0.7.22",
"typescript": "^5.6.3",
"vite": "^5.4.9",
"vite-tsconfig-paths": "^5.0.1",
"vitest": "^2.1.2"
"vitest": "^2.1.3"
},
"dependencies": {
"magic-string": "^0.30.11"
"magic-string": "^0.30.12"
},
"peerDependencies": {
"react": ">=16.8.0",
Expand Down
Loading

0 comments on commit 1548e06

Please sign in to comment.