Skip to content

Commit

Permalink
Merge pull request #44 from oddbird/auto-dependency-upgrades
Browse files Browse the repository at this point in the history
Automated dependency upgrades
  • Loading branch information
jgerigmeyer committed May 22, 2023
2 parents e2b8868 + 861e185 commit 8af78e5
Show file tree
Hide file tree
Showing 2 changed files with 173 additions and 176 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,12 @@
"test:ci": "run-p test:unit test:e2e:ci"
},
"devDependencies": {
"@playwright/test": "^1.33.0",
"@playwright/test": "^1.34.0",
"@types/node": "*",
"@typescript-eslint/eslint-plugin": "^5.59.5",
"@typescript-eslint/parser": "^5.59.5",
"@vitest/coverage-istanbul": "^0.31.0",
"eslint": "^8.40.0",
"@typescript-eslint/eslint-plugin": "^5.59.6",
"@typescript-eslint/parser": "^5.59.6",
"@vitest/coverage-istanbul": "^0.31.1",
"eslint": "^8.41.0",
"eslint-config-prettier": "^8.8.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-import": "^2.27.5",
Expand All @@ -72,12 +72,12 @@
"jsdom": "^22.0.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.8",
"stylelint": "^15.6.1",
"stylelint": "^15.6.2",
"stylelint-config-standard": "^33.0.0",
"ts-node": "^10.9.1",
"typescript": "^5.0.4",
"vite": "^4.3.5",
"vitest": "^0.31.0"
"vite": "^4.3.8",
"vitest": "^0.31.1"
},
"resolutions": {
"tslib": ">=2"
Expand Down
Loading

0 comments on commit 8af78e5

Please sign in to comment.