Skip to content

Commit f89dcb6

Browse files
authored
chore(deps): update all non-major dependencies (#98)
1 parent 64b507d commit f89dcb6

File tree

4 files changed

+294
-274
lines changed

4 files changed

+294
-274
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.63.6",
2929
"typescript": "^5.1.6",
30-
"vite": "^4.4.2"
30+
"vite": "^4.4.3"
3131
}
3232
}

lib/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,15 +72,15 @@
7272
"copyfiles": "^2.4.1",
7373
"cross-env": "^7.0.3",
7474
"cssnano": "^6.0.1",
75-
"esbuild": "^0.18.11",
75+
"esbuild": "^0.18.12",
7676
"fs-extra": "^11.1.1",
77-
"glob": "^10.3.1",
77+
"glob": "^10.3.3",
7878
"npm-run-all2": "^6.0.6",
79-
"postcss": "^8.4.25",
79+
"postcss": "^8.4.26",
8080
"postcss-cli": "^10.1.0",
8181
"sass": "^1.63.6",
8282
"typescript": "^5.1.6",
83-
"vite": "^4.4.2",
84-
"vite-plugin-dts": "^3.1.1"
83+
"vite": "^4.4.3",
84+
"vite-plugin-dts": "^3.2.0"
8585
}
8686
}

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,15 @@
4848
"test:e2e:ui": "playwright test --config playwright/playwright.config.ts --ui",
4949
"test:report": "playwright show-report"
5050
},
51-
"packageManager": "[email protected].6",
51+
"packageManager": "[email protected].7",
5252
"devDependencies": {
5353
"@lerna-lite/cli": "^2.5.0",
5454
"@lerna-lite/publish": "^2.5.0",
5555
"@lerna-lite/watch": "^2.5.0",
56-
"@playwright/test": "^1.35.1",
56+
"@playwright/test": "^1.36.0",
5757
"@types/node": "^18.16.19",
58-
"@typescript-eslint/eslint-plugin": "^5.61.0",
59-
"@typescript-eslint/parser": "^5.61.0",
58+
"@typescript-eslint/eslint-plugin": "^5.62.0",
59+
"@typescript-eslint/parser": "^5.62.0",
6060
"cross-env": "^7.0.3",
6161
"eslint": "^8.44.0",
6262
"eslint-config-airbnb-base": "^15.0.0",
@@ -65,7 +65,7 @@
6565
"eslint-plugin-node": "^11.1.0",
6666
"eslint-plugin-prefer-arrow": "^1.2.3",
6767
"npm-run-all2": "^6.0.6",
68-
"pnpm": "^8.6.6",
68+
"pnpm": "^8.6.7",
6969
"prettier": "^3.0.0",
7070
"rimraf": "^5.0.1",
7171
"typescript": "^5.1.6"

0 commit comments

Comments
 (0)