Skip to content

Commit fef20bb

Browse files
authored
chore(deps): update all non-major dependencies (#51)
1 parent ed96f8e commit fef20bb

File tree

4 files changed

+348
-539
lines changed

4 files changed

+348
-539
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.0",
2929
"typescript": "^5.0.4",
30-
"vite": "^4.2.1"
30+
"vite": "^4.3.1"
3131
}
3232
}

lib/package.json

Lines changed: 5 additions & 5 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.0",
66-
"esbuild": "^0.17.16",
66+
"esbuild": "^0.17.17",
6767
"fs-extra": "^11.1.1",
68-
"glob": "^10.1.0",
68+
"glob": "^10.2.1",
6969
"npm-run-all2": "^6.0.5",
70-
"postcss": "^8.4.21",
70+
"postcss": "^8.4.23",
7171
"postcss-cli": "^10.1.0",
7272
"sass": "^1.62.0",
7373
"typescript": "^5.0.4",
74-
"vite": "^4.2.1",
75-
"vite-plugin-dts": "^2.2.0"
74+
"vite": "^4.3.1",
75+
"vite-plugin-dts": "^2.3.0"
7676
}
7777
}

package.json

Lines changed: 5 additions & 5 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": "pnpm@8.2.0",
42+
"packageManager": "pnpm@8.3.1",
4343
"devDependencies": {
4444
"@lerna-lite/cli": "^2.0.0",
4545
"@lerna-lite/publish": "^2.0.0",
4646
"@lerna-lite/watch": "^2.0.0",
4747
"@playwright/test": "^1.32.3",
48-
"@types/node": "^18.15.11",
49-
"@typescript-eslint/eslint-plugin": "^5.58.0",
50-
"@typescript-eslint/parser": "^5.58.0",
48+
"@types/node": "^18.15.12",
49+
"@typescript-eslint/eslint-plugin": "^5.59.0",
50+
"@typescript-eslint/parser": "^5.59.0",
5151
"cross-env": "^7.0.3",
5252
"eslint": "^8.38.0",
5353
"eslint-config-airbnb-base": "^15.0.0",
@@ -57,7 +57,7 @@
5757
"eslint-plugin-prefer-arrow": "^1.2.3",
5858
"npm-run-all2": "^6.0.5",
5959
"playwright": "^1.32.3",
60-
"pnpm": "^8.2.0",
60+
"pnpm": "^8.3.1",
6161
"prettier": "^2.8.7",
6262
"rimraf": "^5.0.0",
6363
"typescript": "^5.0.4"

0 commit comments

Comments
 (0)