Skip to content

Commit

Permalink
Merge pull request #94 from oddbird/auto-dependency-upgrades
Browse files Browse the repository at this point in the history
Automated dependency upgrades
  • Loading branch information
jgerigmeyer authored Mar 27, 2023
2 parents ad3c483 + 6a385fc commit 2528b2c
Show file tree
Hide file tree
Showing 2 changed files with 279 additions and 276 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,40 +81,40 @@
"@floating-ui/dom": "^1.2.5",
"@types/css-tree": "^2.3.1",
"css-tree": "^2.3.1",
"nanoid": "^4.0.1"
"nanoid": "^4.0.2"
},
"devDependencies": {
"@playwright/test": "^1.31.2",
"@playwright/test": "^1.32.1",
"@types/async": "^3.2.18",
"@types/node": "*",
"@types/selenium-webdriver": "^4.1.13",
"@typescript-eslint/eslint-plugin": "^5.55.0",
"@typescript-eslint/parser": "^5.55.0",
"@vitest/coverage-istanbul": "^0.29.3",
"@typescript-eslint/eslint-plugin": "^5.56.0",
"@typescript-eslint/parser": "^5.56.0",
"@vitest/coverage-istanbul": "^0.29.7",
"async": "^3.2.4",
"browserslist": "^4.21.5",
"browserstack-local": "^1.5.1",
"cross-env": "^7.0.3",
"eslint": "^8.36.0",
"eslint-config-prettier": "^8.7.0",
"eslint-config-prettier": "^8.8.0",
"eslint-import-resolver-typescript": "^3.5.3",
"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",
"fetch-mock": "^9.11.0",
"jsdom": "^21.1.1",
"liquidjs": "^10.6.2",
"liquidjs": "^10.7.0",
"node-fetch": "^2.6.7",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.5",
"selenium-webdriver": "^4.8.1",
"prettier": "^2.8.7",
"selenium-webdriver": "^4.8.2",
"stylelint": "^15.3.0",
"stylelint-config-standard": "^31.0.0",
"ts-node": "^10.9.1",
"typescript": "^5.0.2",
"vite": "^4.2.0",
"vitest": "^0.29.3"
"vite": "^4.2.1",
"vitest": "^0.29.7"
},
"resolutions": {
"tslib": ">=2"
Expand Down
Loading

0 comments on commit 2528b2c

Please sign in to comment.