Skip to content

Commit

Permalink
chore: up deps
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Oct 24, 2022
1 parent f02119f commit d218cca
Show file tree
Hide file tree
Showing 4 changed files with 632 additions and 192 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
"execa": "^6.1.0",
"globby": "^13.1.2",
"lint-staged": "^13.0.3",
"minimist": "^1.2.6",
"minimist": "^1.2.7",
"p-series": "^3.0.0",
"prettier": "^2.7.1",
"semver": "^7.3.7",
"semver": "^7.3.8",
"typescript": "~4.7.4",
"yorkie": "^2.0.0"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@
"preview": "vite preview --port 4173"
},
"dependencies": {
"vue": "^3.2.36"
"vue": "^3.2.41"
},
"devDependencies": {
"@types/node": "^16.11.36",
"@vitejs/plugin-vue": "^2.3.3",
"@vue/compiler-sfc": "^3.2.31",
"@vue/compiler-sfc": "^3.2.41",
"@vue/tsconfig": "^0.1.3",
"typescript": "~4.7.4",
"vite": "^2.9.9",
"vue-router": "workspace:*",
"vue-tsc": "^0.40.1"
"vue-tsc": "^1.0.9"
}
}
20 changes: 10 additions & 10 deletions packages/router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"attributes": "vetur/attributes.json"
},
"dependencies": {
"@vue/devtools-api": "^6.1.4"
"@vue/devtools-api": "^6.4.5"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.29.2",
Expand All @@ -86,29 +86,29 @@
"@sucrase/jest-plugin": "^2.1.1",
"@types/jest": "^27.4.1",
"@types/jsdom": "^16.2.13",
"@types/nightwatch": "^2.3.3",
"@types/nightwatch": "^2.3.12",
"@vitejs/plugin-vue": "^2.3.3",
"@vue/compiler-sfc": "^3.2.31",
"@vue/server-renderer": "^3.2.37",
"@vue/test-utils": "^2.0.2",
"@vue/compiler-sfc": "^3.2.41",
"@vue/server-renderer": "^3.2.41",
"@vue/test-utils": "^2.2.0",
"browserstack-local": "^1.4.5",
"chromedriver": "^102.0.0",
"connect-history-api-fallback": "^1.6.0",
"conventional-changelog-cli": "^2.1.1",
"dotenv": "^16.0.0",
"dotenv": "^16.0.3",
"faked-promise": "^2.2.2",
"geckodriver": "^3.0.2",
"geckodriver": "^3.2.0",
"jest": "^27.5.1",
"jest-mock-warn": "^1.1.0",
"nightwatch": "^2.3.0",
"nightwatch": "^2.4.1",
"nightwatch-helpers": "^1.2.0",
"rimraf": "^3.0.2",
"rollup": "^2.78.0",
"rollup-plugin-analyzer": "^4.0.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.32.1",
"typescript": "~4.7.4",
"vite": "^2.9.9",
"vue": "^3.2.37"
"vite": "^3.1.8",
"vue": "^3.2.41"
}
}
Loading

0 comments on commit d218cca

Please sign in to comment.