Skip to content

Commit

Permalink
Examples: Remove unused dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
JumpLink committed Jul 9, 2024
1 parent 41c3fc7 commit a93e955
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
7 changes: 1 addition & 6 deletions examples/gtk-3-hello/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"private": true,
"scripts": {
"build": "yarn build:app",
"_build:app": "yarn clear:app && webpack --env production",
"build:app": "yarn clear:app && rollup --config",
"clear:types": "rm -rf ./@types",
"clear:app": "rm -rf ./dist",
Expand All @@ -21,12 +20,8 @@
"license": "Apache-2.0",
"devDependencies": {
"@rollup/plugin-node-resolve": "^15.2.3",
"fork-ts-checker-webpack-plugin": "^9.0.2",
"rollup": "^4.18.1",
"ts-loader": "^9.5.1",
"typescript": "^5.5.3",
"webpack": "^5.92.1",
"webpack-cli": "^5.1.4"
"typescript": "^5.5.3"
},
"dependencies": {
"@girs/gjs": "workspace:^",
Expand Down
4 changes: 0 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11523,12 +11523,8 @@ __metadata:
"@girs/gjs": "workspace:^"
"@girs/gtk-3.0": "workspace:^"
"@rollup/plugin-node-resolve": "npm:^15.2.3"
fork-ts-checker-webpack-plugin: "npm:^9.0.2"
rollup: "npm:^4.18.1"
ts-loader: "npm:^9.5.1"
typescript: "npm:^5.5.3"
webpack: "npm:^5.92.1"
webpack-cli: "npm:^5.1.4"
languageName: unknown
linkType: soft

Expand Down

0 comments on commit a93e955

Please sign in to comment.