Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
adipascu committed Apr 19, 2024
1 parent 1d899c2 commit 002e148
Show file tree
Hide file tree
Showing 2 changed files with 3,779 additions and 3,117 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"packageManager": "pnpm@8.15.1",
"packageManager": "pnpm@9.0.4",
"engines": {
"node": "^20.5.1"
},
Expand All @@ -13,27 +13,27 @@
"gen:chrome-refresh-token": "node --loader ts-node/esm ./scripts/chrome-refresh-token.ts"
},
"devDependencies": {
"@types/chrome": "^0.0.263",
"@types/chrome": "^0.0.266",
"@types/inquirer": "^9.0.7",
"@types/jest": "^29.5.12",
"@types/node": "^20.12.4",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"@types/node": "^20.12.7",
"@typescript-eslint/eslint-plugin": "^7.7.0",
"@typescript-eslint/parser": "^7.7.0",
"eslint": "^8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^18.0.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": "^12.0.0",
"google-auth-library": "^9.7.0",
"inquirer": "^9.2.17",
"eslint-plugin-simple-import-sort": "^12.1.0",
"google-auth-library": "^9.8.0",
"inquirer": "^9.2.19",
"jest": "^29.7.0",
"solid-devtools": "^0.30.0",
"solid-devtools": "^0.30.1",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"typescript": "^5.4.4",
"vite": "^5.2.8",
"typescript": "^5.4.5",
"vite": "^5.2.9",
"vite-plugin-checker": "^0.6.4",
"vite-plugin-solid": "^2.10.2"
},
Expand All @@ -42,7 +42,7 @@
"solid-icons": "^1.1.0",
"solid-js": "^1.8.16",
"solid-toast": "^0.5.0",
"temporal-polyfill": "^0.2.3"
"temporal-polyfill": "^0.2.4"
},
"license": "MIT",
"type": "module"
Expand Down
Loading

0 comments on commit 002e148

Please sign in to comment.