Skip to content

Commit 2bf42fe

Browse files
committed
Update deps and changelog
1 parent cd6156e commit 2bf42fe

4 files changed

Lines changed: 40 additions & 21 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
.nyc_output/
22
coverage/
33
node_modules/
4+
package-lock.json
45
scratch/

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
package-lock=false
2+
save-prefix=~

changelog.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

33
---
44

5+
## [1.5.2] 2020-03-19
6+
7+
### Changed
8+
9+
- Ensures hydration occurs before macros in the deploy process, enabling macros to mutate dependencies and shared files during a deploy
10+
- Updated dependencies
11+
12+
---
13+
14+
## [1.5.1] 2020-02-13
15+
16+
### Changed
17+
18+
- Updated dependencies
19+
20+
---
21+
522
## [1.5.0] 2020-02-05
623

724
### Added

package.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -29,32 +29,32 @@
2929
},
3030
"homepage": "https://github.com/architect/deploy#readme",
3131
"dependencies": {
32-
"@architect/create": "^1.0.15",
33-
"@architect/hydrate": "^1.4.17",
34-
"@architect/package": "^1.2.7",
35-
"@architect/parser": "1.2.2",
36-
"@architect/utils": "^1.4.7",
37-
"aws-sdk": "^2.612.0",
38-
"chalk": "^3.0.0",
39-
"glob": "^7.1.6",
40-
"mime-types": "^2.1.26",
41-
"path-sort": "^0.1.0",
42-
"rimraf": "^3.0.1",
43-
"run-parallel": "^1.1.9",
44-
"run-series": "^1.1.8",
45-
"run-waterfall": "^1.1.6",
46-
"sha": "^3.0.0",
47-
"zip-dir": "^1.0.2",
48-
"zipit": "^2.0.0"
32+
"@architect/create": "~1.0.17",
33+
"@architect/hydrate": "~1.4.19",
34+
"@architect/package": "~1.2.7",
35+
"@architect/parser": "2.1.0",
36+
"@architect/utils": "~1.5.0",
37+
"aws-sdk": "~2.642.0",
38+
"chalk": "~3.0.0",
39+
"glob": "~7.1.6",
40+
"mime-types": "~2.1.26",
41+
"path-sort": "~0.1.0",
42+
"rimraf": "~3.0.2",
43+
"run-parallel": "~1.1.9",
44+
"run-series": "~1.1.8",
45+
"run-waterfall": "~1.1.6",
46+
"sha": "~3.0.0",
47+
"zip-dir": "~1.0.2",
48+
"zipit": "~2.0.0"
4949
},
5050
"devDependencies": {
51-
"aws-sdk-mock": "^5.0.0",
52-
"codecov": "^3.6.4",
51+
"aws-sdk-mock": "^5.1.0",
52+
"codecov": "^3.6.5",
5353
"eslint": "^6.8.0",
5454
"nyc": "^15.0.0",
5555
"proxyquire": "^2.1.3",
56-
"sinon": "^8.1.1",
56+
"sinon": "^9.0.1",
5757
"tap-spec": "^5.0.0",
58-
"tape": "^4.13.0"
58+
"tape": "^4.13.2"
5959
}
6060
}

0 commit comments

Comments
 (0)