Skip to content

Commit

Permalink
feat: allupdate and yarn 3 upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
productdevbook committed Mar 19, 2022
1 parent bda46c2 commit 7fe79d7
Show file tree
Hide file tree
Showing 6 changed files with 9,013 additions and 5,713 deletions.
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,10 @@ node_modules
.nuxt
nuxt.d.ts
.output

.yarn/*
!.yarn/patches
!.yarn/releases
!.yarn/plugins
!.yarn/sdks
!.yarn/versions
546 changes: 546 additions & 0 deletions .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs

Large diffs are not rendered by default.

785 changes: 785 additions & 0 deletions .yarn/releases/yarn-3.2.0.cjs

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
nodeLinker: node-modules

plugins:
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"

yarnPath: .yarn/releases/yarn-3.2.0.cjs
25 changes: 13 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,27 +4,28 @@
"dev": "nuxi dev",
"build": "nuxi build",
"start": "node .output/server/index.mjs",
"allupdate": "yarn upgrade-interactive --latest"
"allupdate": "yarn upgrade-interactive"
},
"devDependencies": {
"autoprefixer": "10.4.2",
"nuxt3": "3.0.0-27409835.c53c736",
"postcss": "8.4.6",
"sass": "1.49.7",
"sass-loader": "12.4.0",
"tailwindcss": "3.0.22"
"autoprefixer": "10.4.4",
"nuxt3": "3.0.0-27460489.53fbca7",
"postcss": "8.4.12",
"sass": "1.49.9",
"sass-loader": "12.6.0",
"tailwindcss": "3.0.23"
},
"dependencies": {
"@headlessui/vue": "1.4.3",
"@heroicons/vue": "1.0.5",
"@heroicons/vue": "1.0.6",
"@pinia/nuxt": "0.1.8",
"@tailwindcss/aspect-ratio": "0.4.0",
"@tailwindcss/forms": "0.4.0",
"@tailwindcss/forms": "0.5.0",
"@tailwindcss/line-clamp": "0.3.1",
"@tailwindcss/typography": "0.5.1",
"pinia": "2.0.11"
"@tailwindcss/typography": "0.5.2",
"pinia": "2.0.12"
},
"engines": {
"node": "^14.16.0 || ^16.11.0 || ^17.0.0"
}
},
"packageManager": "[email protected]"
}
Loading

0 comments on commit 7fe79d7

Please sign in to comment.