Skip to content

Commit

Permalink
chore: up deps (#1100)
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Sep 3, 2021
1 parent edc456d commit da7a219
Show file tree
Hide file tree
Showing 3 changed files with 1,114 additions and 1,511 deletions.
18 changes: 9 additions & 9 deletions package.json
Expand Up @@ -64,25 +64,25 @@
"@vue/devtools-api": "^6.0.0-beta.14"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.16.1",
"@microsoft/api-extractor": "^7.18.7",
"@rollup/plugin-alias": "^3.1.4",
"@rollup/plugin-commonjs": "^20.0.0",
"@rollup/plugin-node-resolve": "^13.0.2",
"@rollup/plugin-replace": "^3.0.0",
"@sucrase/jest-plugin": "^2.1.1",
"@types/jest": "^26.0.24",
"@types/jest": "^27.0.1",
"@types/jsdom": "^16.2.13",
"@types/webpack": "^5.28.0",
"@types/webpack-env": "^1.16.2",
"@vitejs/plugin-vue": "^1.4.0",
"@vue/compiler-sfc": "^3.1.0",
"@vue/server-renderer": "^3.1.0",
"@vitejs/plugin-vue": "^1.6.0",
"@vue/compiler-sfc": "^3.2.6",
"@vue/server-renderer": "^3.2.6",
"@vue/test-utils": "^2.0.0-rc.3",
"axios": "^0.21.1",
"brotli": "^1.3.2",
"browserstack-local": "^1.4.5",
"chalk": "^4.1.0",
"chromedriver": "^92.0.1",
"chromedriver": "^92.0.2",
"codecov": "^3.8.2",
"connect-history-api-fallback": "^1.6.0",
"conventional-changelog-cli": "^2.1.1",
Expand All @@ -102,11 +102,11 @@
"rollup-plugin-typescript2": "^0.30.0",
"selenium-server": "^3.141.59",
"serve-handler": "^6.1.3",
"typescript": "^4.3.5",
"vite": "~2.3.0",
"typescript": "~4.4.2",
"vite": "~2.5.3",
"vitepress": "^0.17.0",
"vue": "^3.1.0",
"vue-tsc": "^0.2.2",
"vue-tsc": "^0.3.0",
"yorkie": "^2.0.0"
}
}
2 changes: 1 addition & 1 deletion src/matcher/pathParserRanker.ts
Expand Up @@ -163,7 +163,7 @@ export function tokensToParser(
} catch (err) {
throw new Error(
`Invalid custom RegExp for param "${value}" (${re}): ` +
err.message
(err as Error).message
)
}
}
Expand Down

0 comments on commit da7a219

Please sign in to comment.