Update meson (#647)

* Update meson

* update

* Use build_always_stale instead of manually defining files to track.

* Clean up tsconfig
This commit is contained in:
Jas Singh
2024-12-28 03:48:52 -08:00
committed by GitHub
parent ba7e0dfd52
commit a7b553725c
7 changed files with 35 additions and 49 deletions

10
package-lock.json generated
View File

@@ -8,6 +8,9 @@
"name": "hyprpanel",
"version": "1.0.0",
"license": "MIT",
"dependencies": {
"astal": "/usr/share/astal/gjs"
},
"devDependencies": {
"@types/node": "^22.5.4",
"@typescript-eslint/eslint-plugin": "^8.5.0",
@@ -21,6 +24,9 @@
"typescript": "^5.6.2"
}
},
"../../../../usr/share/astal/gjs": {
"license": "LGPL-2.1"
},
"node_modules/@eslint-community/eslint-utils": {
"version": "4.4.0",
"resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz",
@@ -593,6 +599,10 @@
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/astal": {
"resolved": "../../../../usr/share/astal/gjs",
"link": true
},
"node_modules/available-typed-arrays": {
"version": "1.0.7",
"resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.7.tgz",