Skip to content

Commit

Permalink
Merge pull request #36 from cpreston321/chore/updateDeps
Browse files Browse the repository at this point in the history
chore: update deps
  • Loading branch information
cpreston321 committed Feb 6, 2023
2 parents 9719628 + 35a76f3 commit 33d9f99
Show file tree
Hide file tree
Showing 2 changed files with 1,037 additions and 872 deletions.
15 changes: 8 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,26 +33,27 @@
"scripts": {
"build": "nuxt-module-build",
"dev": "nuxt-module-build --stub && nuxi dev .playground",
"dev:build": "nuxt-module-build --stub && nuxi build .playground",
"lint": "eslint --ext .js,.ts,.vue .",
"lint:fix": "eslint --fix --ext .js,.ts,.vue .",
"test": "vitest run",
"release": "release-it",
"prepare": "nuxt-module-build && nuxi prepare .playground"
},
"dependencies": {
"@nuxt/kit": "^3.0.0",
"swiper": "^8.4.5"
"@nuxt/kit": "^3.1.2",
"swiper": "^9.0.3"
},
"devDependencies": {
"@nuxt/module-builder": "latest",
"@nuxt/test-utils": "^3.0.0",
"@nuxt/test-utils": "^3.1.2",
"@nuxtjs/eslint-config-typescript": "latest",
"@typescript-eslint/parser": "^5.37.0",
"@typescript-eslint/parser": "^5.50.0",
"eslint": "^8.29.0",
"nuxt": "^3.0.0",
"nuxt": "^3.1.2",
"release-it": "^15.6.0",
"typescript": "^4.9.4",
"vitest": "^0.27.1"
"typescript": "^4.9.5",
"vitest": "^0.28.4"
},
"resolutions": {
"nuxt-swiper": "link:."
Expand Down

0 comments on commit 33d9f99

Please sign in to comment.