Skip to content

Commit c2e5124

Browse files
committed
Package updates
1 parent 274e672 commit c2e5124

File tree

4 files changed

+1345
-1097
lines changed

4 files changed

+1345
-1097
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v15.12.0
1+
v16.4.0

deploy

package.json

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,12 @@
1515
"ci:unit": "yarn run test:unit"
1616
},
1717
"dependencies": {
18-
"@bugsnag/js": "^7.9.2",
18+
"@bugsnag/js": "^7.10.5",
1919
"@bugsnag/plugin-vue": "^7.9.2",
2020
"cldr-data": "^36.0.0",
2121
"cldrjs": "^0.5.5",
2222
"core-js": "^3.12.1",
23+
"cypress": "8.0.0",
2324
"lodash-es": "^4.17.21",
2425
"normalize.css": "^8.0.1",
2526
"vue": "^2.6.12",
@@ -31,13 +32,13 @@
3132
},
3233
"devDependencies": {
3334
"@cypress/webpack-preprocessor": "^5.7.0",
34-
"@types/chai": "^4.2.18",
35+
"@types/chai": "^4.2.20",
3536
"@types/chai-as-promised": "^7.1.4",
3637
"@types/cldrjs": "^0.4.22",
3738
"@types/lodash-es": "^4.17.4",
38-
"@types/mocha": "^8.2.2",
39-
"@typescript-eslint/eslint-plugin": "^4.23.0",
40-
"@typescript-eslint/parser": "^4.23.0",
39+
"@types/mocha": "^8.2.3",
40+
"@typescript-eslint/eslint-plugin": "^4.28.2",
41+
"@typescript-eslint/parser": "^4.28.2",
4142
"@vue/cli-plugin-babel": "~4.5.13",
4243
"@vue/cli-plugin-e2e-cypress": "~4.5.13",
4344
"@vue/cli-plugin-eslint": "~4.5.13",
@@ -48,28 +49,28 @@
4849
"@vue/cli-service": "~4.5.13",
4950
"@vue/eslint-config-airbnb": "^5.3.0",
5051
"@vue/eslint-config-typescript": "^7.0.0",
51-
"@vue/test-utils": "1.2.0",
52+
"@vue/test-utils": "1.2.1",
5253
"chai": "^4.3.4",
5354
"chai-as-promised": "^7.1.1",
5455
"chai-each": "^0.0.1",
55-
"eslint": "^7.26.0",
56+
"eslint": "^7.30.0",
5657
"eslint-plugin-chai-expect": "^2.2.0",
5758
"eslint-plugin-chai-friendly": "^0.7.1",
5859
"eslint-plugin-cypress": "^2.11.3",
5960
"eslint-plugin-import": "^2.22.1",
60-
"eslint-plugin-mocha": "^8.1.0",
61-
"eslint-plugin-vue": "^7.9.0",
61+
"eslint-plugin-mocha": "^9.0.0",
62+
"eslint-plugin-vue": "^7.13.0",
6263
"lint-staged": "^11.0.0",
6364
"null-loader": "^4.0.1",
64-
"sass": "^1.32.12",
65+
"sass": "^1.35.2",
6566
"sass-loader": "^10.2.0",
66-
"start-server-and-test": "^1.12.1",
67+
"start-server-and-test": "^1.12.6",
6768
"stylelint": "^13.13.1",
6869
"stylelint-config-sass-guidelines": "^8.0.0",
6970
"stylelint-config-standard": "^22.0.0",
7071
"stylelint-processor-html": "^1.0.0",
71-
"typedoc": "^0.20.36",
72-
"typescript": "~4.2.4",
72+
"typedoc": "^0.21.2",
73+
"typescript": "~4.3.5",
7374
"vue-template-compiler": "^2.6.12"
7475
},
7576
"gitHooks": {

0 commit comments

Comments
 (0)