Skip to content

Commit 397385a

Browse files
authored
chore(deps): update all non-major dependencies (#122)
1 parent dfc6116 commit 397385a

File tree

4 files changed

+296
-348
lines changed

4 files changed

+296
-348
lines changed

demo/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
},
2626
"devDependencies": {
2727
"multiple-select-vanilla": "workspace:*",
28-
"sass": "^1.66.0",
29-
"typescript": "^5.1.6",
28+
"sass": "^1.66.1",
29+
"typescript": "^5.2.2",
3030
"vite": "^4.4.9"
3131
}
3232
}

lib/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,13 +74,13 @@
7474
"cssnano": "^6.0.1",
7575
"esbuild": "^0.19.2",
7676
"fs-extra": "^11.1.1",
77-
"glob": "^10.3.3",
77+
"glob": "^10.3.4",
7878
"npm-run-all2": "^6.0.6",
79-
"postcss": "^8.4.28",
79+
"postcss": "^8.4.29",
8080
"postcss-cli": "^10.1.0",
81-
"sass": "^1.66.0",
82-
"typescript": "^5.1.6",
81+
"sass": "^1.66.1",
82+
"typescript": "^5.2.2",
8383
"vite": "^4.4.9",
84-
"vite-plugin-dts": "^3.5.2"
84+
"vite-plugin-dts": "^3.5.3"
8585
}
8686
}

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -48,26 +48,26 @@
4848
"test:e2e:ui": "playwright test --config playwright/playwright.config.ts --ui",
4949
"test:report": "playwright show-report"
5050
},
51-
"packageManager": "pnpm@8.6.12",
51+
"packageManager": "pnpm@8.7.1",
5252
"devDependencies": {
5353
"@lerna-lite/cli": "^2.5.0",
5454
"@lerna-lite/publish": "^2.5.0",
5555
"@lerna-lite/watch": "^2.5.0",
5656
"@playwright/test": "^1.37.1",
57-
"@types/node": "^20.5.1",
58-
"@typescript-eslint/eslint-plugin": "^6.4.0",
59-
"@typescript-eslint/parser": "^6.4.0",
57+
"@types/node": "^20.5.9",
58+
"@typescript-eslint/eslint-plugin": "^6.5.0",
59+
"@typescript-eslint/parser": "^6.5.0",
6060
"cross-env": "^7.0.3",
61-
"eslint": "^8.47.0",
61+
"eslint": "^8.48.0",
6262
"eslint-config-airbnb-base": "^15.0.0",
6363
"eslint-config-prettier": "^9.0.0",
6464
"eslint-plugin-import": "^2.28.1",
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.12",
69-
"prettier": "^3.0.2",
68+
"pnpm": "^8.7.1",
69+
"prettier": "^3.0.3",
7070
"rimraf": "^5.0.1",
71-
"typescript": "^5.1.6"
71+
"typescript": "^5.2.2"
7272
}
7373
}

0 commit comments

Comments
 (0)