Skip to content

Commit

Permalink
chore: lockfile maintenance
Browse files Browse the repository at this point in the history
  • Loading branch information
cexbrayat committed Jul 4, 2022
1 parent f311f88 commit 2ccb8ba
Show file tree
Hide file tree
Showing 2 changed files with 552 additions and 581 deletions.
52 changes: 26 additions & 26 deletions package.json
Expand Up @@ -22,41 +22,41 @@
"dist/index.d.ts"
],
"devDependencies": {
"@rollup/plugin-commonjs": "^22.0.1",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-replace": "^4.0.0",
"@rollup/plugin-commonjs": "22.0.1",
"@rollup/plugin-json": "4.1.0",
"@rollup/plugin-node-resolve": "13.3.0",
"@rollup/plugin-replace": "4.0.0",
"@types/node": "18.0.0",
"@types/pretty": "^2.0.1",
"@typescript-eslint/eslint-plugin": "^5.30.3",
"@typescript-eslint/parser": "^5.30.3",
"@vitejs/plugin-vue": "^2.3.3",
"@vitejs/plugin-vue-jsx": "^1.3.10",
"@types/pretty": "2.0.1",
"@typescript-eslint/eslint-plugin": "5.30.4",
"@typescript-eslint/parser": "5.30.4",
"@vitejs/plugin-vue": "2.3.3",
"@vitejs/plugin-vue-jsx": "1.3.10",
"@vue/compat": "3.2.37",
"@vue/compiler-dom": "3.2.37",
"@vue/compiler-sfc": "3.2.37",
"c8": "^7.11.3",
"eslint": "^8.18.0",
"eslint-config-prettier": "^8.5.0",
"c8": "7.11.3",
"eslint": "8.19.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-prettier": "4.2.1",
"husky": "^8.0.1",
"jsdom": "^20.0.0",
"jsdom-global": "^3.0.2",
"lint-staged": "^13.0.3",
"prettier": "^2.7.1",
"pretty": "^2.0.0",
"reflect-metadata": "^0.1.13",
"rollup": "^2.75.7",
"rollup-plugin-typescript2": "^0.32.1",
"husky": "8.0.1",
"jsdom": "20.0.0",
"jsdom-global": "3.0.2",
"lint-staged": "13.0.3",
"prettier": "2.7.1",
"pretty": "2.0.0",
"reflect-metadata": "0.1.13",
"rollup": "2.75.7",
"rollup-plugin-typescript2": "0.32.1",
"tslib": "2.4.0",
"typescript": "4.7.4",
"vitepress": "^0.22.4",
"vitest": "^0.16.0",
"vitepress": "0.22.4",
"vitest": "0.17.0",
"vue": "3.2.37",
"vue-class-component": "^8.0.0-rc.1",
"vue-router": "^4.0.16",
"vue-class-component": "8.0.0-rc.1",
"vue-router": "4.0.16",
"vue-tsc": "0.38.2",
"vuex": "^4.0.2"
"vuex": "4.0.2"
},
"peerDependencies": {
"vue": "^3.0.1"
Expand Down

0 comments on commit 2ccb8ba

Please sign in to comment.