Skip to content

Conversation

Sanel0101
Copy link

This pull request adds a new development container configuration to the project. The change introduces a devcontainer.json file to streamline the development environment setup.

Development environment setup:

  • .devcontainer/devcontainer.json: Added a new file specifying the use of the mcr.microsoft.com/devcontainers/universal:2 image with no additional features configured.deletion

Original file line number Original file line Diff line number Diff line change @@ -31,7 +31,7 @@
"prettier": "1.17.0",
"prettier": "1.17.0",
"tslint": "5.19.0",
"tslint": "5.19.0",
"tslint-plugin-prettier": "2.0.1",
"tslint-plugin-prettier": "2.0.1",
"typescript": "3.5.3"
"typescript": "3.6.2"
},
},
"engines": {
"engines": {
"node": ">= 8"
"node": ">= 8"
‎yarn.lock
+4
-4
Lines changed: 4 additions & 4 deletions

Original file line number Original file line Diff line number Diff line change @@ -3761,10 +3761,10 @@ type-detect@^4.0.0, type-detect@^4.0.5:
resolved "https://registry.yarnpkg.com/type-detect/-/type-detect-4.0.8.tgz#7646fb5f18871cfbb7749e69bd39a6388eb7450c"
resolved "https://registry.yarnpkg.com/type-detect/-/type-detect-4.0.8.tgz#7646fb5f18871cfbb7749e69bd39a6388eb7450c"
integrity sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==
integrity sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==

[email protected]:
[email protected]:
version "3.5.3"
version "3.6.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.5.3.tgz#c830f657f93f1ea846819e929092f5fe5983e977"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.6.2.tgz#105b0f1934119dde543ac8eb71af3a91009efe54"
integrity sha512-ACzBtm/PhXBDId6a6sDJfroT2pOWt/oOnk4/dElG5G33ZL776N3Y6/6bKZJBFpd+b05F3Ct9qDjMeJmRWtE2/g==
integrity sha512-lmQ4L+J6mnu3xweP8+rOrUwzmN+MRAj7TgtJtDaXE5PMyX2kCrklhg3rvOsOIfNeAWMQWO2F1GPc1kMD2vLAfw==

uglify-js@^3.1.4:
uglify-js@^3.1.4:
version "3.6.0"
version "3.6.0"
0 commit comments
Comments

deletion


Original file line number	Original file line	Diff line number	Diff line change
@@ -31,7 +31,7 @@
    "prettier": "1.17.0",
    "prettier": "1.17.0",
    "tslint": "5.19.0",
    "tslint": "5.19.0",
    "tslint-plugin-prettier": "2.0.1",
    "tslint-plugin-prettier": "2.0.1",
    "typescript": "3.5.3"
    "typescript": "3.6.2"
  },
  },
  "engines": {
  "engines": {
    "node": ">= 8"
    "node": ">= 8"
‎yarn.lock
+4
-4
Lines changed: 4 additions & 4 deletions


Original file line number	Original file line	Diff line number	Diff line change
@@ -3761,10 +3761,10 @@ type-detect@^4.0.0, type-detect@^4.0.5:
  resolved "https://registry.yarnpkg.com/type-detect/-/type-detect-4.0.8.tgz#7646fb5f18871cfbb7749e69bd39a6388eb7450c"
  resolved "https://registry.yarnpkg.com/type-detect/-/type-detect-4.0.8.tgz#7646fb5f18871cfbb7749e69bd39a6388eb7450c"
  integrity sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==
  integrity sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==


[email protected]:
[email protected]:
  version "3.5.3"
  version "3.6.2"
  resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.5.3.tgz#c830f657f93f1ea846819e929092f5fe5983e977"
  resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.6.2.tgz#105b0f1934119dde543ac8eb71af3a91009efe54"
  integrity sha512-ACzBtm/PhXBDId6a6sDJfroT2pOWt/oOnk4/dElG5G33ZL776N3Y6/6bKZJBFpd+b05F3Ct9qDjMeJmRWtE2/g==
  integrity sha512-lmQ4L+J6mnu3xweP8+rOrUwzmN+MRAj7TgtJtDaXE5PMyX2kCrklhg3rvOsOIfNeAWMQWO2F1GPc1kMD2vLAfw==


uglify-js@^3.1.4:
uglify-js@^3.1.4:
  version "3.6.0"
  version "3.6.0"
0 commit comments
Comments
Copy link

@Wybrand37 Wybrand37 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sanel0101:patch-1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants