Skip to content

Commit

Permalink
Merge pull request #98 from globeandmail/renovate/pin-dependencies
Browse files Browse the repository at this point in the history
Pin dependencies
  • Loading branch information
jeffpaul committed Jul 8, 2021
2 parents 20d7a16 + 86c9b44 commit a47aa58
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 22 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@
},
"require": {
"php": ">=7.4",
"snowplow/snowplow-tracker": "^0.4.0"
"snowplow/snowplow-tracker": "0.4.0"
},
"require-dev": {
"phpunit/phpunit": "^8.2",
"phpunit/phpunit": "8.5.15",
"10up/wp_mock": "dev-master",
"automattic/vipwpcs": "^2.2",
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.1"
"automattic/vipwpcs": "2.3.0",
"dealerdirect/phpcodesniffer-composer-installer": "0.7.1"
},
"autoload": {
"psr-4": {
Expand Down
28 changes: 14 additions & 14 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@
"test": "10up-scripts test-unit-jest"
},
"devDependencies": {
"@10up/scripts": "^1.3.1",
"jsdoc": "~3.6.3",
"prop-types": "^15.7.2",
"wp-hookdoc": "^0.2.0"
"@10up/scripts": "1.3.1",
"jsdoc": "3.6.7",
"prop-types": "15.7.2",
"wp-hookdoc": "0.2.0"
},
"engines": {
"node": ">=12.0.0"
Expand Down

0 comments on commit a47aa58

Please sign in to comment.