Skip to content

Commit

Permalink
feat: add support for vite 5, which changed default manifest path
Browse files Browse the repository at this point in the history
  • Loading branch information
ElMassimo committed Nov 16, 2023
1 parent be5e9b9 commit 74f8bda
Show file tree
Hide file tree
Showing 6 changed files with 2,780 additions and 1,651 deletions.
4 changes: 2 additions & 2 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
},
"devDependencies": {
"cross-env": "^7.0.3",
"vite": "^2.7",
"vite": "^5",
"vite-plugin-manifest-sri": "workspace:*",
"vite-plugin-ruby": "^3.0.8"
"vite-plugin-ruby": "^5.0.0"
}
}
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,21 +49,21 @@
"postpublish": "PACKAGE_VERSION=$(cat package.json | grep \\\"version\\\" | head -1 | awk -F: '{ print $2 }' | sed 's/[\",]//g' | tr -d '[[:space:]]') && git tag v$PACKAGE_VERSION && git push --tags"
},
"devDependencies": {
"@mussi/eslint-config": "^0.5",
"@types/debug": "^4.1",
"@types/node": "^14.14",
"@mussi/eslint-config": "^0.5.1",
"@types/debug": "^4.1.12",
"@types/node": "^18.18.9",
"conventional-changelog-cli": "^2.2.2",
"cross-spawn": "^7.0.3",
"enquirer": "^2.3.6",
"eslint": "^7.17.0",
"minimist": "^1.2.5",
"enquirer": "^2.4.1",
"eslint": "^7.32.0",
"minimist": "^1.2.8",
"picocolors": "^1.0.0",
"rollup": "^2.59",
"semver": "^7.3.5",
"tsup": "^5",
"typescript": "^4.5",
"vite": "^2.7.0",
"vitest": "^0.1.0"
"rollup": "^4.4.1",
"semver": "^7.5.4",
"tsup": "^7.2.0",
"typescript": "^4.9.5",
"vite": "^5.0.0",
"vitest": "^0.34"
},
"eslintConfig": {
"extends": [
Expand Down
Loading

0 comments on commit 74f8bda

Please sign in to comment.