Skip to content

Commit

Permalink
fix fix fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sandstone991 committed Feb 20, 2024
1 parent e4d02ed commit 910f875
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 19 deletions.
13 changes: 4 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "mobbing-query",
"description": "A very tiny wrapper around tanstack/query-core to provide observable queries inside mobx",
"author": "Ahmed Azzam",
"version": "0.0.14",
"version": "0.0.15",
"repository": {
"type": "git",
"url": "https://github.com/sandstone991/MobQ"
Expand Down Expand Up @@ -34,7 +34,6 @@
"format": "npm run format:scripts && npm run format:styles"
},
"devDependencies": {
"mobx": "^6.0.0",
"@tanstack/query-core": "^5.0.0",
"@types/jsdom": "^21.1.6",
"@types/node": "^20.11.5",
Expand All @@ -48,6 +47,7 @@
"eslint-plugin-prettier": "^5.1.3",
"husky": "^8.0.3",
"lint-staged": "^15.2.0",
"mobx": "^6.0.0",
"postcss": "^8.4.33",
"postcss-scss": "^4.0.9",
"prettier": "^3.2.4",
Expand All @@ -62,13 +62,8 @@
"vite": "^5.0.12",
"vitest": "^1.2.1"
},
"dependencies": {
"@tanstack/query-core": "^5.20.5",
"mobx": "^6.12.0"
},
"peerDependencies": {
"mobx": "^6.0.0",
"@tanstack/query-core": "^5.0.0"
"@tanstack/query-core": "^5.0.0",
"mobx": "^6.0.0"
}

}
16 changes: 7 additions & 9 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ module.exports = defineConfig({
fileName: format => fileName[format],
},
rollupOptions: {
external: Object.keys(packageJson.dependencies || {}),
external: Object.keys(packageJson.peerDependencies || {}),

},
},
Expand Down

0 comments on commit 910f875

Please sign in to comment.