Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
TiBianMod committed Jun 7, 2024
1 parent cce994f commit 44244eb
Show file tree
Hide file tree
Showing 2 changed files with 1,775 additions and 1,487 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vuex-orm-decorators",
"version": "2.0.2",
"version": "2.0.3",
"description": "Simple Typescript decorators to improve the vuex-orm experience in Typescript by introducing typed property access.",
"main": "dist/index.js",
"types": "dist/types/index.d.ts",
Expand All @@ -10,8 +10,8 @@
"cleanup": "rm -rf {coverage,dist,node_modules}",
"lint": "eslint . --ext .ts",
"lint:report": "pnpm lint --output-file eslint_report.json --format json",
"test": "vitest run",
"test:watch": "vitest watch",
"test": "VITE_CJS_IGNORE_WARNING=true vitest run",
"test:watch": "VITE_CJS_IGNORE_WARNING=true vitest watch",
"test:coverage": "vitest run --coverage"
},
"keywords": [
Expand All @@ -29,20 +29,20 @@
"author": "TiBianMod <[email protected]>",
"license": "MIT",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"@vitest/coverage-v8": "^0.34.6",
"@typescript-eslint/eslint-plugin": "^7.12.0",
"@typescript-eslint/parser": "^7.12.0",
"@vitest/coverage-v8": "^1.6.0",
"@vuex-orm/core": "^0.36.4",
"eslint": "^8.51.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-sort-imports-es6-autofix": "^0.6.0",
"eslint-plugin-unused-imports": "^3.0.0",
"prettier": "^3.0.3",
"tslib": "^2.6.2",
"typescript": "^5.2.2",
"vitest": "^0.34.6",
"vue": "^3.3.4",
"eslint-plugin-unused-imports": "^3.2.0",
"prettier": "^3.3.1",
"tslib": "^2.6.3",
"typescript": "^5.4.5",
"vitest": "^1.6.0",
"vue": "^3.4.27",
"vuex": "^4.1.0"
}
}
Loading

0 comments on commit 44244eb

Please sign in to comment.