Skip to content

Commit

Permalink
🤜 bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
olgam4 committed Jul 12, 2022
1 parent 843a4a8 commit 76e5706
Show file tree
Hide file tree
Showing 2 changed files with 855 additions and 57 deletions.
10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"test": "vitest",
"test:cov": "vitest run --coverage",
"lint": "eslint . --ext .ts,.tsx,.js",
"lint:fix": "pnpm lint --fix"
"lint:fix": "pnpm lint --fix",
"deps": "pnpm taze minor"
},
"type": "module",
"license": "MIT",
Expand All @@ -18,10 +19,10 @@
"@rollup/plugin-replace": "4.0.0",
"@solid-primitives/destructure": "0.1.0",
"@solid-primitives/i18n": "1.1.0",
"@testing-library/dom": "8.14.0",
"@testing-library/dom": "8.16.0",
"@testing-library/user-event": "14.2.1",
"@typescript-eslint/eslint-plugin": "5.30.5",
"@typescript-eslint/parser": "5.30.5",
"@typescript-eslint/eslint-plugin": "5.30.6",
"@typescript-eslint/parser": "5.30.6",
"autoprefixer": "10.4.7",
"c8": "7.11.3",
"cssnano": "5.1.12",
Expand All @@ -42,6 +43,7 @@
"solid-testing-library": "0.3.0",
"tailwindcss": "3.1.6",
"tailwindcss-plugin-icons": "1.0.7",
"taze": "0.7.6",
"typescript": "4.7.4",
"unplugin-auto-import": "0.9.2",
"vite": "2.9.14",
Expand Down
Loading

1 comment on commit 76e5706

@vercel
Copy link

@vercel vercel bot commented on 76e5706 Jul 12, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

bat – ./

bat-olgam4.vercel.app
bat-git-main-olgam4.vercel.app
bat-brown.vercel.app
bat.glo.quebec

Please sign in to comment.