Skip to content

Commit fec7418

Browse files
Merge pull request #8 from georgwittberger/feature/update-dependencies
chore: update dependencies
2 parents 82ed3af + 4fc6536 commit fec7418

File tree

5 files changed

+541
-765
lines changed

5 files changed

+541
-765
lines changed

.changeset/rich-spiders-shave.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'vite-plugin-entrypoints': patch
3+
---
4+
5+
Update dependencies

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# vite-plugin-entrypoints
22

3-
![GitHub Release Workflow Status](https://img.shields.io/github/actions/workflow/status/georgwittberger/vite-plugin-entrypoints/release.yml?branch=main)
4-
![npm Version](https://img.shields.io/npm/v/vite-plugin-entrypoints)
5-
![npm Downloads](https://img.shields.io/npm/dw/vite-plugin-entrypoints)
6-
![License](https://img.shields.io/github/license/georgwittberger/vite-plugin-entrypoints)
7-
![GitHub Repo Stars](https://img.shields.io/github/stars/georgwittberger/vite-plugin-entrypoints?style=social)
3+
[![GitHub Release Workflow Status](https://img.shields.io/github/actions/workflow/status/georgwittberger/vite-plugin-entrypoints/release.yml?branch=main)](https://github.com/georgwittberger/vite-plugin-entrypoints/actions/workflows/release.yml)
4+
[![npm Version](https://img.shields.io/npm/v/vite-plugin-entrypoints)](https://www.npmjs.com/package/vite-plugin-entrypoints)
5+
[![npm Downloads](https://img.shields.io/npm/dw/vite-plugin-entrypoints)](https://www.npmjs.com/package/vite-plugin-entrypoints)
6+
[![License](https://img.shields.io/github/license/georgwittberger/vite-plugin-entrypoints)](https://github.com/georgwittberger/vite-plugin-entrypoints?tab=MIT-1-ov-file#readme)
7+
[![GitHub Repo Stars](https://img.shields.io/github/stars/georgwittberger/vite-plugin-entrypoints?style=social)](https://github.com/georgwittberger/vite-plugin-entrypoints)
88

99
Vite plugin to generate additional entry points for files matching glob patterns.
1010

@@ -61,13 +61,13 @@ This plugin solves our problem by generating entry points for all files matching
6161
## Installation
6262

6363
```bash
64-
# NPM
64+
# npm
6565
npm install vite-plugin-entrypoints --save-dev
6666

6767
# Yarn
6868
yarn add vite-plugin-entrypoints --dev
6969

70-
# PNPM
70+
# pnpm
7171
pnpm add vite-plugin-entrypoints --save-dev
7272
```
7373

package.json

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -38,19 +38,25 @@
3838
"test:build": "vite build tests"
3939
},
4040
"dependencies": {
41-
"glob": "^11.0.0"
41+
"glob": "^11.0.1"
4242
},
4343
"devDependencies": {
44-
"@changesets/cli": "^2.27.7",
45-
"@tsconfig/node18": "^18.2.4",
46-
"@types/node": "^18.17.3",
47-
"prettier": "^3.3.3",
48-
"tsup": "^8.2.4",
49-
"typescript": "^5.5.4",
50-
"vite": "^5.4.1"
44+
"@changesets/cli": "^2.28.1",
45+
"@tsconfig/node22": "^22.0.0",
46+
"@types/node": "^22.13.9",
47+
"prettier": "^3.5.3",
48+
"tsup": "^8.4.0",
49+
"typescript": "^5.8.2",
50+
"vite": "^5.4.14"
5151
},
5252
"engines": {
53-
"node": ">=18",
54-
"pnpm": ">=9"
53+
"node": ">=22",
54+
"pnpm": ">=10"
55+
},
56+
"packageManager": "pnpm@10.6.1+sha512.40ee09af407fa9fbb5fbfb8e1cb40fbb74c0af0c3e10e9224d7b53c7658528615b2c92450e74cfad91e3a2dcafe3ce4050d80bda71d757756d2ce2b66213e9a3",
57+
"pnpm": {
58+
"onlyBuiltDependencies": [
59+
"esbuild"
60+
]
5561
}
5662
}

0 commit comments

Comments
 (0)