Skip to content

Commit

Permalink
chore: update dependencies & replace feathers-memory with @feathersjs… (
Browse files Browse the repository at this point in the history
#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
  • Loading branch information
fratzinger authored Sep 20, 2023
1 parent a949c84 commit 85836b6
Show file tree
Hide file tree
Showing 22 changed files with 9,668 additions and 1,586 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x, 16.x, 18.x]
node-version: [16.x, 18.x, 20.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand All @@ -30,7 +30,7 @@ jobs:
- uses: actions/checkout@master
- uses: actions/setup-node@master
with:
node-version: '14'
node-version: '18'
- run: npm ci
- uses: paambaati/codeclimate-action@v3.0.0
env:
Expand Down
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,4 @@ dist/
#.vscode/
.prettierrc

docs/.vuepress/.cache
docs/.vuepress/.temp
docs/.vitepress/cache
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v16.15.1
v18.18.0
10 changes: 5 additions & 5 deletions docs/.vitepress/components.d.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
// generated by unplugin-vue-components
// We suggest you to commit this file into source control
/* eslint-disable */
/* prettier-ignore */
// @ts-nocheck
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
import '@vue/runtime-core'

export {}

declare module '@vue/runtime-core' {
declare module 'vue' {
export interface GlobalComponents {
Tab: typeof import('./components/Tab.vue')['default']
Tabs: typeof import('./components/Tabs.vue')['default']
Expand Down
File renamed without changes.
Loading

0 comments on commit 85836b6

Please sign in to comment.