Skip to content

Commit 85836b6

Browse files
authored
chore: update dependencies & replace feathers-memory with @feathersjs… (#214)
* chore: update dependencies & replace feathers-memory with @feathersjs/memory * chore: update nvmrc node version to v18 for vitepress/netlify docs * chore: update node version in gh actions * chore: fix docs mts
1 parent a949c84 commit 85836b6

22 files changed

+9668
-1586
lines changed

.github/workflows/node.js.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
node-version: [14.x, 16.x, 18.x]
13+
node-version: [16.x, 18.x, 20.x]
1414
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
1515

1616
steps:
@@ -30,7 +30,7 @@ jobs:
3030
- uses: actions/checkout@master
3131
- uses: actions/setup-node@master
3232
with:
33-
node-version: '14'
33+
node-version: '18'
3434
- run: npm ci
3535
- uses: paambaati/[email protected]
3636
env:

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,4 @@ dist/
4040
#.vscode/
4141
.prettierrc
4242

43-
docs/.vuepress/.cache
44-
docs/.vuepress/.temp
43+
docs/.vitepress/cache

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v16.15.1
1+
v18.18.0

docs/.vitepress/components.d.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
// generated by unplugin-vue-components
2-
// We suggest you to commit this file into source control
1+
/* eslint-disable */
2+
/* prettier-ignore */
3+
// @ts-nocheck
4+
// Generated by unplugin-vue-components
35
// Read more: https://github.com/vuejs/core/pull/3399
4-
import '@vue/runtime-core'
5-
66
export {}
77

8-
declare module '@vue/runtime-core' {
8+
declare module 'vue' {
99
export interface GlobalComponents {
1010
Tab: typeof import('./components/Tab.vue')['default']
1111
Tabs: typeof import('./components/Tabs.vue')['default']
File renamed without changes.

0 commit comments

Comments
 (0)