Skip to content

Commit ee7e491

Browse files
authored
chore(deps): update all non-major dependencies (#194)
1 parent 4e55e17 commit ee7e491

File tree

4 files changed

+98
-128
lines changed

4 files changed

+98
-128
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,15 @@
5151
"test:e2e:ui": "playwright test --config playwright/playwright.config.ts --ui",
5252
"test:report": "playwright show-report"
5353
},
54-
"packageManager": "[email protected].0",
54+
"packageManager": "[email protected].1",
5555
"devDependencies": {
5656
"@lerna-lite/cli": "^3.2.1",
5757
"@lerna-lite/publish": "^3.2.1",
5858
"@lerna-lite/watch": "^3.2.1",
59-
"@playwright/test": "^1.40.1",
60-
"@types/node": "^20.11.0",
61-
"@typescript-eslint/eslint-plugin": "^6.18.1",
62-
"@typescript-eslint/parser": "^6.18.1",
59+
"@playwright/test": "^1.41.0",
60+
"@types/node": "^20.11.5",
61+
"@typescript-eslint/eslint-plugin": "^6.19.0",
62+
"@typescript-eslint/parser": "^6.19.0",
6363
"conventional-changelog-conventionalcommits": "^7.0.2",
6464
"cross-env": "^7.0.3",
6565
"eslint": "^8.56.0",
@@ -70,7 +70,7 @@
7070
"eslint-plugin-prefer-arrow": "^1.2.3",
7171
"npm-run-all2": "^6.1.1",
7272
"pnpm": "^8.14.1",
73-
"prettier": "^3.2.1",
73+
"prettier": "^3.2.4",
7474
"rimraf": "^5.0.5",
7575
"typescript": "^5.3.3"
7676
}

packages/demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
},
2828
"devDependencies": {
2929
"@types/dompurify": "^3.0.5",
30-
"sass": "^1.69.7",
30+
"sass": "^1.70.0",
3131
"typescript": "^5.3.3",
3232
"vite": "^5.0.11"
3333
}

packages/multiple-select-vanilla/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"@types/trusted-types": "^2.0.7"
7070
},
7171
"devDependencies": {
72-
"autoprefixer": "^10.4.16",
72+
"autoprefixer": "^10.4.17",
7373
"copyfiles": "^2.4.1",
7474
"cross-env": "^7.0.3",
7575
"cssnano": "^6.0.3",
@@ -79,7 +79,7 @@
7979
"npm-run-all2": "^6.1.1",
8080
"postcss": "^8.4.33",
8181
"postcss-cli": "^11.0.0",
82-
"sass": "^1.69.7",
82+
"sass": "^1.70.0",
8383
"typescript": "^5.3.3"
8484
}
8585
}

0 commit comments

Comments
 (0)