chore: update repo references
This commit is contained in:
@@ -216,7 +216,7 @@ describe('runtime-dom: props patching', () => {
|
||||
test('readonly type prop on textarea', () => {
|
||||
const el = document.createElement('textarea')
|
||||
// just to verify that it doesn't throw when i.e. switching a dynamic :is from an 'input' to a 'textarea'
|
||||
// see https://github.com/vuejs/vue-next/issues/2766
|
||||
// see https://github.com/vuejs/core/issues/2766
|
||||
patchProp(el, 'type', 'text', null)
|
||||
})
|
||||
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/vuejs/vue-next.git",
|
||||
"url": "git+https://github.com/vuejs/core.git",
|
||||
"directory": "packages/runtime-dom"
|
||||
},
|
||||
"keywords": [
|
||||
@@ -31,9 +31,9 @@
|
||||
"author": "Evan You",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/vuejs/vue-next/issues"
|
||||
"url": "https://github.com/vuejs/core/issues"
|
||||
},
|
||||
"homepage": "https://github.com/vuejs/vue-next/tree/master/packages/runtime-dom#readme",
|
||||
"homepage": "https://github.com/vuejs/core/tree/main/packages/runtime-dom#readme",
|
||||
"dependencies": {
|
||||
"@vue/shared": "3.2.27",
|
||||
"@vue/runtime-core": "3.2.27",
|
||||
|
||||
Reference in New Issue
Block a user