Skip to content

Commit 9deb505

Browse files
committed
chore: set-up Github Actions pipeline [PIE-515]
1 parent 4d42b61 commit 9deb505

3 files changed

Lines changed: 10 additions & 9 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"serve": "^11.3.2",
6060
"ts-jest": "^26.3.0",
6161
"ts-node": "^9.0.0",
62-
"typescript": "^4.2.3"
62+
"typescript": "^4.9.5"
6363
},
6464
"repository": {
6565
"type": "git",

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"rootDir": "src",
99
"outDir": "lib",
1010
"moduleResolution": "Node",
11-
"sourceMap": true
11+
"sourceMap": true,
12+
"skipLibCheck": true
1213
},
1314
"exclude": ["node_modules", "lib", "**/__tests__/**", "src/fixtures", "playground", "old-stuff", "wip-src" ]
1415
}

yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1293,9 +1293,9 @@
12931293
"@types/node" "*"
12941294

12951295
"@types/glob@^7.1.3":
1296-
version "7.1.3"
1297-
resolved "https://registry.yarnpkg.com/@types/glob/-/glob-7.1.3.tgz#e6ba80f36b7daad2c685acd9266382e68985c183"
1298-
integrity sha512-SEYeGAIQIQX8NN6LDKprLjbrd5dARM5EXsd8GI/A5l0apYI1fGMWgPHSe4ZKL4eozlAyI+doUE9XbYS4xCkQ1w==
1296+
version "7.2.0"
1297+
resolved "https://registry.yarnpkg.com/@types/glob/-/glob-7.2.0.tgz#bc1b5bf3aa92f25bd5dd39f35c57361bdce5b2eb"
1298+
integrity sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==
12991299
dependencies:
13001300
"@types/minimatch" "*"
13011301
"@types/node" "*"
@@ -7926,10 +7926,10 @@ typedarray@^0.0.6:
79267926
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
79277927
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
79287928

7929-
typescript@^4.2.3:
7930-
version "4.2.3"
7931-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.2.3.tgz#39062d8019912d43726298f09493d598048c1ce3"
7932-
integrity sha512-qOcYwxaByStAWrBf4x0fibwZvMRG+r4cQoTjbPtUlrWjBHbmCAww1i448U0GJ+3cNNEtebDteo/cHOR3xJ4wEw==
7929+
typescript@^4.9.5:
7930+
version "4.9.5"
7931+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
7932+
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
79337933

79347934
uglify-js@^3.1.4:
79357935
version "3.14.1"

0 commit comments

Comments
 (0)