reactive-vscode 0.2.9 → 0.2.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -87,7 +87,7 @@ export function activate(extensionContext: ExtensionContext) {
87
87
 
88
88
  [MIT](./LICENSE) License © 2024-PRESENT [_Kerman](https://github.com/KermanX)
89
89
 
90
- Source code in [the `./packages/reactivity` directory](https://github.com/KermanX/reactive-vscode/blob/main/packages/core/src/reactivity) is ported from [`@vue/runtime-core`](https://github.com/vuejs/core/blob/main/packages/runtime-core). Licensed under a [MIT License](https://github.com/vueuse/vueuse/blob/main/LICENSE).
90
+ Source code in [the `./packages/reactivity` directory](https://github.com/KermanX/reactive-vscode/blob/main/packages/reactivity) is ported from [`@vue/runtime-core`](https://github.com/vuejs/core/blob/main/packages/runtime-core). Licensed under a [MIT License](https://github.com/vueuse/vueuse/blob/main/LICENSE).
91
91
 
92
92
  Source code in [the `./packages/mock` directory](https://github.com/KermanX/reactive-vscode/blob/main/packages/core/src/mock) references the implementation of [`VSCode`](https://github.com/microsoft/vscode). Licensed under a [MIT License](https://github.com/microsoft/vscode/blob/main/LICENSE.txt).
93
93
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "reactive-vscode",
3
3
  "type": "module",
4
- "version": "0.2.9",
4
+ "version": "0.2.10",
5
5
  "description": "Develop VSCode extension with Vue Reactivity API",
6
6
  "author": "_Kerman <kermanx@qq.com>",
7
7
  "license": "MIT",
@@ -38,14 +38,14 @@
38
38
  "@types/vscode": "^1.89.0"
39
39
  },
40
40
  "dependencies": {
41
- "@reactive-vscode/reactivity": "0.2.9"
41
+ "@reactive-vscode/reactivity": "0.2.10"
42
42
  },
43
43
  "devDependencies": {
44
- "@types/node": "^20.17.7",
45
- "@types/vscode": "^1.95.0",
46
- "typescript": "^5.7.2",
47
- "vite": "^5.4.11",
48
- "vite-plugin-dts": "^4.3.0"
44
+ "@types/node": "^20.17.16",
45
+ "@types/vscode": "^1.96.0",
46
+ "typescript": "^5.7.3",
47
+ "vite": "^5.4.14",
48
+ "vite-plugin-dts": "^4.5.0"
49
49
  },
50
50
  "scripts": {
51
51
  "typecheck": "tsc --noEmit",