Skip to content

Commit

Permalink
chore: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisMazel committed Mar 27, 2023
1 parent 31268f0 commit da19d18
Show file tree
Hide file tree
Showing 4 changed files with 649 additions and 227 deletions.
2 changes: 1 addition & 1 deletion client/components/ModuleAuthorNote.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
class="py-4"
>
Documentation available in the <NLink
href="https://github.com/zadigetvoltaire/nuxt-gtm/blob/main/README.md"
href="https://github.com/zadigetvoltaire/nuxt-gtm#readme"
target="_blank"
>
README.me
Expand Down
2 changes: 1 addition & 1 deletion client/pages/index.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script setup lang="ts">
import { useDevtoolsClient } from '@nuxt/devtools/iframe-client'
import { useDevtoolsClient } from '@nuxt/devtools-kit/iframe-client'
const client = useDevtoolsClient()
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,28 +31,28 @@
},
"dependencies": {
"@gtm-support/vue-gtm": "^2.0.0",
"@nuxt/kit": "^3.2.2",
"@nuxt/kit": "^3.3.2",
"sirv": "^2.0.2"
},
"peerDependencies": {
"nuxt": "^3.0.0"
},
"devDependencies": {
"@iconify-json/carbon": "^1.1.15",
"@nuxt/devtools": "0.2.5",
"@nuxt/devtools-ui-kit": "0.2.5",
"@nuxt/devtools": "0.3.1",
"@nuxt/devtools-ui-kit": "0.3.1",
"@nuxt/eslint-config": "^0.1.1",
"@nuxt/module-builder": "^0.2.1",
"@nuxt/schema": "^3.2.2",
"@nuxt/test-utils": "^3.2.2",
"@nuxt/schema": "^3.3.2",
"@nuxt/test-utils": "^3.3.2",
"@nuxtjs/eslint-config-typescript": "^12.0.0",
"changelogen": "^0.5.1",
"concurrently": "^7.6.0",
"cross-env": "^7.0.3",
"eslint": "^8.34.0",
"eslint-plugin-sonarjs": "^0.19.0",
"eslint-plugin-unicorn": "^46.0.0",
"nuxt": "^3.2.2",
"nuxt": "^3.3.2",
"vitest": "^0.29.7"
},
"repository": {
Expand Down
Loading

0 comments on commit da19d18

Please sign in to comment.