Skip to content

Commit 937ff31

Browse files
authored
Remove pin checker so we don't have to update deps all the time (#536)
1 parent d92b3ec commit 937ff31

File tree

3 files changed

+0
-22
lines changed

3 files changed

+0
-22
lines changed

.travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ env:
2828
- ACTION=ci:test
2929
- ACTION=build
3030
- ACTION=smoketest
31-
- ACTION=ci:pinned-deps
3231
script: npm run $ACTION
3332
jobs:
3433
include:

package-lock.json

-19
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

-2
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@
9393
"karma-webpack": "5.0.0",
9494
"npm-run-all": "4.1.5",
9595
"openapi2typescript-cli": "0.7.0",
96-
"pin-dependencies-checker": "1.0.6",
9796
"postcss": "8.3.3",
9897
"prop-types": "15.7.2",
9998
"react-test-renderer": "17.0.2",
@@ -112,7 +111,6 @@
112111
"static": "fec static",
113112
"ci:test": "npm run test --coverage --forceExit --maxWorkers=4 --detectOpenHandles && curl -s https://codecov.io/bash | bash",
114113
"schema-check": "bash ./.travis/schema-check.sh",
115-
"ci:pinned-deps": "pin-checker",
116114
"test": "jest --verbose",
117115
"smoketest": "karma start ./config/karma.conf.ts",
118116
"translations": "npm-run-all translations:*",

0 commit comments

Comments
 (0)