Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Jan 19, 2024
1 parent 4e55e17 commit ee7e491
Show file tree
Hide file tree
Showing 4 changed files with 98 additions and 128 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,15 @@
"test:e2e:ui": "playwright test --config playwright/playwright.config.ts --ui",
"test:report": "playwright show-report"
},
"packageManager": "[email protected].0",
"packageManager": "[email protected].1",
"devDependencies": {
"@lerna-lite/cli": "^3.2.1",
"@lerna-lite/publish": "^3.2.1",
"@lerna-lite/watch": "^3.2.1",
"@playwright/test": "^1.40.1",
"@types/node": "^20.11.0",
"@typescript-eslint/eslint-plugin": "^6.18.1",
"@typescript-eslint/parser": "^6.18.1",
"@playwright/test": "^1.41.0",
"@types/node": "^20.11.5",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0",
"conventional-changelog-conventionalcommits": "^7.0.2",
"cross-env": "^7.0.3",
"eslint": "^8.56.0",
Expand All @@ -70,7 +70,7 @@
"eslint-plugin-prefer-arrow": "^1.2.3",
"npm-run-all2": "^6.1.1",
"pnpm": "^8.14.1",
"prettier": "^3.2.1",
"prettier": "^3.2.4",
"rimraf": "^5.0.5",
"typescript": "^5.3.3"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"devDependencies": {
"@types/dompurify": "^3.0.5",
"sass": "^1.69.7",
"sass": "^1.70.0",
"typescript": "^5.3.3",
"vite": "^5.0.11"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/multiple-select-vanilla/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"@types/trusted-types": "^2.0.7"
},
"devDependencies": {
"autoprefixer": "^10.4.16",
"autoprefixer": "^10.4.17",
"copyfiles": "^2.4.1",
"cross-env": "^7.0.3",
"cssnano": "^6.0.3",
Expand All @@ -79,7 +79,7 @@
"npm-run-all2": "^6.1.1",
"postcss": "^8.4.33",
"postcss-cli": "^11.0.0",
"sass": "^1.69.7",
"sass": "^1.70.0",
"typescript": "^5.3.3"
}
}
Loading

0 comments on commit ee7e491

Please sign in to comment.