Skip to content

Commit 4e0314d

Browse files
committed
chore(deps): update few npm dependencies
1 parent a5c3087 commit 4e0314d

File tree

4 files changed

+338
-374
lines changed

4 files changed

+338
-374
lines changed

demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@
2727
"multiple-select-vanilla": "workspace:*",
2828
"sass": "^1.62.1",
2929
"typescript": "^5.0.4",
30-
"vite": "^4.3.5"
30+
"vite": "^4.3.7"
3131
}
3232
}

lib/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,15 +63,15 @@
6363
"copyfiles": "^2.4.1",
6464
"cross-env": "^7.0.3",
6565
"cssnano": "^6.0.1",
66-
"esbuild": "^0.17.18",
66+
"esbuild": "^0.17.19",
6767
"fs-extra": "^11.1.1",
68-
"glob": "^10.2.3",
68+
"glob": "^10.2.5",
6969
"npm-run-all2": "^6.0.5",
7070
"postcss": "^8.4.23",
7171
"postcss-cli": "^10.1.0",
7272
"sass": "^1.62.1",
7373
"typescript": "^5.0.4",
74-
"vite": "^4.3.5",
74+
"vite": "^4.3.7",
7575
"vite-plugin-dts": "^2.3.0"
7676
}
7777
}

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,15 @@
3939
"test:e2e:ci": "playwright test --config playwright/playwright.config.ts",
4040
"test:report": "playwright show-report"
4141
},
42-
"packageManager": "[email protected].0",
42+
"packageManager": "[email protected].1",
4343
"devDependencies": {
44-
"@lerna-lite/cli": "^2.3.0",
45-
"@lerna-lite/publish": "^2.3.0",
46-
"@lerna-lite/watch": "^2.3.0",
44+
"@lerna-lite/cli": "^2.4.0",
45+
"@lerna-lite/publish": "^2.4.0",
46+
"@lerna-lite/watch": "^2.4.0",
4747
"@playwright/test": "^1.33.0",
48-
"@types/node": "^18.16.8",
49-
"@typescript-eslint/eslint-plugin": "^5.59.5",
50-
"@typescript-eslint/parser": "^5.59.5",
48+
"@types/node": "^18.16.12",
49+
"@typescript-eslint/eslint-plugin": "^5.59.6",
50+
"@typescript-eslint/parser": "^5.59.6",
5151
"cross-env": "^7.0.3",
5252
"eslint": "^8.40.0",
5353
"eslint-config-airbnb-base": "^15.0.0",
@@ -57,9 +57,9 @@
5757
"eslint-plugin-prefer-arrow": "^1.2.3",
5858
"npm-run-all2": "^6.0.5",
5959
"playwright": "^1.33.0",
60-
"pnpm": "^8.5.0",
60+
"pnpm": "^8.5.1",
6161
"prettier": "^2.8.8",
62-
"rimraf": "^5.0.0",
62+
"rimraf": "^5.0.1",
6363
"typescript": "^5.0.4"
6464
}
6565
}

0 commit comments

Comments
 (0)