Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 14, 2023
1 parent 3582afb commit 97ca0cd
Show file tree
Hide file tree
Showing 4 changed files with 100 additions and 94 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.69.0",
"sass": "^1.69.3",
"typescript": "^5.2.2",
"vite": "^4.4.11"
}
Expand Down
2 changes: 1 addition & 1 deletion lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"npm-run-all2": "^6.1.1",
"postcss": "^8.4.31",
"postcss-cli": "^10.1.0",
"sass": "^1.69.0",
"sass": "^1.69.3",
"typescript": "^5.2.2",
"vite": "^4.4.11",
"vite-plugin-dts": "^3.6.0"
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,15 @@
"test:e2e:ui": "playwright test --config playwright/playwright.config.ts --ui",
"test:report": "playwright show-report"
},
"packageManager": "pnpm@8.8.0",
"packageManager": "pnpm@8.9.0",
"devDependencies": {
"@lerna-lite/cli": "^2.5.1",
"@lerna-lite/publish": "^2.5.1",
"@lerna-lite/watch": "^2.5.1",
"@playwright/test": "^1.38.1",
"@types/node": "^20.8.3",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"@playwright/test": "^1.39.0",
"@types/node": "^20.8.6",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@typescript-eslint/parser": "^6.7.5",
"cross-env": "^7.0.3",
"eslint": "^8.51.0",
"eslint-config-airbnb-base": "^15.0.0",
Expand All @@ -65,7 +65,7 @@
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prefer-arrow": "^1.2.3",
"npm-run-all2": "^6.1.1",
"pnpm": "^8.8.0",
"pnpm": "^8.9.0",
"prettier": "^3.0.3",
"rimraf": "^5.0.5",
"typescript": "^5.2.2"
Expand Down
Loading

0 comments on commit 97ca0cd

Please sign in to comment.