Skip to content

Commit

Permalink
⬆️ Update all non-major dependencies (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 16, 2023
1 parent e71a37e commit a9ab8cf
Show file tree
Hide file tree
Showing 3 changed files with 731 additions and 577 deletions.
2 changes: 1 addition & 1 deletion composables/useScrollTo.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { inject, Ref } from 'vue';
import { inject, type Ref } from 'vue';
import useIsMobile from './useIsMobile';

const useScrollTo = () => {
Expand Down
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,31 +14,31 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@splinetool/runtime": "^0.9.485",
"@splinetool/runtime": "^0.9.505",
"locomotive-scroll": "^4.1.4"
},
"devDependencies": {
"@nuxt/content": "^2.8.5",
"@nuxt/devtools": "^1.0.0",
"@nuxt/content": "^2.9.0",
"@nuxt/devtools": "^1.0.2",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@types/locomotive-scroll": "^4.1.2",
"@types/node": "^20.8.7",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"eslint": "^8.51.0",
"@types/locomotive-scroll": "^4.1.3",
"@types/node": "^20.9.0",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"eslint": "^8.53.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-vue": "^9.17.0",
"nuxt": "^3.8.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-vue": "^9.18.1",
"nuxt": "^3.8.1",
"postcss": "^8.4.31",
"postcss-html": "^1.5.0",
"prettier": "^3.0.3",
"sass": "^1.69.4",
"prettier": "^3.1.0",
"sass": "^1.69.5",
"stylelint": "^15.11.0",
"stylelint-config-prettier": "^9.0.5",
"stylelint-config-standard-scss": "^11.0.0",
"stylelint-config-standard-scss": "^11.1.0",
"stylelint-config-standard-vue": "^1.0.0",
"typescript": "^5.2.2"
}
Expand Down
Loading

1 comment on commit a9ab8cf

@vercel
Copy link

@vercel vercel bot commented on a9ab8cf Nov 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.