Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
JumpLink authored and ewlsh committed Feb 26, 2024
1 parent f42d81d commit cdba982
Show file tree
Hide file tree
Showing 37 changed files with 488 additions and 563 deletions.
6 changes: 3 additions & 3 deletions examples/gjs/adw-1-hello/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"@babel/core": "^7.23.9",
"@rollup/plugin-babel": "^6.0.4",
"@ts-for-gir/cli": "workspace:^",
"rollup": "^4.11.0",
"typescript": "5.2.2",
"vite": "^5.1.3"
"rollup": "^4.12.0",
"typescript": "^5.2.2",
"vite": "^5.1.4"
}
}
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.20.0",
"typescript": "5.2.2"
"esbuild": "^0.20.1",
"typescript": "^5.2.2"
}
}
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.20.0",
"typescript": "5.2.2"
"esbuild": "^0.20.1",
"typescript": "^5.2.2"
}
}
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.20.0",
"typescript": "5.2.2"
"esbuild": "^0.20.1",
"typescript": "^5.2.2"
}
}
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.20.0",
"typescript": "5.2.2"
"esbuild": "^0.20.1",
"typescript": "^5.2.2"
}
}
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.20.0",
"typescript": "5.2.2"
"esbuild": "^0.20.1",
"typescript": "^5.2.2"
}
}
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.20.0",
"typescript": "5.2.2"
"esbuild": "^0.20.1",
"typescript": "^5.2.2"
}
}
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.20.0",
"typescript": "5.2.2"
"esbuild": "^0.20.1",
"typescript": "^5.2.2"
}
}
4 changes: 2 additions & 2 deletions examples/gjs/glib-2-spawn-command/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"@ts-for-gir/cli": "workspace:^",
"fork-ts-checker-webpack-plugin": "^9.0.2",
"ts-loader": "^9.5.1",
"typescript": "5.2.2",
"webpack": "^5.90.2",
"typescript": "^5.2.2",
"webpack": "^5.90.3",
"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.20.0",
"typescript": "5.2.2"
"esbuild": "^0.20.1",
"typescript": "^5.2.2"
}
}
4 changes: 2 additions & 2 deletions examples/gjs/gtk-3-browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"@ts-for-gir/cli": "workspace:^",
"fork-ts-checker-webpack-plugin": "^9.0.2",
"ts-loader": "^9.5.1",
"typescript": "5.2.2",
"webpack": "^5.90.2",
"typescript": "^5.2.2",
"webpack": "^5.90.3",
"webpack-cli": "^5.1.4"
}
}
4 changes: 2 additions & 2 deletions examples/gjs/gtk-3-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"fork-ts-checker-webpack-plugin": "^9.0.2",
"raw-loader": "^4.0.2",
"ts-loader": "^9.5.1",
"typescript": "5.2.2",
"webpack": "^5.90.2",
"typescript": "^5.2.2",
"webpack": "^5.90.3",
"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.20.0",
"typescript": "5.2.2"
"esbuild": "^0.20.1",
"typescript": "^5.2.2"
}
}
4 changes: 2 additions & 2 deletions examples/gjs/gtk-3-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"@ts-for-gir/cli": "workspace:^",
"fork-ts-checker-webpack-plugin": "^9.0.2",
"ts-loader": "^9.5.1",
"typescript": "5.2.2",
"webpack": "^5.90.2",
"typescript": "^5.2.2",
"webpack": "^5.90.3",
"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.20.0",
"typescript": "5.2.2"
"esbuild": "^0.20.1",
"typescript": "^5.2.2"
}
}
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.20.0",
"typescript": "5.2.2"
"esbuild": "^0.20.1",
"typescript": "^5.2.2"
}
}
4 changes: 2 additions & 2 deletions examples/gjs/gtk-3-hello/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"@ts-for-gir/cli": "workspace:^",
"fork-ts-checker-webpack-plugin": "^9.0.2",
"ts-loader": "^9.5.1",
"typescript": "5.2.2",
"webpack": "^5.90.2",
"typescript": "^5.2.2",
"webpack": "^5.90.3",
"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.20.0",
"typescript": "5.2.2"
"esbuild": "^0.20.1",
"typescript": "^5.2.2"
}
}
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.20.0",
"typescript": "5.2.2"
"esbuild": "^0.20.1",
"typescript": "^5.2.2"
}
}
4 changes: 2 additions & 2 deletions examples/gjs/gtk-4-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.20.0",
"typescript": "5.2.2"
"esbuild": "^0.20.1",
"typescript": "^5.2.2"
}
}
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.20.0",
"typescript": "5.2.2"
"esbuild": "^0.20.1",
"typescript": "^5.2.2"
}
}
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.20.0",
"typescript": "5.2.2"
"esbuild": "^0.20.1",
"typescript": "^5.2.2"
}
}
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.20.0",
"typescript": "5.2.2"
"esbuild": "^0.20.1",
"typescript": "^5.2.2"
}
}
4 changes: 2 additions & 2 deletions examples/gjs/run-async/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.20.0",
"typescript": "5.2.2"
"esbuild": "^0.20.1",
"typescript": "^5.2.2"
}
}
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.20.0",
"typescript": "5.2.2"
"esbuild": "^0.20.1",
"typescript": "^5.2.2"
}
}
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.20.0",
"typescript": "5.2.2"
"esbuild": "^0.20.1",
"typescript": "^5.2.2"
}
}
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.20.0",
"typescript": "5.2.2"
"esbuild": "^0.20.1",
"typescript": "^5.2.2"
}
}
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,15 +79,15 @@
],
"devDependencies": {
"@ts-for-gir/cli": "workspace:^",
"@typescript-eslint/eslint-plugin": "^7.0.1",
"@typescript-eslint/parser": "^7.0.1",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"concurrently": "^8.2.2",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"prettier": "^3.2.5",
"rimraf": "^5.0.5",
"typescript": "5.2.2"
"typescript": "^5.2.2"
},
"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 @@ -54,17 +54,17 @@
],
"devDependencies": {
"@types/inquirer": "^9.0.7",
"@types/node": "^20.11.18",
"@types/node": "^20.11.20",
"@types/yargs": "^17.0.32",
"@typescript-eslint/eslint-plugin": "^7.0.1",
"@typescript-eslint/parser": "^7.0.1",
"eslint": "^8.56.0",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"prettier": "^3.2.5",
"rimraf": "^5.0.5",
"ts-node": "^10.9.2",
"typescript": "5.2.2"
"typescript": "^5.2.2"
},
"dependencies": {
"@gi.ts/parser": "workspace:^",
Expand All @@ -74,7 +74,7 @@
"@ts-for-gir/lib": "workspace:^",
"colorette": "^2.0.20",
"cosmiconfig": "^9.0.0",
"inquirer": "^9.2.14",
"inquirer": "^9.2.15",
"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": "^20.11.18",
"@typescript-eslint/eslint-plugin": "^7.0.1",
"@typescript-eslint/parser": "^7.0.1",
"eslint": "^8.56.0",
"@types/node": "^20.11.20",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"prettier": "^3.2.5",
"rimraf": "^5.0.5",
"typescript": "5.2.2"
"typescript": "^5.2.2"
},
"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": "^20.11.18",
"@typescript-eslint/eslint-plugin": "^7.0.1",
"@typescript-eslint/parser": "^7.0.1",
"eslint": "^8.56.0",
"@types/node": "^20.11.20",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"prettier": "^3.2.5",
"rimraf": "^5.0.5",
"typescript": "5.2.2"
"typescript": "^5.2.2"
},
"dependencies": {
"@ts-for-gir/generator-base": "workspace:^",
Expand Down
14 changes: 7 additions & 7 deletions packages/generator-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,17 +41,17 @@
"generator"
],
"devDependencies": {
"@types/ejs": "^3.1.4",
"@types/node": "^20.11.18",
"@types/xml2js": "^0",
"@typescript-eslint/eslint-plugin": "^7.0.1",
"@typescript-eslint/parser": "^7.0.1",
"eslint": "^8.56.0",
"@types/ejs": "^3.1.5",
"@types/node": "^20.11.20",
"@types/xml2js": "^0.4.14",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"prettier": "^3.2.5",
"rimraf": "^5.0.5",
"typescript": "5.2.2"
"typescript": "^5.2.2"
},
"dependencies": {
"@ts-for-gir/generator-base": "workspace:^",
Expand Down
Loading

0 comments on commit cdba982

Please sign in to comment.