Skip to content

Commit

Permalink
Merge pull request #146 from oddbird/auto-dependency-upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
jgerigmeyer committed Jan 22, 2024
2 parents d1c1440 + 3ac3ff7 commit 6cf2ce7
Show file tree
Hide file tree
Showing 2 changed files with 240 additions and 253 deletions.
18 changes: 9 additions & 9 deletions package.json
Expand Up @@ -84,13 +84,13 @@
"nanoid": "^5.0.4"
},
"devDependencies": {
"@playwright/test": "^1.40.1",
"@playwright/test": "^1.41.1",
"@types/async": "^3.2.24",
"@types/node": "*",
"@types/selenium-webdriver": "^4.1.21",
"@typescript-eslint/eslint-plugin": "^6.18.1",
"@typescript-eslint/parser": "^6.18.1",
"@vitest/coverage-istanbul": "^1.2.0",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0",
"@vitest/coverage-istanbul": "^1.2.1",
"async": "^3.2.5",
"browserslist": "^4.22.2",
"browserstack-local": "^1.5.5",
Expand All @@ -102,18 +102,18 @@
"eslint-plugin-jest": "^27.6.3",
"eslint-plugin-simple-import-sort": "^10.0.0",
"fetch-mock": "^9.11.0",
"jsdom": "^23.2.0",
"jsdom": "^24.0.0",
"liquidjs": "^10.10.0",
"node-fetch": "^2.6.7",
"npm-run-all": "^4.1.5",
"prettier": "^3.2.2",
"prettier": "3.2.2",
"selenium-webdriver": "^4.16.0",
"stylelint": "^16.1.0",
"stylelint": "^16.2.0",
"stylelint-config-standard": "^36.0.0",
"ts-node": "^10.9.2",
"typescript": "^5.3.3",
"vite": "^5.0.11",
"vitest": "^1.2.0"
"vite": "^5.0.12",
"vitest": "^1.2.1"
},
"resolutions": {
"tslib": ">=2"
Expand Down

0 comments on commit 6cf2ce7

Please sign in to comment.