Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
adipascu committed Jan 19, 2024
1 parent dfbb45e commit a6adf2d
Show file tree
Hide file tree
Showing 3 changed files with 442 additions and 565 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"packageManager": "pnpm@8.12.1",
"packageManager": "pnpm@8.14.1",
"engines": {
"node": "^20.5.1"
},
Expand All @@ -13,34 +13,34 @@
"gen:chrome-refresh-token": "node --loader ts-node/esm ./scripts/chrome-refresh-token.ts"
},
"devDependencies": {
"@types/chrome": "^0.0.254",
"@types/chrome": "^0.0.258",
"@types/inquirer": "^9.0.7",
"@types/jest": "^29.5.11",
"@types/node": "^20.10.4",
"@types/node": "^20.11.5",
"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.0.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-simple-import-sort": "^10.0.0",
"google-auth-library": "^9.4.1",
"google-auth-library": "^9.4.2",
"inquirer": "^9.2.12",
"jest": "^29.7.0",
"solid-devtools": "^0.29.2",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.2",
"typescript": "^5.3.3",
"vite": "^4.5.1",
"vite": "^4.5.2",
"vite-plugin-checker": "^0.6.2",
"vite-plugin-solid": "^2.8.0"
"vite-plugin-solid": "^2.8.2"
},
"dependencies": {
"@fontsource/sen": "^5.0.18",
"solid-icons": "^1.1.0",
"solid-js": "^1.8.7",
"solid-js": "^1.8.11",
"solid-toast": "^0.5.0",
"temporal-polyfill": "^0.1.1"
"temporal-polyfill": "^0.2.0"
},
"license": "MIT",
"type": "module"
Expand Down
Loading

0 comments on commit a6adf2d

Please sign in to comment.