Skip to content

Commit

Permalink
Updates on files
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Rogalskiy committed Jan 8, 2022
1 parent 6d5592e commit c3da078
Show file tree
Hide file tree
Showing 3 changed files with 103 additions and 63 deletions.
2 changes: 2 additions & 0 deletions api/domino/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ const templates: Readonly<SpriteTemplateRecord> = {
[SpritePattern.rain_sun]: rainSun,
[SpritePattern.snowflake]: snowflake,
[SpritePattern.storm_moon]: stormMoon,
[SpritePattern.snow_moon]: moon,
[SpritePattern.snow_sun]: sun,
[SpritePattern.storm_sun]: stormSun,
[SpritePattern.hail]: hail,
[SpritePattern.haze]: haze,
Expand Down
39 changes: 34 additions & 5 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,21 @@
"npmClient": "npm",
"useWorkspaces": true,
"version": "independent",
"packages": ["api/*", "core/*"],
"packages": [
"api/*",
"core/*"
],
"command": {
"bootstrap": {
"hoist": true,
"noCi": true,
"npmClientArgs": [
"--no-package-lock"
],
"nohoist": [
"egg"
]
},
"run": {
"stream": true
},
Expand All @@ -16,16 +29,32 @@
"conventionalCommits": true,
"forcePublish": true,
"skipGit": true,
"allowBranch": ["main", "master"],
"allowBranch": [
"main",
"master"
],
"message": "chore(release): 🤖 publish package",
"registry": "https://registry.npmjs.org/"
"registry": "https://registry.npmjs.org/",
"ignoreChanges": [
"*.md"
]
},
"version": {
"allowBranch": ["master", "release/*"],
"allowBranch": [
"master",
"release/*"
],
"conventionalCommits": true,
"exact": true,
"createRelease": "github",
"message": "chore(release): publish"
}
},
"ignoreChanges": ["**/CHANGELOG.md", "**/tests/**", "lerna.json", "package.json", "README.md"]
"ignoreChanges": [
"**/CHANGELOG.md",
"**/tests/**",
"lerna.json",
"package.json",
"README.md"
]
}
125 changes: 67 additions & 58 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "GPL-3.0",
"private": true,
"scripts": {
"bootstrap": "lerna bootstrap",
"bootstrap": "lerna run bootstrap",
"format": "prettier --single-quote --write **/*.{json,yaml,yml}",
"format:md": "remark-preset-davidtheclark --format",
"format:check": "prettier --check **/*.{json,yaml,yml}",
Expand Down Expand Up @@ -62,72 +62,72 @@
"all": "npm run format:all && npm run lint:all && npm run pretty"
},
"dependencies": {
"lodash": "^4.17.20"
"lodash": "^4.17.21"
},
"devDependencies": {
"@changesets/changelog-github": "^0.4.0",
"@changesets/cli": "^2.16.0",
"@commitlint/cli": "^12.1.4",
"@commitlint/config-conventional": "^12.1.4",
"@commitlint/config-lerna-scopes": "^12.1.4",
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/commit-analyzer": "^8.0.1",
"@semantic-release/git": "^9.0.0",
"@semantic-release/github": "^7.2.0",
"@semantic-release/npm": "^7.0.10",
"@semantic-release/release-notes-generator": "^9.0.1",
"@types/jest": "^26.0.20",
"@changesets/changelog-github": "^0.4.2",
"@changesets/cli": "^2.19.0",
"@commitlint/cli": "^16.0.1",
"@commitlint/config-conventional": "^16.0.0",
"@commitlint/config-lerna-scopes": "^16.0.0",
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/commit-analyzer": "^9.0.2",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^8.0.2",
"@semantic-release/npm": "^8.0.3",
"@semantic-release/release-notes-generator": "^10.0.3",
"@types/jest": "^27.4.0",
"@types/lodash.mergewith": "^4.6.6",
"@types/prettier": "^2.1.5",
"@typescript-eslint/eslint-plugin": "^4.26.0",
"@typescript-eslint/parser": "^4.26.0",
"@types/prettier": "^2.4.2",
"@typescript-eslint/eslint-plugin": "^5.9.0",
"@typescript-eslint/parser": "^5.9.0",
"colors.css": "^3.0.0",
"conventional-changelog-cli": "^2.0.0",
"del-cli": "^3.0.1",
"eslint": "^7.28.0",
"conventional-changelog-cli": "^2.2.2",
"del-cli": "^4.0.1",
"eslint": "^8.6.0",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-typescript": "^2.4.0",
"eslint-import-resolver-typescript": "^2.5.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-github": "^4.1.3",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jest": "^24.3.6",
"eslint-plugin-github": "^4.3.5",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jest": "^25.3.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-spellcheck": "0.0.17",
"eslint-plugin-unicorn": "^33.0.1",
"git-cz": "^4.7.6",
"husky": "^5.0.8",
"jest": "^27.0.4",
"jest-circus": "^27.0.4",
"jest-cli": "27.0.4",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-spellcheck": "^0.0.19",
"eslint-plugin-unicorn": "^40.0.0",
"git-cz": "^4.8.0",
"husky": "^7.0.4",
"jest": "^27.4.7",
"jest-circus": "^27.4.6",
"jest-cli": "^27.4.7",
"jest-emotion": "^11.0.0",
"jsonlint": "^1.6.3",
"lerna": "^2.2.0",
"lerna": "^4.0.0",
"license-checker": "^25.0.1",
"lint-staged": "^10.1.6",
"markdown-link-check": "^3.8.6",
"lint-staged": "^12.1.7",
"markdown-link-check": "^3.9.0",
"only-allow": "^1.0.0",
"plop": "^2.7.4",
"prettier": "^2.1.2",
"pretty-quick": "^3.1.0",
"remark-cli": "^9.0.0",
"remark-lint-code-block-style": "^2.0.1",
"remark-lint-ordered-list-marker-value": "^2.0.1",
"plop": "^3.0.5",
"prettier": "^2.5.1",
"pretty-quick": "^3.1.3",
"remark-cli": "^10.0.1",
"remark-lint-code-block-style": "^3.1.0",
"remark-lint-ordered-list-marker-value": "^3.1.1",
"remark-preset-davidtheclark": "^0.12.0",
"remark-validate-links": "^10.0.2",
"semantic-release": ">=17.2.3",
"stylelint": "~13.13.1",
"stylelint-config-prettier": "^8.0.2",
"stylelint-config-recommended": "^5.0.0",
"stylelint-config-standard": "~22.0.0",
"stylelint-order": "^4.0.0",
"stylelint-prettier": "^1.2.0",
"stylelint-scss": "^3.18.0",
"stylelint-selector-bem-pattern": "^2.1.0",
"syncpack": "^5.8.15",
"ts-jest": "^27.0.2",
"ts-node": ">=9.0.0",
"typescript": "^4.2.3",
"remark-validate-links": "^11.0.2",
"semantic-release": "^18.0.1",
"stylelint": "^14.2.0",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-recommended": "^6.0.0",
"stylelint-config-standard": "^24.0.0",
"stylelint-order": "^5.0.0",
"stylelint-prettier": "^2.0.0",
"stylelint-scss": "^4.1.0",
"stylelint-selector-bem-pattern": "^2.1.1",
"syncpack": "^6.2.0",
"ts-jest": "^27.1.2",
"ts-node": "^10.4.0",
"typescript": "^4.5.4",
"validate-commit-msg": "^2.14.0"
},
"repository": {
Expand All @@ -142,7 +142,10 @@
"engines": {
"node": ">= 12.x"
},
"keywords": ["styled weather sprites", "typescript"],
"keywords": [
"styled weather sprites",
"typescript"
],
"maintainers": [
{
"name": "Alexander Rogalskiy",
Expand Down Expand Up @@ -178,6 +181,12 @@
"url": "https://github.com/AlexRogalskiy"
},
"funding": "https://github.com/sponsors/AlexRogalskiy",
"workspaces": ["api/*", "core/*"],
"files": ["api/**", "core/**"]
"workspaces": [
"api/*",
"core/*"
],
"files": [
"api/**",
"core/**"
]
}

0 comments on commit c3da078

Please sign in to comment.