Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 79b1bf3

Browse filesBrowse files
committed
chore: bump deps
1 parent ce61b0c commit 79b1bf3
Copy full SHA for 79b1bf3

File tree

Expand file treeCollapse file tree

3 files changed

+1720
-1342
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+1720
-1342
lines changed

‎package.json

Copy file name to clipboardExpand all lines: package.json
+21-21Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -49,33 +49,33 @@
4949
"vue": "^3.0.0"
5050
},
5151
"devDependencies": {
52-
"@babel/core": "^7.9.6",
53-
"@babel/plugin-proposal-class-properties": "^7.8.3",
54-
"@babel/plugin-proposal-decorators": "^7.8.3",
55-
"@babel/preset-env": "^7.9.6",
56-
"@babel/preset-typescript": "^7.9.0",
57-
"@microsoft/api-extractor": "^7.7.13",
58-
"@types/jest": "^25.2.1",
59-
"@types/node": "^13.13.5",
60-
"@vue/compiler-sfc": "^3.0.0-rc.1",
61-
"babel-jest": "^26.0.1",
52+
"@babel/core": "^7.11.4",
53+
"@babel/plugin-proposal-class-properties": "^7.10.4",
54+
"@babel/plugin-proposal-decorators": "^7.10.5",
55+
"@babel/preset-env": "^7.11.0",
56+
"@babel/preset-typescript": "^7.10.4",
57+
"@microsoft/api-extractor": "^7.9.9",
58+
"@types/jest": "^26.0.10",
59+
"@types/node": "^14.6.0",
60+
"@vue/compiler-sfc": "^3.0.0-rc.8",
61+
"babel-jest": "^26.3.0",
6262
"babel-loader": "^8.1.0",
63-
"conventional-changelog-cli": "^2.0.31",
64-
"css-loader": "^3.5.3",
65-
"jest": "^26.0.1",
63+
"conventional-changelog-cli": "^2.1.0",
64+
"css-loader": "^4.2.1",
65+
"jest": "^26.4.2",
6666
"prettier": "^2.0.5",
6767
"reflect-metadata": "^0.1.13",
6868
"rimraf": "^3.0.2",
69-
"rollup": "^2.8.0",
69+
"rollup": "^2.26.5",
7070
"rollup-plugin-babel": "^4.4.0",
7171
"rollup-plugin-replace": "^2.2.0",
72-
"ts-jest": "^25.4.0",
73-
"ts-loader": "^7.0.2",
74-
"typescript": "^3.8.3",
72+
"ts-jest": "^26.2.0",
73+
"ts-loader": "^8.0.2",
74+
"typescript": "^4.0.2",
7575
"uglify-es": "^3.3.9",
76-
"vue": "^3.0.0-rc.1",
77-
"vue-loader": "^16.0.0-beta.4",
78-
"webpack": "^4.43.0",
79-
"webpack-cli": "^3.3.11"
76+
"vue": "^3.0.0-rc.8",
77+
"vue-loader": "^16.0.0-beta.5",
78+
"webpack": "^4.44.1",
79+
"webpack-cli": "^3.3.12"
8080
}
8181
}

‎test/specs/test.spec.ts

Copy file name to clipboardExpand all lines: test/specs/test.spec.ts
-18Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -93,24 +93,6 @@ describe('vue-class-component', () => {
9393
expect('bar' in root.$data).toBe(false)
9494
})
9595

96-
xit('data: should collect custom property defined on beforeCreate', () => {
97-
class MyComp extends Vue {
98-
$store: any
99-
foo: string = 'Hello, ' + this.$store.state.msg
100-
101-
beforeCreate() {
102-
this.$store = {
103-
state: {
104-
msg: 'world',
105-
},
106-
}
107-
}
108-
}
109-
110-
const { root } = mount(MyComp)
111-
expect(root.foo).toBe('Hello, world')
112-
})
113-
11496
it('methods', () => {
11597
let msg: string = ''
11698

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.