Skip to content

Commit

Permalink
v0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lxsmnsyc committed Feb 24, 2024
1 parent 828f6e0 commit 29bc918
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 13 deletions.
4 changes: 2 additions & 2 deletions examples/preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
"@preact/preset-vite": "^2.8.1",
"typescript": "^5.3.3",
"vite": "^5.0.11",
"vite-plugin-forgetti": "0.8.1"
"vite-plugin-forgetti": "0.8.2"
},
"dependencies": {
"forgetti": "0.8.1",
"preact": "^10.19.3"
},
"version": "0.8.1"
"version": "0.8.2"
}
4 changes: 2 additions & 2 deletions examples/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
"@vitejs/plugin-react": "^4.2.1",
"typescript": "^5.3.3",
"vite": "^5.0.11",
"vite-plugin-forgetti": "0.8.1"
"vite-plugin-forgetti": "0.8.2"
},
"dependencies": {
"forgetti": "0.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"version": "0.8.1"
"version": "0.8.2"
}
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
"registry": "https://registry.npmjs.org/"
}
},
"version": "0.8.1"
"version": "0.8.2"
}
11 changes: 8 additions & 3 deletions packages/rollup/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.8.1",
"version": "0.8.2",
"type": "module",
"types": "./dist/types/index.d.ts",
"main": "./dist/cjs/production/index.cjs",
Expand All @@ -15,12 +15,17 @@
"types": "./dist/types/index.d.ts"
}
},
"files": ["dist", "src"],
"files": [
"dist",
"src"
],
"engines": {
"node": ">=10"
},
"license": "MIT",
"keywords": ["pridepack"],
"keywords": [
"pridepack"
],
"name": "rollup-plugin-forgetti",
"devDependencies": {
"@types/babel__core": "^7.20.5",
Expand Down
12 changes: 9 additions & 3 deletions packages/vite/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.8.1",
"version": "0.8.2",
"type": "module",
"types": "./dist/types/index.d.ts",
"main": "./dist/cjs/production/index.cjs",
Expand All @@ -15,12 +15,18 @@
"types": "./dist/types/index.d.ts"
}
},
"files": ["dist", "src"],
"files": [
"dist",
"src"
],
"engines": {
"node": ">=10"
},
"license": "MIT",
"keywords": ["pridepack", "babel"],
"keywords": [
"pridepack",
"babel"
],
"name": "vite-plugin-forgetti",
"devDependencies": {
"@types/babel__core": "^7.20.5",
Expand Down
4 changes: 2 additions & 2 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 29bc918

Please sign in to comment.