Skip to content

Commit

Permalink
Update to latest, pnpm. (vercel#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
leerob authored Dec 22, 2022
1 parent 3689719 commit ac3545d
Show file tree
Hide file tree
Showing 4 changed files with 5,913 additions and 3,790 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"typescript.tsdk": "node_modules/typescript/lib",
"typescript.tsdk": "node_modules/.pnpm/[email protected]/node_modules/typescript/lib",
"typescript.enablePromptUseWorkspaceTsdk": true
}
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,26 +29,26 @@
"clsx": "1.2.1",
"date-fns": "2.29.3",
"dinero.js": "2.0.0-alpha.8",
"next": "13.0.8-canary.0",
"next": "13.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"styled-components": "6.0.0-beta.2",
"use-count-up": "3.0.1"
},
"devDependencies": {
"@types/ms": "0.7.31",
"@types/node": "18.11.9",
"@types/react": "18.0.25",
"@types/node": "18.11.17",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.9",
"@vercel/git-hooks": "1.0.0",
"autoprefixer": "10.4.13",
"eslint": "8.27.0",
"eslint-config-next": "13.0.3",
"lint-staged": "13.0.3",
"postcss": "8.4.19",
"prettier": "2.7.1",
"prettier-plugin-tailwindcss": "0.1.13",
"eslint": "8.30.0",
"eslint-config-next": "13.1.0",
"lint-staged": "13.1.0",
"postcss": "8.4.20",
"prettier": "2.8.1",
"prettier-plugin-tailwindcss": "0.2.1",
"tailwindcss": "3.2.4",
"typescript": "4.8.4"
"typescript": "4.9.4"
}
}
Loading

0 comments on commit ac3545d

Please sign in to comment.