| 
9 | 9 |   "scripts": {  | 
10 | 10 |     "build": "npm run lint && npm run compile",  | 
11 | 11 |     "compile": "tsc -p tsconfig.build.json",  | 
12 |  | -    "lint": "eslint --ext .ts,.tsx src/"  | 
 | 12 | +    "lint": "eslint 'src/**/*.ts' && prettier --check '**/*.{js,ts}'"  | 
13 | 13 |   },  | 
14 | 14 |   "repository": {  | 
15 | 15 |     "type": "git",  | 
 | 
39 | 39 |   ],  | 
40 | 40 |   "types": "dist/index.d.ts",  | 
41 | 41 |   "dependencies": {  | 
42 |  | -    "@codingame/monaco-editor-wrapper": "^9.0.1",  | 
 | 42 | +    "@codingame/monaco-editor-wrapper": "^11.0.0",  | 
43 | 43 |     "deep-equal": "^2.2.3",  | 
44 | 44 |     "lodash.debounce": "^4.0.8",  | 
45 |  | -    "monaco-editor": "npm:@codingame/monaco-vscode-editor-api@^8.0.3",  | 
 | 45 | +    "monaco-editor": "npm:@codingame/monaco-vscode-editor-api@^13.1.3",  | 
46 | 46 |     "react-dom": "^18.3.1",  | 
47 |  | -    "vscode": "npm:@codingame/monaco-vscode-api@^8.0.3"  | 
 | 47 | +    "vscode": "npm:@codingame/monaco-vscode-extension-api@^13.1.3"  | 
48 | 48 |   },  | 
49 | 49 |   "devDependencies": {  | 
50 | 50 |     "@codingame/commitlint-config-codingame": "^1.1.1",  | 
51 |  | -    "@codingame/eslint-config": "^1.1.10",  | 
52 |  | -    "@codingame/eslint-config-react": "^1.0.2",  | 
53 |  | -    "@codingame/semantic-release-config-github": "^1.0.0",  | 
 | 51 | +    "@codingame/semantic-release-config-github": "^2.0.0",  | 
54 | 52 |     "@codingame/tsconfig": "^1.1.1",  | 
55 |  | -    "@commitlint/cli": "^19.4.0",  | 
 | 53 | +    "@commitlint/cli": "^19.7.1",  | 
56 | 54 |     "@types/deep-equal": "^1.0.4",  | 
57 | 55 |     "@types/lodash.debounce": "^4.0.9",  | 
58 |  | -    "@types/react": "18.3.4",  | 
59 |  | -    "@types/react-dom": "^18.3.0",  | 
60 |  | -    "@types/vscode": "^1.92.0",  | 
61 |  | -    "@typescript-eslint/eslint-plugin": "7.16.0",  | 
62 |  | -    "@typescript-eslint/parser": "7.16.0",  | 
63 |  | -    "conventional-changelog-conventionalcommits": "^7.0.2",  | 
64 |  | -    "eslint": "8.57.0",  | 
65 |  | -    "eslint-config-standard": "17.1.0",  | 
66 |  | -    "eslint-config-standard-jsx": "11.0.0",  | 
67 |  | -    "eslint-plugin-import": "2.29.1",  | 
68 |  | -    "eslint-plugin-node": "11.1.0",  | 
69 |  | -    "eslint-plugin-react": "7.34.3",  | 
70 |  | -    "eslint-plugin-react-hooks": "4.6.2",  | 
71 |  | -    "eslint-plugin-unused-imports": "3.2.0",  | 
72 |  | -    "typescript": "5.5.4"  | 
 | 56 | +    "@types/react": "19.0.8",  | 
 | 57 | +    "@types/react-dom": "^19.0.3",  | 
 | 58 | +    "@types/vscode": "^1.96.0",  | 
 | 59 | +    "@typescript-eslint/eslint-plugin": "8.23.0",  | 
 | 60 | +    "@typescript-eslint/parser": "8.23.0",  | 
 | 61 | +    "conventional-changelog-conventionalcommits": "^8.0.0",  | 
 | 62 | +    "eslint": "9.19.0",  | 
 | 63 | +    "eslint-plugin-react": "^7.37.4",  | 
 | 64 | +    "eslint-plugin-react-hooks": "^5.1.0",  | 
 | 65 | +    "prettier": "^3.4.2",  | 
 | 66 | +    "typescript": "5.7.3",  | 
 | 67 | +    "typescript-eslint": "^8.23.0"  | 
73 | 68 |   },  | 
74 | 69 |   "peerDependencies": {  | 
75 | 70 |     "react": ">=16.0.0"  | 
 | 
0 commit comments