Skip to content

Commit

Permalink
build: set more specific version of dependencies for yarn to work (#418)
Browse files Browse the repository at this point in the history
build: set more specific version of dependencies for yarn to work properly
  • Loading branch information
eliasmpw authored Nov 8, 2023
1 parent 4a5f004 commit d3e38aa
Showing 1 changed file with 40 additions and 37 deletions.
77 changes: 40 additions & 37 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,45 +13,48 @@
"meilisearch:index": "tsx ./scripts/meilisearchIndexer.ts"
},
"dependencies": {
"@headlessui/tailwindcss": "^0.1.0",
"@headlessui/vue": "^1.7.3",
"@nuxt/kit": "^3.1.1",
"@nuxtjs/robots": "^3.0.0",
"@tailwindcss/aspect-ratio": "^0.4.0",
"@tailwindcss/forms": "^0.5.2",
"@tailwindcss/line-clamp": "^0.4.0",
"@tailwindcss/typography": "^0.5.2",
"@tanstack/vue-query": "^4.29.11",
"@vueuse/core": "^9.12.0",
"dotenv": "^16.0.3",
"gray-matter": "^4.0.3",
"gsap": "npm:@gsap/shockingly@^3.10.4",
"js-jsonq": "^1.0.3",
"lodash.debounce": "^4.0.8",
"markdown-it": "^13.0.1",
"meilisearch": "^0.33.0",
"nuxt": "^3.0.0",
"nuxt-clipboard": "^0.0.7",
"shiki": "^0.14.0",
"sitemap": "^7.1.1",
"tailwindcss": "^3.1.4",
"uuid": "^9.0.0",
"vue": "^3.2.33",
"vue-instantsearch": "^4.8.2"
"@headlessui/tailwindcss": "~0.1.2",
"@headlessui/vue": "~1.7.7",
"@nuxt/kit": "~3.4.2",
"@nuxtjs/robots": "~3.0.0",
"@tailwindcss/aspect-ratio": "~0.4.2",
"@tailwindcss/forms": "~0.5.3",
"@tailwindcss/line-clamp": "~0.4.2",
"@tailwindcss/typography": "~0.5.8",
"@tanstack/vue-query": "~4.29.11",
"@vueuse/core": "~9.12.0",
"dotenv": "~16.3.1",
"gray-matter": "~4.0.3",
"gsap": "npm:@gsap/shockingly@~3.11.4",
"js-jsonq": "~1.0.3",
"lodash.debounce": "~4.0.8",
"markdown-it": "~13.0.1",
"meilisearch": "~0.33.0",
"nuxt": "~3.0.0",
"nuxt-clipboard": "~0.0.7",
"shiki": "~0.14.0",
"sitemap": "~7.1.1",
"tailwindcss": "~3.2.4",
"uuid": "~9.0.0",
"vue": "~3.3.4",
"vue-instantsearch": "~4.10.1"
},
"devDependencies": {
"@nuxt/content": "^2.3.0",
"@types/gsap": "^3.0.0",
"@types/lodash.debounce": "^4.0.7",
"autoprefixer": "^10.4.7",
"copy-files-from-to": "^3.2.2",
"firebase-admin": "^11.5.0",
"firebase-functions": "^4.2.1",
"firebase-functions-test": "^3.0.0",
"nuxt-simple-sitemap": "^1.0.11",
"postcss": "^8.4.14",
"prettier": "^2.7.1",
"tsx": "^3.12.6"
"@nuxt/content": "~2.3.0",
"@types/gsap": "~3.0.0",
"@types/lodash.debounce": "~4.0.7",
"autoprefixer": "~10.4.13",
"copy-files-from-to": "~3.6.0",
"firebase-admin": "~11.5.0",
"firebase-functions": "~4.2.1",
"firebase-functions-test": "~3.0.0",
"nuxt-simple-sitemap": "~1.0.11",
"postcss": "~8.4.21",
"prettier": "~2.8.1",
"tsx": "~3.12.6"
},
"resolutions": {
"micromark": "~3.1.0"
},
"copyFiles": [
{
Expand Down

0 comments on commit d3e38aa

Please sign in to comment.