File tree Expand file tree Collapse file tree 5 files changed +541
-765
lines changed Expand file tree Collapse file tree 5 files changed +541
-765
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ ' vite-plugin-entrypoints ' : patch
3+ ---
4+
5+ Update dependencies
Original file line number Diff line number Diff line change 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
99Vite 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
6565npm install vite-plugin-entrypoints --save-dev
6666
6767# Yarn
6868yarn add vite-plugin-entrypoints --dev
6969
70- # PNPM
70+ # pnpm
7171pnpm add vite-plugin-entrypoints --save-dev
7272```
7373
Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments