Skip to content

Commit

Permalink
feat: injectService支持forwardRef
Browse files Browse the repository at this point in the history
  • Loading branch information
agileago committed Aug 29, 2023
1 parent f0efd52 commit 3b7970a
Show file tree
Hide file tree
Showing 5 changed files with 1,881 additions and 1,616 deletions.
70 changes: 35 additions & 35 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,45 +50,45 @@
"license": "MIT",
"devDependencies": {
"@abraham/reflection": "^0.12.0",
"@commitlint/cli": "^17.5.1",
"@commitlint/config-conventional": "^17.4.4",
"@release-it/conventional-changelog": "^5.1.1",
"@types/lodash-es": "^4.17.7",
"@types/markdown-it": "^12.2.3",
"@types/node": "^18.15.11",
"@types/prettier": "^2.7.2",
"@typescript-eslint/eslint-plugin": "^5.57.0",
"@typescript-eslint/parser": "^5.57.0",
"@vitejs/plugin-vue": "^4.1.0",
"@vitest/coverage-c8": "^0.29.8",
"@vitest/ui": "^0.29.8",
"@vue/test-utils": "2.3.2",
"@algolia/client-search": "^4.19.1",
"@commitlint/cli": "^17.7.1",
"@commitlint/config-conventional": "^17.7.0",
"@release-it/conventional-changelog": "^7.0.0",
"@types/lodash-es": "^4.17.8",
"@types/markdown-it": "^13.0.1",
"@types/node": "^20.5.7",
"@types/prettier": "^3.0.0",
"@typescript-eslint/eslint-plugin": "^6.5.0",
"@typescript-eslint/parser": "^6.5.0",
"@vitejs/plugin-vue": "^4.3.4",
"@vitest/coverage-c8": "^0.33.0",
"@vitest/ui": "^0.34.3",
"@vue/test-utils": "2.4.1",
"@vue3-oop/plugin-vue-jsx": "^1.4.6",
"ant-design-vue": "^4.0.0-alpha.3",
"ant-design-vue": "^4.0.1",
"autobind-decorator": "^2.4.0",
"c8": "^7.13.0",
"eslint": "^8.37.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"happy-dom": "^8.9.0",
"c8": "^8.0.1",
"eslint": "^8.48.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"happy-dom": "^10.11.1",
"injection-js": "^2.4.0",
"lint-staged": "^13.2.0",
"lint-staged": "^14.0.1",
"lodash-es": "^4.17.21",
"prettier": "^2.8.7",
"release-it": "^15.10.0",
"rimraf": "^4.4.1",
"sass": "^1.60.0",
"simple-git-hooks": "^2.8.1",
"tslib": "^2.5.0",
"typescript": "^5.0.3",
"vite": "^4.2.1",
"vite-plugin-dts": "^2.1.0",
"vite-tsconfig-paths": "^4.0.7",
"vitepress": "1.0.0-alpha.64",
"vitest": "^0.29.8",
"vue": "^3.2.47",
"vue-router": "^4.1.6",
"@algolia/client-search": "^4.16.0"
"prettier": "^3.0.2",
"release-it": "^16.1.5",
"rimraf": "^5.0.1",
"sass": "^1.66.1",
"simple-git-hooks": "^2.9.0",
"tslib": "^2.6.2",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vite-plugin-dts": "^3.5.3",
"vite-tsconfig-paths": "^4.2.0",
"vitepress": "1.0.0-rc.10",
"vitest": "^0.34.3",
"vue": "^3.3.4",
"vue-router": "^4.2.4"
},
"commitlint": {
"extends": [
Expand Down
Loading

0 comments on commit 3b7970a

Please sign in to comment.