Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
adipascu committed Feb 5, 2024
1 parent a6adf2d commit 6d8e359
Show file tree
Hide file tree
Showing 2 changed files with 523 additions and 612 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"packageManager": "pnpm@8.14.1",
"packageManager": "pnpm@8.15.1",
"engines": {
"node": "^20.5.1"
},
Expand All @@ -13,32 +13,32 @@
"gen:chrome-refresh-token": "node --loader ts-node/esm ./scripts/chrome-refresh-token.ts"
},
"devDependencies": {
"@types/chrome": "^0.0.258",
"@types/chrome": "^0.0.260",
"@types/inquirer": "^9.0.7",
"@types/jest": "^29.5.11",
"@types/node": "^20.11.5",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.16",
"eslint": "^8.56.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-no-type-assertion": "^1.3.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-simple-import-sort": "^10.0.0",
"google-auth-library": "^9.4.2",
"inquirer": "^9.2.12",
"google-auth-library": "^9.6.2",
"inquirer": "^9.2.14",
"jest": "^29.7.0",
"solid-devtools": "^0.29.2",
"ts-jest": "^29.1.1",
"solid-devtools": "^0.29.3",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"typescript": "^5.3.3",
"vite": "^4.5.2",
"vite-plugin-checker": "^0.6.2",
"vite-plugin-solid": "^2.8.2"
"vite-plugin-checker": "^0.6.4",
"vite-plugin-solid": "^2.9.1"
},
"dependencies": {
"@fontsource/sen": "^5.0.18",
"solid-icons": "^1.1.0",
"solid-js": "^1.8.11",
"solid-js": "^1.8.12",
"solid-toast": "^0.5.0",
"temporal-polyfill": "^0.2.0"
},
Expand Down
Loading

0 comments on commit 6d8e359

Please sign in to comment.