Skip to content

Commit 1cdd580

Browse files
authored
chore(deps): update all non-major dependencies (#188)
1 parent 1526932 commit 1cdd580

File tree

4 files changed

+330
-513
lines changed

4 files changed

+330
-513
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,15 @@
5050
"test:e2e:ui": "playwright test --config playwright/playwright.config.ts --ui",
5151
"test:report": "playwright show-report"
5252
},
53-
"packageManager": "pnpm@8.13.1",
53+
"packageManager": "pnpm@8.14.0",
5454
"devDependencies": {
55-
"@lerna-lite/cli": "^3.1.0",
56-
"@lerna-lite/publish": "^3.1.0",
57-
"@lerna-lite/watch": "^3.1.0",
55+
"@lerna-lite/cli": "^3.2.0",
56+
"@lerna-lite/publish": "^3.2.0",
57+
"@lerna-lite/watch": "^3.2.0",
5858
"@playwright/test": "^1.40.1",
5959
"@types/node": "^20.10.6",
60-
"@typescript-eslint/eslint-plugin": "^6.16.0",
61-
"@typescript-eslint/parser": "^6.16.0",
60+
"@typescript-eslint/eslint-plugin": "^6.17.0",
61+
"@typescript-eslint/parser": "^6.17.0",
6262
"conventional-changelog-conventionalcommits": "^7.0.2",
6363
"cross-env": "^7.0.3",
6464
"eslint": "^8.56.0",
@@ -68,7 +68,7 @@
6868
"eslint-plugin-node": "^11.1.0",
6969
"eslint-plugin-prefer-arrow": "^1.2.3",
7070
"npm-run-all2": "^6.1.1",
71-
"pnpm": "^8.13.1",
71+
"pnpm": "^8.14.0",
7272
"prettier": "^3.1.1",
7373
"rimraf": "^5.0.5",
7474
"typescript": "^5.3.3"

packages/demo/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@
2121
"dependencies": {
2222
"@popperjs/core": "^2.11.8",
2323
"bootstrap": "^5.3.2",
24-
"dompurify": "^3.0.6",
24+
"dompurify": "^3.0.8",
2525
"font-awesome": "^4.7.0",
2626
"multiple-select-vanilla": "workspace:*"
2727
},
2828
"devDependencies": {
2929
"@types/dompurify": "^3.0.5",
30-
"sass": "^1.69.6",
30+
"sass": "^1.69.7",
3131
"typescript": "^5.3.3",
32-
"vite": "^5.0.10"
32+
"vite": "^5.0.11"
3333
}
3434
}

packages/multiple-select-vanilla/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,14 +72,14 @@
7272
"autoprefixer": "^10.4.16",
7373
"copyfiles": "^2.4.1",
7474
"cross-env": "^7.0.3",
75-
"cssnano": "^6.0.2",
75+
"cssnano": "^6.0.3",
7676
"esbuild": "^0.19.11",
7777
"fs-extra": "^11.2.0",
7878
"glob": "^10.3.10",
7979
"npm-run-all2": "^6.1.1",
80-
"postcss": "^8.4.32",
80+
"postcss": "^8.4.33",
8181
"postcss-cli": "^11.0.0",
82-
"sass": "^1.69.6",
82+
"sass": "^1.69.7",
8383
"typescript": "^5.3.3"
8484
}
8585
}

0 commit comments

Comments
 (0)