Skip to content

Commit

Permalink
consistent typescript ver + gitignore updates
Browse files Browse the repository at this point in the history
  • Loading branch information
51ngul4r1ty committed Feb 10, 2024
1 parent 46fc601 commit 8add80b
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 82 deletions.
86 changes: 11 additions & 75 deletions package-lock.json

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

7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@
"dist-pkg:extension": "npm run build-all-pkgs:shared && npm run build-pkg:extension && npm run build-vsix -w packages/vscode-extension",
"check-prereqs-pkg:web-app": "npm run check:prereqs -w packages/web-app",
"docker-pkg:web-app": "npm run build-pkg:web-app && npm run -w packages/web-app build:docker",
"clean-node-modules": "npx rimraf node_modules",
"clean-all": "npm run clean-all:node-modules && npm run clean-all:dist",
"clean-all:dist": "npm run clean:dist -ws --if-present",
"clean-all:node-modules": "npm run clean:node-modules -ws --if-present",
"clean:node-modules": "rimraf node_modules",
"package-pkg:extension": "npm run package -w packages/vscode-extension",
"publish-pkg:shared": "npm publish -w packages/shared",
"publish-alpha:shared": "npm run publish-alpha -w packages/shared",
Expand Down Expand Up @@ -54,6 +57,6 @@
"devDependencies": {
"prettier": "2.7.1",
"rimraf": "3.0.2",
"typescript": "4.2.4"
"typescript": "4.6.4"
}
}
1 change: 1 addition & 0 deletions packages/api-types/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dist/
3 changes: 1 addition & 2 deletions packages/client-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@
"rollup-plugin-json": "4.0.0",
"rollup-plugin-node-resolve": "5.2.0",
"rollup-plugin-typescript2": "0.31.2",
"ts-node": "10.7.0",
"typescript": "4.6.4"
"ts-node": "10.7.0"
},
"dependencies": {
"@atoll/api-types": "1.0.0",
Expand Down
1 change: 1 addition & 0 deletions packages/rest-fetch/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dist/
3 changes: 1 addition & 2 deletions packages/rich-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
"rollup": "2.71.1",
"rollup-plugin-json": "4.0.0",
"rollup-plugin-node-resolve": "5.2.0",
"rollup-plugin-typescript2": "0.31.2",
"typescript": "4.6.4"
"rollup-plugin-typescript2": "0.31.2"
}
}
1 change: 0 additions & 1 deletion packages/vscode-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@
"mocha": "9.2.2",
"ts-loader": "9.2.8",
"ts-node": "10.7.0",
"typescript": "4.5.5",
"webpack": "5.75.0",
"webpack-cli": "4.9.2"
},
Expand Down

0 comments on commit 8add80b

Please sign in to comment.