Skip to content

Commit

Permalink
chore(deps): ncu
Browse files Browse the repository at this point in the history
  • Loading branch information
bent10 committed Aug 28, 2024
1 parent 1158d65 commit 8548da5
Show file tree
Hide file tree
Showing 8 changed files with 38 additions and 38 deletions.
6 changes: 3 additions & 3 deletions examples/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"devDependencies": {
"boox-cli": "^1.0.0",
"double-metaphone": "^2.0.1",
"marked": "^12.0.2",
"marked-plaintify": "^1.0.1",
"marked": "^14.1.0",
"marked-plaintify": "^1.1.0",
"stemmer": "^2.0.1",
"stopword": "^3.0.1"
"stopword": "^3.1.1"
}
}
2 changes: 1 addition & 1 deletion examples/express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"metaphone": "^2.0.1",
"pako": "^2.1.0",
"stemmer": "^2.0.1",
"stopword": "^3.0.1"
"stopword": "^3.1.1"
}
}
10 changes: 5 additions & 5 deletions examples/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,22 @@
"lint": "next lint"
},
"dependencies": {
"next": "14.2.3",
"next": "14.2.7",
"react": "^18",
"react-dom": "^18"
},
"devDependencies": {
"@types/node": "^20",
"@types/node": "^22",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/stopword": "^2.0.3",
"boox": "^1.0.0",
"debounce": "^2.0.0",
"debounce": "^2.1.0",
"eslint": "^9",
"eslint-config-next": "14.2.3",
"eslint-config-next": "14.2.7",
"metaphone": "^2.0.1",
"stemmer": "^2.0.1",
"stopword": "^3.0.1",
"stopword": "^3.1.1",
"typescript": "^5"
}
}
20 changes: 10 additions & 10 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.1",
"@types/react": "^18.3.4",
"@types/react-dom": "^18.3.0",
"@types/stopword": "^2.0.3",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"@vitejs/plugin-react": "^4.2.1",
"@typescript-eslint/eslint-plugin": "^8.3.0",
"@typescript-eslint/parser": "^8.3.0",
"@vitejs/plugin-react": "^4.3.1",
"boox": "^1.0.0",
"eslint": "^9.2.0",
"eslint": "^9.9.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.6",
"eslint-plugin-react-refresh": "^0.4.11",
"metaphone": "^2.0.1",
"stemmer": "^2.0.1",
"stopword": "^3.0.1",
"typescript": "^5.4.5",
"use-debounce": "^10.0.0",
"vite": "^5.2.11"
"stopword": "^3.1.1",
"typescript": "^5.5.4",
"use-debounce": "^10.0.3",
"vite": "^5.4.2"
}
}
16 changes: 8 additions & 8 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.0",
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"@tsconfig/svelte": "^5.0.4",
"@types/stopword": "^2.0.3",
"boox": "^1.0.0",
"debounce": "^2.0.0",
"debounce": "^2.1.0",
"metaphone": "^2.0.1",
"stemmer": "^2.0.1",
"stopword": "^3.0.1",
"svelte": "^4.2.15",
"svelte-check": "^3.7.1",
"tslib": "^2.6.2",
"typescript": "^5.4.5",
"vite": "^5.2.11"
"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"
}
}
2 changes: 1 addition & 1 deletion examples/svelte/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ npm i && npm i -D -w examples-svelte boox debounce metaphone stemmer stopword @t
npm run dev -w examples-svelte
```

Open [http://localhost:5174](http://localhost:5174/boox/demo/svelte) in your browser to see the search app in action.
Open [http://localhost:5173](http://localhost:5173/boox/demo/svelte) in your browser to see the search app in action.

**2. Build for Production:**

Expand Down
8 changes: 4 additions & 4 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.0.0",
"debounce": "^2.1.0",
"metaphone": "^2.0.1",
"stemmer": "^2.0.1",
"stopword": "^3.0.1",
"typescript": "^5.4.5",
"vite": "^5.2.11"
"stopword": "^3.1.1",
"typescript": "^5.5.4",
"vite": "^5.4.2"
}
}
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.26"
"vue": "^3.4.38"
},
"devDependencies": {
"@types/stopword": "^2.0.3",
"@vitejs/plugin-vue": "^5.0.4",
"@vitejs/plugin-vue": "^5.1.2",
"boox": "^1.0.0",
"metaphone": "^2.0.1",
"stemmer": "^2.0.1",
"stopword": "^3.0.1",
"typescript": "^5.4.5",
"vite": "^5.2.11",
"stopword": "^3.1.1",
"typescript": "^5.5.4",
"vite": "^5.4.2",
"vue-debounce": "^5.0.0",
"vue-tsc": "^2.0.16"
"vue-tsc": "^2.0.29"
}
}

0 comments on commit 8548da5

Please sign in to comment.