Skip to content

Commit

Permalink
chore(deps): ncu
Browse files Browse the repository at this point in the history
  • Loading branch information
bent10 committed Oct 30, 2024
1 parent 130b67a commit 0680c07
Show file tree
Hide file tree
Showing 10 changed files with 1,670 additions and 1,683 deletions.
4 changes: 2 additions & 2 deletions examples/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"devDependencies": {
"boox-cli": "^1.0.0",
"double-metaphone": "^2.0.1",
"marked": "^14.1.0",
"marked-plaintify": "^1.1.0",
"marked": "^14.1.3",
"marked-plaintify": "^1.1.1",
"stemmer": "^2.0.1",
"stopword": "^3.1.1"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"devDependencies": {
"boox": "^1.0.0",
"express": "^4.19.2",
"express": "^4.21.1",
"metaphone": "^2.0.1",
"pako": "^2.1.0",
"stemmer": "^2.0.1",
Expand Down
6 changes: 3 additions & 3 deletions examples/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"lint": "next lint"
},
"dependencies": {
"next": "14.2.7",
"next": "15.0.2",
"react": "^18",
"react-dom": "^18"
},
Expand All @@ -18,9 +18,9 @@
"@types/react-dom": "^18",
"@types/stopword": "^2.0.3",
"boox": "^1.0.0",
"debounce": "^2.1.0",
"debounce": "^2.2.0",
"eslint": "^9",
"eslint-config-next": "14.2.7",
"eslint-config-next": "15.0.2",
"metaphone": "^2.0.1",
"stemmer": "^2.0.1",
"stopword": "^3.1.1",
Expand Down
22 changes: 11 additions & 11 deletions examples/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,21 @@
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/react": "^18.3.4",
"@types/react-dom": "^18.3.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/stopword": "^2.0.3",
"@typescript-eslint/eslint-plugin": "^8.3.0",
"@typescript-eslint/parser": "^8.3.0",
"@vitejs/plugin-react": "^4.3.1",
"@typescript-eslint/eslint-plugin": "^8.12.2",
"@typescript-eslint/parser": "^8.12.2",
"@vitejs/plugin-react": "^4.3.3",
"boox": "^1.0.0",
"eslint": "^9.9.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.11",
"eslint": "^9.13.0",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.14",
"metaphone": "^2.0.1",
"stemmer": "^2.0.1",
"stopword": "^3.1.1",
"typescript": "^5.5.4",
"use-debounce": "^10.0.3",
"vite": "^5.4.2"
"typescript": "^5.6.3",
"use-debounce": "^10.0.4",
"vite": "^5.4.10"
}
}
14 changes: 7 additions & 7 deletions examples/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@
"check": "svelte-check --tsconfig ./tsconfig.json"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"@sveltejs/vite-plugin-svelte": "^4.0.0",
"@tsconfig/svelte": "^5.0.4",
"@types/stopword": "^2.0.3",
"boox": "^1.0.0",
"debounce": "^2.1.0",
"debounce": "^2.2.0",
"metaphone": "^2.0.1",
"stemmer": "^2.0.1",
"stopword": "^3.1.1",
"svelte": "^4.2.19",
"svelte-check": "^3.8.6",
"tslib": "^2.7.0",
"typescript": "^5.5.4",
"vite": "^5.4.2"
"svelte": "^5.1.4",
"svelte-check": "^4.0.5",
"tslib": "^2.8.0",
"typescript": "^5.6.3",
"vite": "^5.4.10"
}
}
6 changes: 3 additions & 3 deletions examples/vanilla/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
"devDependencies": {
"@types/stopword": "^2.0.3",
"boox": "^1.0.0",
"debounce": "^2.1.0",
"debounce": "^2.2.0",
"metaphone": "^2.0.1",
"stemmer": "^2.0.1",
"stopword": "^3.1.1",
"typescript": "^5.5.4",
"vite": "^5.4.2"
"typescript": "^5.6.3",
"vite": "^5.4.10"
}
}
12 changes: 6 additions & 6 deletions examples/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.4.38"
"vue": "^3.5.12"
},
"devDependencies": {
"@types/stopword": "^2.0.3",
"@vitejs/plugin-vue": "^5.1.2",
"@vitejs/plugin-vue": "^5.1.4",
"boox": "^1.0.0",
"metaphone": "^2.0.1",
"stemmer": "^2.0.1",
"stopword": "^3.1.1",
"typescript": "^5.5.4",
"vite": "^5.4.2",
"vue-debounce": "^5.0.0",
"vue-tsc": "^2.0.29"
"typescript": "^5.6.3",
"vite": "^5.4.10",
"vue-debounce": "^5.0.1",
"vue-tsc": "^2.1.8"
}
}
Loading

0 comments on commit 0680c07

Please sign in to comment.