Skip to content

Commit

Permalink
bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
MDSLKTR committed Nov 24, 2023
1 parent 740ad9c commit 2815da1
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,33 +52,33 @@
],
"homepage": "https://github.com/MDSLKTR/pouch-vue",
"dependencies": {
"or": "^0.2.0",
"pouchdb-live-find": "^0.4.0",
"pouchdb-utils": "^7.0.0"
"pouchdb-utils": "^8.0.1"
},
"devDependencies": {
"@babel/core": "^7.4.3",
"@babel/preset-env": "^7.4.3",
"@vue/babel-preset-app": "^3.6.0",
"@vue/test-utils": "^1.0.0-beta.29",
"@babel/core": "^7.23.3",
"@babel/preset-env": "^7.23.3",
"@vue/babel-preset-app": "^5.0.8",
"@vue/test-utils": "^2.4.2",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^24.7.1",
"babel-jest": "^29.7.0",
"babel-preset-env": "^1.7.0",
"cross-env": "^5.2.0",
"eslint": "^5.16.0",
"jest": "^24.7.1",
"node-fetch": "^2.3.0",
"cross-env": "^7.0.3",
"eslint": "^8.54.0",
"jest": "^29.7.0",
"node-fetch": "^3.3.2",
"pouchdb-authentication": "^1.1.3",
"pouchdb-find": "^7.0.0",
"pouchdb-node": "^7.0.0",
"rollup": "^1.7.4",
"pouchdb-node": "^8.0.1",
"rollup": "^4.5.2",
"rollup-plugin-babel": "^4.3.2",
"rollup-plugin-buble": "^0.19.6",
"rollup-plugin-commonjs": "^9.2.2",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-node-resolve": "^4.0.1",
"rollup-plugin-replace": "^2.1.1",
"vue": "^2.6.10",
"vue-jest": "^3.0.4",
"vue-template-compiler": "^2.6.10"
"vue": "^3.3.8",
"vue-jest": "^3.0.7",
"vue-template-compiler": "^2.7.15"
}
}

0 comments on commit 2815da1

Please sign in to comment.