Skip to content

Commit

Permalink
Merge pull request #133 from gjsify/gi-ts
Browse files Browse the repository at this point in the history
Removed more unused code
  • Loading branch information
JumpLink authored Jul 26, 2023
2 parents 73fc840 + 039c8b2 commit 47a62cf
Show file tree
Hide file tree
Showing 116 changed files with 558 additions and 3,657 deletions.
8 changes: 4 additions & 4 deletions examples/gjs/adw-1-hello/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
"author": "Pascal Garber <[email protected]>",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.22.5",
"@babel/core": "^7.22.9",
"@rollup/plugin-babel": "^6.0.3",
"@ts-for-gir/cli": "workspace:^",
"rollup": "^3.25.1",
"typescript": "^5.1.3",
"vite": "^4.3.9"
"rollup": "^3.26.3",
"typescript": "^5.1.6",
"vite": "^4.4.6"
}
}
4 changes: 2 additions & 2 deletions examples/gjs/gio-2-cat-alias/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"license": "MIT",
"devDependencies": {
"@ts-for-gir/cli": "workspace:^",
"esbuild": "^0.18.6",
"typescript": "^5.1.3"
"esbuild": "^0.18.16",
"typescript": "^5.1.6"
}
}
4 changes: 2 additions & 2 deletions examples/gjs/gio-2-cat-packages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"author": "Pascal Garber <[email protected]>",
"license": "MIT",
"devDependencies": {
"esbuild": "^0.18.6",
"typescript": "^5.1.3"
"esbuild": "^0.18.16",
"typescript": "^5.1.6"
}
}
4 changes: 2 additions & 2 deletions examples/gjs/gio-2-cat-promisify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"license": "MIT",
"devDependencies": {
"@ts-for-gir/cli": "workspace:^",
"esbuild": "^0.18.6",
"typescript": "^5.1.3"
"esbuild": "^0.18.16",
"typescript": "^5.1.6"
}
}
4 changes: 2 additions & 2 deletions examples/gjs/gio-2-cat-types-only/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"license": "MIT",
"devDependencies": {
"@ts-for-gir/cli": "workspace:^",
"esbuild": "^0.18.6",
"typescript": "^5.1.3"
"esbuild": "^0.18.16",
"typescript": "^5.1.6"
}
}
4 changes: 2 additions & 2 deletions examples/gjs/gio-2-cat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"license": "MIT",
"devDependencies": {
"@ts-for-gir/cli": "workspace:^",
"esbuild": "^0.18.6",
"typescript": "^5.1.3"
"esbuild": "^0.18.16",
"typescript": "^5.1.6"
}
}
4 changes: 2 additions & 2 deletions examples/gjs/gio-2-dbus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"license": "MIT",
"devDependencies": {
"@ts-for-gir/cli": "workspace:^",
"esbuild": "^0.18.6",
"typescript": "^5.1.3"
"esbuild": "^0.18.16",
"typescript": "^5.1.6"
}
}
4 changes: 2 additions & 2 deletions examples/gjs/gio-2-list-model/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"license": "MIT",
"devDependencies": {
"@ts-for-gir/cli": "workspace:^",
"esbuild": "^0.18.6",
"typescript": "^5.1.3"
"esbuild": "^0.18.16",
"typescript": "^5.1.6"
}
}
6 changes: 3 additions & 3 deletions examples/gjs/glib-2-spawn-command/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
"devDependencies": {
"@ts-for-gir/cli": "workspace:^",
"fork-ts-checker-webpack-plugin": "^8.0.0",
"ts-loader": "^9.4.3",
"typescript": "^5.1.3",
"webpack": "^5.88.0",
"ts-loader": "^9.4.4",
"typescript": "^5.1.6",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4"
}
}
4 changes: 2 additions & 2 deletions examples/gjs/glib-2-variant/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"license": "MIT",
"devDependencies": {
"@ts-for-gir/cli": "workspace:^",
"esbuild": "^0.18.6",
"typescript": "^5.1.3"
"esbuild": "^0.18.16",
"typescript": "^5.1.6"
}
}
4 changes: 2 additions & 2 deletions examples/gjs/gtk-3-application/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"license": "MIT",
"devDependencies": {
"@ts-for-gir/cli": "workspace:^",
"esbuild": "^0.18.6",
"typescript": "^5.1.3"
"esbuild": "^0.18.16",
"typescript": "^5.1.6"
}
}
6 changes: 3 additions & 3 deletions examples/gjs/gtk-3-browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
"devDependencies": {
"@ts-for-gir/cli": "workspace:^",
"fork-ts-checker-webpack-plugin": "^8.0.0",
"ts-loader": "^9.4.3",
"typescript": "^5.1.3",
"webpack": "^5.88.0",
"ts-loader": "^9.4.4",
"typescript": "^5.1.6",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4"
}
}
6 changes: 3 additions & 3 deletions examples/gjs/gtk-3-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
"@ts-for-gir/cli": "workspace:^",
"fork-ts-checker-webpack-plugin": "^8.0.0",
"raw-loader": "^4.0.2",
"ts-loader": "^9.4.3",
"typescript": "^5.1.3",
"webpack": "^5.88.0",
"ts-loader": "^9.4.4",
"typescript": "^5.1.6",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4"
}
}
4 changes: 2 additions & 2 deletions examples/gjs/gtk-3-calc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"license": "MIT",
"devDependencies": {
"@ts-for-gir/cli": "workspace:^",
"esbuild": "^0.18.6",
"typescript": "^5.1.3"
"esbuild": "^0.18.16",
"typescript": "^5.1.6"
}
}
6 changes: 3 additions & 3 deletions examples/gjs/gtk-3-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
"devDependencies": {
"@ts-for-gir/cli": "workspace:^",
"fork-ts-checker-webpack-plugin": "^8.0.0",
"ts-loader": "^9.4.3",
"typescript": "^5.1.3",
"webpack": "^5.88.0",
"ts-loader": "^9.4.4",
"typescript": "^5.1.6",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4"
}
}
4 changes: 2 additions & 2 deletions examples/gjs/gtk-3-gettext/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"license": "MIT",
"devDependencies": {
"@ts-for-gir/cli": "workspace:^",
"esbuild": "^0.18.6",
"typescript": "^5.1.3"
"esbuild": "^0.18.16",
"typescript": "^5.1.6"
}
}
4 changes: 2 additions & 2 deletions examples/gjs/gtk-3-hello-2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"license": "MIT",
"devDependencies": {
"@ts-for-gir/cli": "workspace:^",
"esbuild": "^0.18.6",
"typescript": "^5.1.3"
"esbuild": "^0.18.16",
"typescript": "^5.1.6"
}
}
6 changes: 3 additions & 3 deletions examples/gjs/gtk-3-hello/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
"devDependencies": {
"@ts-for-gir/cli": "workspace:^",
"fork-ts-checker-webpack-plugin": "^8.0.0",
"ts-loader": "^9.4.3",
"typescript": "^5.1.3",
"webpack": "^5.88.0",
"ts-loader": "^9.4.4",
"typescript": "^5.1.6",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4"
}
}
4 changes: 2 additions & 2 deletions examples/gjs/gtk-3-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"license": "MIT",
"devDependencies": {
"@ts-for-gir/cli": "workspace:^",
"esbuild": "^0.18.6",
"typescript": "^5.1.3"
"esbuild": "^0.18.16",
"typescript": "^5.1.6"
}
}
4 changes: 2 additions & 2 deletions examples/gjs/gtk-3-webkit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"license": "MIT",
"devDependencies": {
"@ts-for-gir/cli": "workspace:^",
"esbuild": "^0.18.6",
"typescript": "^5.1.3"
"esbuild": "^0.18.16",
"typescript": "^5.1.6"
}
}
4 changes: 2 additions & 2 deletions examples/gjs/gtk-4-custom-widget/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"license": "MIT",
"devDependencies": {
"@ts-for-gir/cli": "workspace:^",
"esbuild": "^0.18.6",
"typescript": "^5.1.3"
"esbuild": "^0.18.16",
"typescript": "^5.1.6"
}
}
4 changes: 2 additions & 2 deletions examples/gjs/gtk-4-list-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"license": "MIT",
"devDependencies": {
"@ts-for-gir/cli": "workspace:^",
"esbuild": "^0.18.6",
"typescript": "^5.1.3"
"esbuild": "^0.18.16",
"typescript": "^5.1.6"
}
}
4 changes: 2 additions & 2 deletions examples/gjs/gtk-4-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"license": "MIT",
"devDependencies": {
"@ts-for-gir/cli": "workspace:^",
"esbuild": "^0.18.6",
"typescript": "^5.1.3"
"esbuild": "^0.18.16",
"typescript": "^5.1.6"
}
}
4 changes: 2 additions & 2 deletions examples/gjs/soup-3-http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"license": "MIT",
"devDependencies": {
"@ts-for-gir/cli": "workspace:^",
"esbuild": "^0.18.6",
"typescript": "^5.1.3"
"esbuild": "^0.18.16",
"typescript": "^5.1.6"
}
}
4 changes: 2 additions & 2 deletions examples/gjs/soup-3-websocket/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"license": "MIT",
"devDependencies": {
"@ts-for-gir/cli": "workspace:^",
"esbuild": "^0.18.6",
"typescript": "^5.1.3"
"esbuild": "^0.18.16",
"typescript": "^5.1.6"
}
}
4 changes: 2 additions & 2 deletions examples/gjs/timers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"license": "MIT",
"devDependencies": {
"@ts-for-gir/cli": "workspace:^",
"esbuild": "^0.18.6",
"typescript": "^5.1.3"
"esbuild": "^0.18.16",
"typescript": "^5.1.6"
}
}
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,15 +140,15 @@
"devDependencies": {
"@ts-for-gir/cli": "workspace:^",
"@types/prettier": "^2.7.3",
"@typescript-eslint/eslint-plugin": "^5.60.0",
"@typescript-eslint/parser": "^5.60.0",
"@typescript-eslint/eslint-plugin": "^6.1.0",
"@typescript-eslint/parser": "^6.1.0",
"concurrently": "^8.2.0",
"eslint": "^8.43.0",
"eslint": "^8.45.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "^2.8.8",
"rimraf": "^5.0.1",
"typescript": "^5.1.3"
"typescript": "^5.1.6"
},
"workspaces": [
"examples/*/*",
Expand Down
12 changes: 6 additions & 6 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,17 +55,17 @@
],
"devDependencies": {
"@types/inquirer": "^9.0.3",
"@types/node": "^18.16.18",
"@types/node": "^20.4.4",
"@types/yargs": "^17.0.24",
"@typescript-eslint/eslint-plugin": "^5.60.0",
"@typescript-eslint/parser": "^5.60.0",
"eslint": "^8.43.0",
"@typescript-eslint/eslint-plugin": "^6.1.0",
"@typescript-eslint/parser": "^6.1.0",
"eslint": "^8.45.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "^2.8.8",
"rimraf": "^5.0.1",
"ts-node": "^10.9.1",
"typescript": "^5.1.3"
"typescript": "^5.1.6"
},
"dependencies": {
"@ts-for-gir/generator-base": "workspace:^",
Expand All @@ -74,7 +74,7 @@
"@ts-for-gir/lib": "workspace:^",
"colorette": "^2.0.20",
"cosmiconfig": "^8.2.0",
"inquirer": "^9.2.7",
"inquirer": "^9.2.8",
"tiny-glob": "^0.2.9",
"yargs": "^17.7.2"
}
Expand Down
10 changes: 5 additions & 5 deletions packages/generator-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@
"generator"
],
"devDependencies": {
"@types/node": "^18.16.18",
"@typescript-eslint/eslint-plugin": "^5.60.0",
"@typescript-eslint/parser": "^5.60.0",
"eslint": "^8.43.0",
"@types/node": "^20.4.4",
"@typescript-eslint/eslint-plugin": "^6.1.0",
"@typescript-eslint/parser": "^6.1.0",
"eslint": "^8.45.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "^2.8.8",
"rimraf": "^5.0.1",
"typescript": "^5.1.3"
"typescript": "^5.1.6"
},
"dependencies": {
"@ts-for-gir/lib": "workspace:^"
Expand Down
10 changes: 5 additions & 5 deletions packages/generator-html-doc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@
"generator"
],
"devDependencies": {
"@types/node": "^18.16.18",
"@typescript-eslint/eslint-plugin": "^5.60.0",
"@typescript-eslint/parser": "^5.60.0",
"eslint": "^8.43.0",
"@types/node": "^20.4.4",
"@typescript-eslint/eslint-plugin": "^6.1.0",
"@typescript-eslint/parser": "^6.1.0",
"eslint": "^8.45.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "^2.8.8",
"rimraf": "^5.0.1",
"typescript": "^5.1.3"
"typescript": "^5.1.6"
},
"dependencies": {
"@ts-for-gir/generator-base": "workspace:^",
Expand Down
10 changes: 5 additions & 5 deletions packages/generator-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@
"generator"
],
"devDependencies": {
"@types/node": "^18.16.16",
"@typescript-eslint/eslint-plugin": "^5.59.9",
"@typescript-eslint/parser": "^5.59.9",
"eslint": "^8.42.0",
"@types/node": "^20.4.4",
"@typescript-eslint/eslint-plugin": "^6.1.0",
"@typescript-eslint/parser": "^6.1.0",
"eslint": "^8.45.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "^2.8.8",
"rimraf": "^5.0.1",
"typescript": "^5.1.3"
"typescript": "^5.1.6"
},
"dependencies": {
"@gi.ts/lib": "2.0.0-alpha.3",
Expand Down
Loading

0 comments on commit 47a62cf

Please sign in to comment.