Skip to content

Commit a5169cb

Browse files
committed
chore: Housekeeping updates for v1.0.0-alpha.8
1 parent 24e026e commit a5169cb

File tree

6 files changed

+4516
-3492
lines changed

6 files changed

+4516
-3492
lines changed

modules/dev-tools/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# CHANGELOG (ocular-dev-tools)
22

3+
## v1.0.0-alpha.8
4+
5+
yarn 3 fixes
6+
7+
- fix: Fix error codes returned by ocular-test, ocular-lint, etc (fork#7)
8+
- Fix error codes returned by ocular-test, ocular-lint, etc
9+
- Drop node 12 from test matrix
10+
- chore: Run bash scripts using Node (fork#6)
11+
- Fix package.json format (fork#5)
12+
- Remove browserslist update from bootstrap (fork#3)
13+
- ESLint and prettier upgrade (fork#2)
14+
315
## v1.0.0-alpha.7
416

517
- chore(dev-tools): dependencies (#374)

modules/dev-tools/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "ocular-dev-tools",
33
"description": "Dev tools for our Javascript frameworks",
44
"license": "MIT",
5-
"version": "1.0.0-alpha.7",
5+
"version": "1.0.0-alpha.8",
66
"keywords": [
77
"javascript"
88
],

modules/gatsby-theme-ocular/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"gatsby": "2.13.0",
3636
"react": "^16.6.0",
3737
"react-dom": "^16.6.0",
38-
"sharp": "^0.28.3"
38+
"sharp": "^0.31.1"
3939
},
4040
"dependencies": {
4141
"@babel/helper-builder-react-jsx-experimental": "*",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"pre-push": "ocular-test fast"
2424
},
2525
"devDependencies": {
26-
"ocular-dev-tools": "1.0.0-alpha.7",
26+
"ocular-dev-tools": "1.0.0-alpha.8",
2727
"pre-commit": "^1.2.2",
2828
"pre-push": "^0.1.1",
2929
"reify": "^0.20.12"

website/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
"gatsby-theme-ocular": "^1.2.4",
2020
"react": "^16.8.6",
2121
"react-dom": "^16.8.6",
22-
"sharp": "^0.28.3"
22+
"sharp": "^0.31.1"
2323
}
2424
}

0 commit comments

Comments
 (0)