Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
adipascu committed Apr 4, 2024
1 parent 7d41a11 commit 1d899c2
Show file tree
Hide file tree
Showing 2 changed files with 920 additions and 833 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,36 +13,36 @@
"gen:chrome-refresh-token": "node --loader ts-node/esm ./scripts/chrome-refresh-token.ts"
},
"devDependencies": {
"@types/chrome": "^0.0.260",
"@types/chrome": "^0.0.263",
"@types/inquirer": "^9.0.7",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.19",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.56.0",
"@types/node": "^20.12.4",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"eslint": "^8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.1.0",
"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.6.3",
"inquirer": "^9.2.15",
"google-auth-library": "^9.7.0",
"inquirer": "^9.2.17",
"jest": "^29.7.0",
"solid-devtools": "^0.29.3",
"solid-devtools": "^0.30.0",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"typescript": "^5.3.3",
"vite": "^5.1.4",
"typescript": "^5.4.4",
"vite": "^5.2.8",
"vite-plugin-checker": "^0.6.4",
"vite-plugin-solid": "^2.10.1"
"vite-plugin-solid": "^2.10.2"
},
"dependencies": {
"@fontsource/sen": "^5.0.18",
"@fontsource/sen": "^5.0.19",
"solid-icons": "^1.1.0",
"solid-js": "^1.8.15",
"solid-js": "^1.8.16",
"solid-toast": "^0.5.0",
"temporal-polyfill": "^0.2.2"
"temporal-polyfill": "^0.2.3"
},
"license": "MIT",
"type": "module"
Expand Down
Loading

0 comments on commit 1d899c2

Please sign in to comment.