Skip to content

Commit

Permalink
Merge pull request #42 from oddbird/auto-dependency-upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
jgerigmeyer committed May 8, 2023
2 parents 6530f3a + 908cc15 commit eb54f8c
Show file tree
Hide file tree
Showing 2 changed files with 455 additions and 324 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,25 +59,25 @@
"devDependencies": {
"@playwright/test": "^1.33.0",
"@types/node": "*",
"@typescript-eslint/eslint-plugin": "^5.59.1",
"@typescript-eslint/parser": "^5.59.1",
"@vitest/coverage-istanbul": "^0.30.1",
"eslint": "^8.39.0",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^5.59.2",
"@vitest/coverage-istanbul": "^0.31.0",
"eslint": "^8.40.0",
"eslint-config-prettier": "^8.8.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest": "^27.2.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-simple-import-sort": "^10.0.0",
"jsdom": "^21.1.1",
"jsdom": "^22.0.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.8",
"stylelint": "^15.6.0",
"stylelint": "^15.6.1",
"stylelint-config-standard": "^33.0.0",
"ts-node": "^10.9.1",
"typescript": "^5.0.4",
"vite": "^4.3.3",
"vitest": "^0.30.1"
"vite": "^4.3.5",
"vitest": "^0.31.0"
},
"resolutions": {
"tslib": ">=2"
Expand Down
Loading

0 comments on commit eb54f8c

Please sign in to comment.