Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
SSen committed Sep 11, 2020
1 parent ca7d0ad commit 1712c07
Show file tree
Hide file tree
Showing 4 changed files with 169 additions and 181 deletions.
12 changes: 5 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@
"license": "MIT",
"repository": "github:rocket-hangar/rocket-punch",
"workspaces": [
"source",
"out/packages/*",
"examples/*"
"source"
],
"scripts": {
"build": "yarn workspace source run build --out-dir $PWD/out/packages",
Expand All @@ -27,12 +25,12 @@
},
"devDependencies": {
"@handbook/markdown-source-import": "^1.0.1",
"@ssen/eslint-config": "^1.3.0",
"@ssen/eslint-config": "^1.3.1",
"@ssen/prettier-config": "^1.2.0",
"eslint": "^7.8.0",
"eslint": "^7.8.1",
"eslint-config-prettier": "^6.11.0",
"husky": "^4.2.5",
"lint-staged": "^10.2.13",
"husky": "^4.3.0",
"lint-staged": "^10.3.0",
"prettier": "^2.1.1"
}
}
4 changes: 2 additions & 2 deletions source/.packages.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
'@ssen/*':
version: 2.2.3
version: 2.3.0
tag: latest
module: commonjs
rocket-punch:
version: 2.2.3
version: 2.3.0
tag: latest
module: commonjs
packageJson:
Expand Down
12 changes: 6 additions & 6 deletions source/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
]
},
"devDependencies": {
"@babel/core": "^7.11.5",
"@babel/core": "^7.11.6",
"@svgr/plugin-jsx": "^5.4.0",
"@types/babel__core": "^7.1.9",
"@types/fs-extra": "^9.0.1",
"@types/glob": "^7.1.3",
"@types/jest": "^26.0.12",
"@types/jest": "^26.0.13",
"@types/js-yaml": "^3.12.5",
"@types/node": "^14.6.2",
"@types/node": "^14.10.0",
"@types/node-fetch": "^2.5.7",
"@types/prettier": "^2.1.0",
"@types/prompts": "^2.4.0",
Expand All @@ -39,9 +39,9 @@
"glob": "^7.1.6",
"jest": "^26.4.2",
"js-yaml": "^3.14.0",
"lint-staged": "^10.2.13",
"lint-staged": "^10.3.0",
"mini-svg-data-uri": "^1.2.3",
"node-fetch": "^2.6.0",
"node-fetch": "^2.6.1",
"package-json": "^6.5.0",
"prettier": "^2.1.1",
"prompts": "^2.3.2",
Expand All @@ -54,6 +54,6 @@
"tsconfig-paths": "^3.9.0",
"type-fest": "^0.16.0",
"typescript": "^4.0.2",
"yargs": "^15.4.1"
"yargs": "^16.0.3"
}
}
Loading

0 comments on commit 1712c07

Please sign in to comment.