Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jun 2, 2023
1 parent b22de9b commit 59d9523
Show file tree
Hide file tree
Showing 4 changed files with 210 additions and 197 deletions.
4 changes: 2 additions & 2 deletions demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
},
"dependencies": {
"@popperjs/core": "^2.11.8",
"bootstrap": "^5.2.3",
"bootstrap": "^5.3.0",
"font-awesome": "^4.7.0"
},
"devDependencies": {
"multiple-select-vanilla": "workspace:*",
"sass": "^1.62.1",
"typescript": "^5.0.4",
"typescript": "^5.1.3",
"vite": "^4.3.9"
}
}
4 changes: 2 additions & 2 deletions lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@
"fs-extra": "^11.1.1",
"glob": "^10.2.5",
"npm-run-all2": "^6.0.5",
"postcss": "^8.4.23",
"postcss": "^8.4.24",
"postcss-cli": "^10.1.0",
"sass": "^1.62.1",
"typescript": "^5.0.4",
"typescript": "^5.1.3",
"vite": "^4.3.9",
"vite-plugin-dts": "^2.3.0"
}
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@
"test:e2e:ui": "playwright test --config playwright/playwright.config.ts --ui",
"test:report": "playwright show-report"
},
"packageManager": "pnpm@8.5.1",
"packageManager": "pnpm@8.6.0",
"devDependencies": {
"@lerna-lite/cli": "^2.4.0",
"@lerna-lite/publish": "^2.4.0",
"@lerna-lite/watch": "^2.4.0",
"@playwright/test": "^1.34.3",
"@types/node": "^18.16.16",
"@typescript-eslint/eslint-plugin": "^5.59.7",
"@typescript-eslint/parser": "^5.59.7",
"@typescript-eslint/eslint-plugin": "^5.59.8",
"@typescript-eslint/parser": "^5.59.8",
"cross-env": "^7.0.3",
"eslint": "^8.41.0",
"eslint-config-airbnb-base": "^15.0.0",
Expand All @@ -56,9 +56,9 @@
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prefer-arrow": "^1.2.3",
"npm-run-all2": "^6.0.5",
"pnpm": "^8.5.1",
"pnpm": "^8.6.0",
"prettier": "^2.8.8",
"rimraf": "^5.0.1",
"typescript": "^5.0.4"
"typescript": "^5.1.3"
}
}
Loading

0 comments on commit 59d9523

Please sign in to comment.