Skip to content

Commit 6e246fb

Browse files
committed
fix package versions
1 parent a95f907 commit 6e246fb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "crawl-data",
33
"author": "@max-ostapenko",
44
"dependencies": {
5-
"@dataform/core": "^3.0.15"
5+
"@dataform/core": "3.0.15"
66
},
77
"scripts": {
88
"format": "npx standard --fix; npx markdownlint --ignore-path .gitignore --config package.json --configPointer /markdownlint . --fix; terraform -chdir=infra/tf fmt -recursive",
@@ -20,8 +20,8 @@
2020
]
2121
},
2222
"devDependencies": {
23-
"markdownlint-cli": "^0.44.0",
24-
"standard": "^17.1.2"
23+
"markdownlint-cli": "0.44.0",
24+
"standard": "17.1.2"
2525
},
2626
"markdownlint": {
2727
"default": true,

0 commit comments

Comments
 (0)