Skip to content

Commit

Permalink
Upgrade yarn and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
vitormv committed Oct 29, 2023
1 parent 83902c8 commit 610b635
Show file tree
Hide file tree
Showing 7 changed files with 4,892 additions and 4,267 deletions.
363 changes: 0 additions & 363 deletions .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs

This file was deleted.

874 changes: 0 additions & 874 deletions .yarn/releases/yarn-3.6.1.cjs

This file was deleted.

893 changes: 893 additions & 0 deletions .yarn/releases/yarn-4.0.1.cjs

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion .yarnrc.yml
@@ -1,3 +1,7 @@
compressionLevel: mixed

enableGlobalCache: false

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-3.6.1.cjs
yarnPath: .yarn/releases/yarn-4.0.1.cjs
42 changes: 21 additions & 21 deletions package.json
Expand Up @@ -19,33 +19,33 @@
"resume:save-pdf": "node --trace-warnings cli/export-pdf-resume.mjs"
},
"dependencies": {
"@astrojs/tailwind": "^4.0.0",
"astro": "^2.10.3",
"@astrojs/tailwind": "^5.0.2",
"astro": "^3.4.0",
"astro-icon": "^0.8.1",
"lodash": "^4.17.21",
"remark": "^14.0.3",
"remark-html": "^15.0.2",
"tailwindcss": "^3.0.24"
"remark": "^15.0.1",
"remark-html": "^16.0.1",
"tailwindcss": "^3.3.5"
},
"devDependencies": {
"@rollup/plugin-yaml": "^4.1.1",
"@types/lodash": "^4.14.196",
"@types/node": "^20.4.8",
"@typescript-eslint/eslint-plugin": "^6.3.0",
"@typescript-eslint/parser": "^6.3.0",
"concurrently": "^8.2.0",
"eslint": "^8.46.0",
"@rollup/plugin-yaml": "^4.1.2",
"@types/lodash": "^4.14.200",
"@types/node": "^20.8.9",
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.9.0",
"concurrently": "^8.2.2",
"eslint": "^8.52.0",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-astro": "^0.28.0",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-astro": "^0.29.1",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-tailwindcss": "^3.13.0",
"prettier": "2.8.8",
"prettier-plugin-astro": "0.10.0",
"prettier": "3.0.3",
"prettier-plugin-astro": "0.12.1",
"puppeteer": "^14.1.0",
"sass": "^1.64.2",
"stylelint": "^15.10.2",
"sass": "^1.69.5",
"stylelint": "^15.11.0",
"stylelint-config-sass-guidelines": "^10.0.0",
"tasuku": "^2.0.1",
"vite-remark-html": "^1.1.1"
Expand All @@ -61,5 +61,5 @@
"bugs": {
"url": "https://github.com/vitormv/vmello-website/issues"
},
"packageManager": "yarn@3.6.1"
"packageManager": "yarn@4.0.1"
}
Binary file modified public/vitor-mello-resume.pdf
Binary file not shown.

0 comments on commit 610b635

Please sign in to comment.