|
16 | 16 | "test": "concurrently \"npm run build:serve\" \"npm run test:run\" --kill-others --success first"
|
17 | 17 | },
|
18 | 18 | "dependencies": {
|
19 |
| - "pouchdb-adapter-http": "^7.3.0", |
20 |
| - "pouchdb-adapter-idb": "^7.3.0", |
21 |
| - "pouchdb-server": "^4.2.0", |
22 |
| - "random-int": "^3.0.0", |
23 |
| - "register-service-worker": "^1.7.2", |
| 19 | + "pouchdb-adapter-http": "7.3.0", |
| 20 | + "pouchdb-adapter-idb": "7.3.0", |
| 21 | + "pouchdb-server": "4.2.0", |
| 22 | + "random-int": "3.0.0", |
| 23 | + "register-service-worker": "1.7.2", |
24 | 24 | "rxdb": "file:rxdb-local.tgz",
|
25 |
| - "rxjs": "^7.5.5", |
26 |
| - "vue": "^3.2.33", |
27 |
| - "vue-router": "^4.0.15" |
| 25 | + "rxjs": "7.5.5", |
| 26 | + "vue": "3.2.33", |
| 27 | + "vue-router": "4.0.15" |
28 | 28 | },
|
29 | 29 | "devDependencies": {
|
30 |
| - "@types/node": "^17.0.36", |
31 |
| - "@types/pouchdb-adapter-http": "^6.1.3", |
32 |
| - "@types/pouchdb-adapter-idb": "^6.1.4", |
33 |
| - "@typescript-eslint/eslint-plugin": "^5.6.0", |
34 |
| - "@typescript-eslint/parser": "^5.27.0", |
35 |
| - "@vue/cli-plugin-eslint": "^5.0.4", |
36 |
| - "@vue/cli-plugin-pwa": "^5.0.4", |
37 |
| - "@vue/cli-plugin-typescript": "^5.0.4", |
38 |
| - "@vue/cli-service": "^5.0.4", |
39 |
| - "@vue/compiler-sfc": "^3.2.33", |
40 |
| - "@vue/eslint-config-typescript": "^10.0.0", |
41 |
| - "async-test-util": "^2.0.0", |
42 |
| - "concurrently": "^7.2.1", |
43 |
| - "copy-webpack-plugin": "^11.0.0", |
44 |
| - "eslint": "^8.16.0", |
45 |
| - "eslint-plugin-vue": "^8.7.1", |
46 |
| - "local-web-server": "^5.2.1", |
47 |
| - "node-sass": "^6.0.1", |
48 |
| - "sass-loader": "^12.6.0", |
49 |
| - "testcafe": "^1.19.0", |
50 |
| - "typescript": "^4.6.4" |
| 30 | + "@types/node": "17.0.36", |
| 31 | + "@types/pouchdb-adapter-http": "6.1.3", |
| 32 | + "@types/pouchdb-adapter-idb": "6.1.4", |
| 33 | + "@typescript-eslint/eslint-plugin": "5.6.0", |
| 34 | + "@typescript-eslint/parser": "5.27.0", |
| 35 | + "@vue/cli-plugin-eslint": "5.0.4", |
| 36 | + "@vue/cli-plugin-pwa": "5.0.4", |
| 37 | + "@vue/cli-plugin-typescript": "5.0.4", |
| 38 | + "@vue/cli-service": "5.0.4", |
| 39 | + "@vue/compiler-sfc": "3.2.33", |
| 40 | + "@vue/eslint-config-typescript": "10.0.0", |
| 41 | + "async-test-util": "2.0.0", |
| 42 | + "concurrently": "7.2.1", |
| 43 | + "copy-webpack-plugin": "11.0.0", |
| 44 | + "eslint": "8.16.0", |
| 45 | + "eslint-plugin-vue": "8.7.1", |
| 46 | + "local-web-server": "5.2.1", |
| 47 | + "node-sass": "6.0.1", |
| 48 | + "sass-loader": "12.6.0", |
| 49 | + "testcafe": "1.19.0", |
| 50 | + "typescript": "4.6.4" |
51 | 51 | },
|
52 | 52 | "eslintConfig": {
|
53 | 53 | "root": true,
|
|
0 commit comments