Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Commit

Permalink
Remove updates of other packages
Browse files Browse the repository at this point in the history
  • Loading branch information
obulat committed Aug 19, 2022
1 parent b9217c5 commit 9380070
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 32 deletions.
7 changes: 3 additions & 4 deletions package.json
Expand Up @@ -66,7 +66,7 @@
"@nuxtjs/sentry": "^5.1.7",
"@nuxtjs/sitemap": "^2.4.0",
"@nuxtjs/svg": "^0.4.0",
"@pinia/nuxt": "0.2.1",
"@pinia/nuxt": "^0.1.8",
"@popperjs/core": "^2.11.2",
"@tailwindcss/line-clamp": "^0.3.1",
"@tailwindcss/typography": "^0.5.2",
Expand All @@ -88,13 +88,13 @@
"glob": "^8.0.1",
"node-html-parser": "^5.3.3",
"nuxt": "^2.15.4",
"pinia": "^2.0.16",
"pinia": "^2.0.13",
"postcss-focus-visible": "^6.0.4",
"prom-client": "^14.0.1",
"reakit-utils": "^0.15.2",
"rfdc": "^1.3.0",
"seeded-rand": "^2.0.1",
"throttle-debounce": "^5.0.0",
"throttle-debounce": "^4.0.1",
"uuid": "^8.3.2",
"vue": "^2.7.8",
"vue-i18n": "^8.26.7"
Expand Down Expand Up @@ -122,7 +122,6 @@
"@types/lodash.sortby": "^4.7.7",
"@types/module-alias": "^2.0.1",
"@types/node": "^17.0.32",
"@types/throttle-debounce": "^5.0.0",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^5.20.0",
"@typescript-eslint/parser": "^5.20.0",
Expand Down
62 changes: 34 additions & 28 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions src/composables/use-window-scroll.ts
@@ -1,4 +1,7 @@
// code taken from Vueuse
// TODO: remove this comment by updating throttle-debounce to version 5
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore
import { throttle } from 'throttle-debounce'
import { ref } from '@nuxtjs/composition-api'

Expand Down

0 comments on commit 9380070

Please sign in to comment.