Skip to content

Commit

Permalink
Merge pull request #144 from oddbird/auto-dependency-upgrades
Browse files Browse the repository at this point in the history
Automated dependency upgrades
  • Loading branch information
jgerigmeyer committed Jan 15, 2024
2 parents 2109d4d + 225bdca commit 5852037
Show file tree
Hide file tree
Showing 2 changed files with 237 additions and 236 deletions.
14 changes: 7 additions & 7 deletions package.json
Expand Up @@ -79,7 +79,7 @@
},
"dependencies": {
"@floating-ui/dom": "^1.5.4",
"@types/css-tree": "^2.3.4",
"@types/css-tree": "^2.3.5",
"css-tree": "^2.3.1",
"nanoid": "^5.0.4"
},
Expand All @@ -88,9 +88,9 @@
"@types/async": "^3.2.24",
"@types/node": "*",
"@types/selenium-webdriver": "^4.1.21",
"@typescript-eslint/eslint-plugin": "^6.18.0",
"@typescript-eslint/parser": "^6.18.0",
"@vitest/coverage-istanbul": "^1.1.3",
"@typescript-eslint/eslint-plugin": "^6.18.1",
"@typescript-eslint/parser": "^6.18.1",
"@vitest/coverage-istanbul": "^1.2.0",
"async": "^3.2.5",
"browserslist": "^4.22.2",
"browserstack-local": "^1.5.5",
Expand All @@ -99,21 +99,21 @@
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^27.6.1",
"eslint-plugin-jest": "^27.6.3",
"eslint-plugin-simple-import-sort": "^10.0.0",
"fetch-mock": "^9.11.0",
"jsdom": "^23.2.0",
"liquidjs": "^10.10.0",
"node-fetch": "^2.6.7",
"npm-run-all": "^4.1.5",
"prettier": "^3.1.1",
"prettier": "^3.2.2",
"selenium-webdriver": "^4.16.0",
"stylelint": "^16.1.0",
"stylelint-config-standard": "^36.0.0",
"ts-node": "^10.9.2",
"typescript": "^5.3.3",
"vite": "^5.0.11",
"vitest": "^1.1.3"
"vitest": "^1.2.0"
},
"resolutions": {
"tslib": ">=2"
Expand Down

0 comments on commit 5852037

Please sign in to comment.