Skip to content

Commit

Permalink
chore: pin dev dep versions
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Oct 1, 2024
1 parent 964abdc commit 41a4eb1
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 29 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "impound",
"type": "module",
"version": "0.1.0",
"packageManager": "pnpm@9.9.0",
"packageManager": "pnpm@9.11.0",
"description": "Builder-agnostic plugin to allow restricting import patterns in certain parts of your code-base.",
"license": "MIT",
"repository": "unjs/impound",
Expand All @@ -29,25 +29,25 @@
"test:types": "tsc --noEmit"
},
"dependencies": {
"@rollup/pluginutils": "^5.1.0",
"@rollup/pluginutils": "^5.1.2",
"mlly": "^1.7.1",
"pathe": "^1.1.2",
"unenv": "^1.10.0",
"unplugin": "^1.12.2"
"unplugin": "^1.14.1"
},
"devDependencies": {
"@antfu/eslint-config": "latest",
"@antfu/eslint-config": "3.7.3",
"@types/node": "^22.7.4",
"@vitest/coverage-v8": "latest",
"bumpp": "latest",
"eslint": "latest",
"lint-staged": "latest",
"rollup": "^4.21.1",
"simple-git-hooks": "latest",
"typescript": "latest",
"unbuild": "latest",
"vite": "latest",
"vitest": "latest"
"@vitest/coverage-v8": "2.1.1",
"bumpp": "9.6.1",
"eslint": "9.11.1",
"lint-staged": "15.2.10",
"rollup": "^4.23.0",
"simple-git-hooks": "2.11.1",
"typescript": "5.6.2",
"unbuild": "2.0.0",
"vite": "5.4.8",
"vitest": "2.1.1"
},
"resolutions": {
"impound": "link:."
Expand Down
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
},
"dependencies": {
"impound": "latest",
"rollup": "^4.21.1"
"rollup": "^4.23.0"
}
}
28 changes: 14 additions & 14 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 41a4eb1

Please sign in to comment.