Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jun 9, 2023
1 parent 59d9523 commit 4c5e4f4
Show file tree
Hide file tree
Showing 4 changed files with 237 additions and 213 deletions.
2 changes: 1 addition & 1 deletion demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"devDependencies": {
"multiple-select-vanilla": "workspace:*",
"sass": "^1.62.1",
"sass": "^1.63.2",
"typescript": "^5.1.3",
"vite": "^4.3.9"
}
Expand Down
4 changes: 2 additions & 2 deletions lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,11 @@
"cssnano": "^6.0.1",
"esbuild": "^0.17.19",
"fs-extra": "^11.1.1",
"glob": "^10.2.5",
"glob": "^10.2.7",
"npm-run-all2": "^6.0.5",
"postcss": "^8.4.24",
"postcss-cli": "^10.1.0",
"sass": "^1.62.1",
"sass": "^1.63.2",
"typescript": "^5.1.3",
"vite": "^4.3.9",
"vite-plugin-dts": "^2.3.0"
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,24 +39,24 @@
"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": "^2.4.0",
"@lerna-lite/publish": "^2.4.0",
"@lerna-lite/watch": "^2.4.0",
"@playwright/test": "^1.34.3",
"@lerna-lite/cli": "^2.4.1",
"@lerna-lite/publish": "^2.4.1",
"@lerna-lite/watch": "^2.4.1",
"@playwright/test": "^1.35.0",
"@types/node": "^18.16.16",
"@typescript-eslint/eslint-plugin": "^5.59.8",
"@typescript-eslint/parser": "^5.59.8",
"@typescript-eslint/eslint-plugin": "^5.59.9",
"@typescript-eslint/parser": "^5.59.9",
"cross-env": "^7.0.3",
"eslint": "^8.41.0",
"eslint": "^8.42.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prefer-arrow": "^1.2.3",
"npm-run-all2": "^6.0.5",
"pnpm": "^8.6.0",
"pnpm": "^8.6.1",
"prettier": "^2.8.8",
"rimraf": "^5.0.1",
"typescript": "^5.1.3"
Expand Down
Loading

0 comments on commit 4c5e4f4

Please sign in to comment.