We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a95f907 commit 6e246fbCopy full SHA for 6e246fb
1 file changed
package.json
@@ -2,7 +2,7 @@
2
"name": "crawl-data",
3
"author": "@max-ostapenko",
4
"dependencies": {
5
- "@dataform/core": "^3.0.15"
+ "@dataform/core": "3.0.15"
6
},
7
"scripts": {
8
"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 @@
20
]
21
22
"devDependencies": {
23
- "markdownlint-cli": "^0.44.0",
24
- "standard": "^17.1.2"
+ "markdownlint-cli": "0.44.0",
+ "standard": "17.1.2"
25
26
"markdownlint": {
27
"default": true,
0 commit comments