Skip to content

Commit

Permalink
Bump devDependencies and upgrade Vitest to 0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
spautz committed Aug 21, 2022
1 parent 9614bff commit f5a97b9
Show file tree
Hide file tree
Showing 4 changed files with 465 additions and 125 deletions.
4 changes: 2 additions & 2 deletions demos/basic-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
},
"dependencies": {},
"devDependencies": {
"@changesets/cli": "2.24.2",
"changesets-format-with-git-links": "workspace:^"
"@changesets/cli": "2.24.3",
"changesets-format-with-git-links": "workspace:*"
},
"peerDependencies": {},
"typesVersions": {
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"node": "^14 || ^16 || ^18",
"pnpm": "^7"
},
"packageManager": "pnpm@7.8.0",
"packageManager": "pnpm@7.9.3",
"type": "module",
"scripts": {
"____ HOOKS _________________________________________________________": "",
Expand Down Expand Up @@ -60,24 +60,24 @@
"types": "tsc -p ./tsconfig.json --noEmit"
},
"devDependencies": {
"@changesets/cli": "2.24.2",
"@changesets/cli": "2.24.3",
"@tsconfig/recommended": "1.0.1",
"@types/testing-library__jest-dom": "5.14.5",
"@typescript-eslint/eslint-plugin": "5.32.0",
"@typescript-eslint/parser": "5.32.0",
"c8": "7.12.0",
"changesets-format-with-git-links": "workspace:*",
"@typescript-eslint/eslint-plugin": "5.33.1",
"@typescript-eslint/parser": "5.33.1",
"@vitest/coverage-c8": "0.22.1",
"changesets-format-with-git-links": "workspace:0.2.0",
"downlevel-dts": "0.10.0",
"eslint": "8.21.0",
"eslint": "8.22.0",
"eslint-config-prettier": "8.5.0",
"husky": "8.0.1",
"jsdom": "20.0.0",
"lint-staged": "13.0.3",
"prettier": "2.7.1",
"rimraf": "3.0.2",
"tsup": "6.2.1",
"tsup": "6.2.2",
"typescript": "4.7.4",
"vitest": "0.21.1"
"vitest": "0.22.1"
},
"lint-staged": {
"*.{css,html,js,jsx,json,less,md,scss,ts,tsx,yaml}": [
Expand Down

0 comments on commit f5a97b9

Please sign in to comment.