Skip to content

Commit

Permalink
build: update package manager version
Browse files Browse the repository at this point in the history
  • Loading branch information
arunanshub committed May 23, 2024
1 parent a30e493 commit cf6783f
Show file tree
Hide file tree
Showing 2 changed files with 620 additions and 655 deletions.
42 changes: 22 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,44 +11,46 @@
"db:seed": "tsx src/server/database/seed.ts",
"db:generate": "drizzle-kit generate:sqlite --config ./drizzle.config.ts"
},
"browserslist": ["last 4 versions, >0.2%, not dead"],
"browserslist": [
"last 4 versions, >0.2%, not dead"
],
"devDependencies": {
"@biomejs/biome": "1.7.3",
"@nuxt/devtools": "latest",
"@tailwindcss/typography": "^0.5.10",
"@types/better-sqlite3": "^7.6.9",
"@tailwindcss/typography": "^0.5.13",
"@types/better-sqlite3": "^7.6.10",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.11.28",
"drizzle-kit": "^0.21.0",
"@types/node": "^20.12.12",
"drizzle-kit": "^0.21.4",
"lodash-es": "^4.17.21",
"nuxt": "^3.11.0",
"nuxt": "^3.11.2",
"nuxt-build-cache": "^0.1.1",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.12",
"prettier-plugin-tailwindcss": "^0.5.14",
"tailwindcss": "^3.4.3",
"tsx": "^4.7.1",
"type-fest": "^4.12.0",
"vue": "^3.4.21",
"vue-router": "^4.3.0",
"vue-tsc": "^2.0.6"
"tsx": "^4.11.0",
"type-fest": "^4.18.2",
"vue": "^3.4.27",
"vue-router": "^4.3.2",
"vue-tsc": "^2.0.19"
},
"dependencies": {
"@libsql/client": "^0.6.0",
"@nuxt/content": "2.12.1",
"@nuxt/image": "^1.4.0",
"@nuxtjs/critters": "^0.7.0",
"@nuxtjs/fontaine": "^0.4.1",
"@nuxt/image": "^1.7.0",
"@nuxtjs/critters": "^0.7.1",
"@nuxtjs/fontaine": "^0.4.2",
"@nuxtjs/google-fonts": "^3.2.0",
"@nuxtjs/robots": "^3.0.0",
"@nuxtjs/tailwindcss": "^6.11.4",
"@nuxtjs/tailwindcss": "^6.12.0",
"@vueuse/core": "^10.9.0",
"@vueuse/nuxt": "^10.9.0",
"browserslist-to-esbuild": "^2.1.1",
"drizzle-orm": "^0.30.2",
"drizzle-orm": "^0.30.10",
"nuxt-delay-hydration": "^1.3.3",
"nuxt-icon": "^0.6.9",
"postcss-preset-env": "^9.5.1",
"nuxt-icon": "^0.6.10",
"postcss-preset-env": "^9.5.13",
"valibot": "^0.30.0"
},
"packageManager": "[email protected].1"
"packageManager": "[email protected].2+sha512.127dc83b9ea10c32be65d22a8efb4a65fb952e8fefbdfded39bdc3c97efc32d31b48b00420df2c1187ace28c921c902f0cb5a134a4d032b8b5295cbfa2c681e2"
}
Loading

0 comments on commit cf6783f

Please sign in to comment.