Skip to content

Commit

Permalink
fix: compatibility with the latest 2.x version
Browse files Browse the repository at this point in the history
  • Loading branch information
mercs600 committed Oct 23, 2024
1 parent 00c0f42 commit ec8c3fe
Show file tree
Hide file tree
Showing 3 changed files with 2,856 additions and 1,430 deletions.
2 changes: 1 addition & 1 deletion lib/plugins/context.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { defu } from 'defu'
import Hookable from 'hookable'
import { Hookable } from 'hookable'
import api from '~typo3/plugins/api'
import i18n from '~typo3/plugins/i18n'
import domains from '~typo3/plugins/domains'
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@
},
"dependencies": {
"@nuxtjs/axios": "^5.13.6",
"vee-validate": "^3.4.14",
"consola": "^2.15.3",
"defu": "^6.1.2",
"hookable": "^5.5.3",
"scule": "^0.3.2",
"consola": "^2.15.3",
"hookable": "^5.5.3"
"vee-validate": "^3.4.14"
},
"devDependencies": {
"@babel/core": "latest",
Expand All @@ -70,6 +70,6 @@
"standard-version": "latest"
},
"volta": {
"node": "14.20.0"
"node": "18.20.4"
}
}
Loading

0 comments on commit ec8c3fe

Please sign in to comment.