Skip to content

Commit

Permalink
chore: bump all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Desdaemon committed Aug 23, 2023
1 parent 6e382e0 commit eadb506
Show file tree
Hide file tree
Showing 5 changed files with 1,068 additions and 1,025 deletions.
8 changes: 7 additions & 1 deletion .vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,10 @@ src/
tsconfig.json
webpack.config.js
client/**
target
target
static
examples
.*
.github
Cargo.*
pnpm-lock.yaml
36 changes: 18 additions & 18 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Works for `record`s, `template`s and `env.ref()`!

[![template inherit_id demo](static/inherit_id.2.gif)](https://asciinema.org/a/603783)
[![template inherit_id demo](https://raw.githubusercontent.com/Desdaemon/odoo-lsp/main/static/inherit_id.2.gif)](https://asciinema.org/a/603783)

For more features check out the [wiki].

Expand Down
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"scripts": {
"postinstall": "cd client && pnpm i",
"vscode:prepublish": "npm run esbuild-base -- --minify",
"esbuild-base": "esbuild ./client/src/extension.ts --bundle --outfile=out/main.js --external:vscode --format=cjs --platform=node",
"esbuild-base": "esbuild ./client/src/extension.ts --bundle --outfile=dist/extension.js --external:vscode --format=cjs --platform=node",
"esbuild": "npm run esbuild-base -- --sourcemap",
"esbuild-watch": "npm run esbuild-base -- --sourcemap --watch",
"test-compile": "tsc -p ./",
Expand All @@ -72,26 +72,26 @@
"publish": "vsce publish --no-dependencies"
},
"devDependencies": {
"@types/glob": "^7.1.3",
"@types/mocha": "^8.0.0",
"@types/node": "^12.12.0",
"@types/vscode": "^1.44.0",
"@typescript-eslint/eslint-plugin": "^3.8.0",
"@typescript-eslint/parser": "^3.8.0",
"@electron/rebuild": "^3.3.0",
"@types/glob": "^7.2.0",
"@types/mocha": "^8.2.3",
"@types/node": "^12.20.55",
"@types/vscode": "1.66.0",
"@typescript-eslint/eslint-plugin": "^3.10.1",
"@typescript-eslint/parser": "^3.10.1",
"@vscode/test-electron": "^2.3.4",
"@vscode/vsce": "^2.20.1",
"cross-env": "^7.0.2",
"electron-rebuild": "^1.11.0",
"esbuild": "^0.15.10",
"eslint": "^7.6.0",
"glob": "^7.1.7",
"mocha": "^8.0.1",
"cross-env": "^7.0.3",
"esbuild": "^0.15.18",
"eslint": "^7.32.0",
"glob": "^7.2.3",
"mocha": "^8.4.0",
"prettier": "^3.0.2",
"typescript": "^4.4.3",
"vscode-test": "^1.4.0",
"vscode-uri": "^3.0.2",
"webpack": "^5.82.1"
"typescript": "^4.9.5",
"vscode-uri": "^3.0.7",
"webpack": "^5.88.2"
},
"dependencies": {
"vscode-languageclient": "^8.0.2"
"vscode-languageclient": "^8.1.0"
}
}
Loading

0 comments on commit eadb506

Please sign in to comment.