Skip to content
This repository was archived by the owner on Dec 15, 2025. It is now read-only.

Commit e632f87

Browse files
committed
chore(deps): pin dependencies
1 parent bba50dd commit e632f87

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"homepage": "https://github.com/pharindoko/json-serverless.git#readme",
2020
"devDependencies": {
2121
"cz-conventional-changelog": "3.2.0",
22-
"typescript": "^3.9.5"
22+
"typescript": "3.9.5"
2323
},
2424
"config": {
2525
"commitizen": {

packages/server/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"@types/supertest": "2.0.9",
6969
"@types/swagger-schema-official": "2.0.21",
7070
"@types/swagger-ui-express": "4.1.2",
71-
"@types/table": "^5.0.0",
71+
"@types/table": "5.0.0",
7272
"cz-conventional-changelog": "3.2.0",
7373
"eslint": "7.1.0",
7474
"eslint-config-airbnb-base": "14.1.0",
@@ -79,7 +79,7 @@
7979
"nodemon": "2.0.4",
8080
"ts-jest": "26.1.0",
8181
"ts-loader": "7.0.5",
82-
"typescript": "^3.9.3"
82+
"typescript": "3.9.3"
8383
},
8484
"config": {
8585
"commitizen": {

0 commit comments

Comments
 (0)