Skip to content

Commit 85e7273

Browse files
committedJun 7, 2022
FIX(vue) pin dependencies
1 parent 18cfea8 commit 85e7273

File tree

1 file changed

+29
-29
lines changed

1 file changed

+29
-29
lines changed
 

‎examples/vue/package.json

+29-29
Original file line numberDiff line numberDiff line change
@@ -16,38 +16,38 @@
1616
"test": "concurrently \"npm run build:serve\" \"npm run test:run\" --kill-others --success first"
1717
},
1818
"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",
2424
"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"
2828
},
2929
"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"
5151
},
5252
"eslintConfig": {
5353
"root": true,

0 commit comments

Comments
 (0)
Please sign in to comment.