File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ nodeLinker : node-modules
Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## [ 1.1.1] - 9-19-2025
4+ - Update dependencies
5+ - Downgrade minimum VSCode version to 1.99.3 to support Cursor
6+
37## [ 1.1.0] - 5-18-2025
48
59- Update dependencies
Original file line number Diff line number Diff line change 44 "description" : " Show the definition for all http status codes when you hover over them" ,
55 "publisher" : " beatzoid" ,
66 "icon" : " images/logo.png" ,
7- "version" : " 1.1.0 " ,
7+ "version" : " 1.1.1 " ,
88 "engines" : {
9- "vscode" : " ^1.100.2 "
9+ "vscode" : " >=1.99.3 "
1010 },
1111 "repository" : " https://github.com/Beatzoid/vscode-http-status-codes" ,
1212 "categories" : [
3939 "test" : " node ./out/test/runTest.js"
4040 },
4141 "devDependencies" : {
42- "@types/glob" : " ^8.1 .0" ,
42+ "@types/glob" : " ^9.0 .0" ,
4343 "@types/mocha" : " ^10.0.10" ,
44- "@types/node" : " 22.15.19 " ,
45- "@types/vscode" : " ^1.100 .0" ,
46- "@typescript-eslint/eslint-plugin" : " ^8.32.1 " ,
47- "@typescript-eslint/parser" : " ^8.32.1 " ,
44+ "@types/node" : " 24.5.2 " ,
45+ "@types/vscode" : " ^1.98 .0" ,
46+ "@typescript-eslint/eslint-plugin" : " ^8.44.0 " ,
47+ "@typescript-eslint/parser" : " ^8.44.0 " ,
4848 "@vscode/test-electron" : " ^2.5.2" ,
49- "eslint" : " ^9.27 .0" ,
50- "glob" : " ^11.0.2 " ,
51- "mocha" : " ^11.3.0 " ,
52- "ts-loader" : " ^9.5.2 " ,
49+ "eslint" : " ^9.36 .0" ,
50+ "glob" : " ^11.0.3 " ,
51+ "mocha" : " ^11.7.2 " ,
52+ "ts-loader" : " ^9.5.4 " ,
5353 "typescript" : " ^5.9.2" ,
54- "webpack" : " ^5.99.8 " ,
54+ "webpack" : " ^5.101.3 " ,
5555 "webpack-cli" : " ^6.0.1"
5656 }
5757}
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments