Skip to content

Commit

Permalink
Merge pull request #69 from pawcoding/staging
Browse files Browse the repository at this point in the history
Production Deployment
  • Loading branch information
pawcoding authored Aug 15, 2024
2 parents 4f32915 + 104d415 commit 577c9e2
Show file tree
Hide file tree
Showing 63 changed files with 4,272 additions and 5,275 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,8 @@
],
"tailwindcss/enforces-shorthand": [
"error"
]
],
"tailwindcss/no-custom-classname": "off"
}
}
],
Expand Down
2 changes: 1 addition & 1 deletion ngsw-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
}
],
"appData": {
"version": "1.3.0"
"version": "1.4.0-staging.9"
}
}
102 changes: 52 additions & 50 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "rainbow-palette",
"version": "1.3.0",
"version": "1.4.0-staging.9",
"description": "This app generates your own custom color palette from just a single color. Preview your palette live or export it for usage with CSS or TailwindCSS.",
"homepage": "https://rainbow-palette.app/",
"bugs": {
"url": "https://github.com/pawcoding/rainbow-palette/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pawcoding/rainbow-palette.git"
"url": "https://github.com/pawcoding/Rainbow-Palette.git"
},
"license": "MIT",
"author": {
Expand All @@ -34,73 +34,75 @@
"watch": "ng build --watch --configuration development"
},
"dependencies": {
"@angular/animations": "^18.0.5",
"@angular/cdk": "^18.0.5",
"@angular/common": "^18.0.5",
"@angular/compiler": "^18.0.5",
"@angular/core": "^18.0.5",
"@angular/forms": "^18.0.5",
"@angular/platform-browser": "^18.0.5",
"@angular/platform-browser-dynamic": "^18.0.5",
"@angular/router": "^18.0.5",
"@angular/service-worker": "^18.0.5",
"@ng-icons/core": "^26.5.0",
"@ng-icons/heroicons": "^26.5.0",
"@ng-icons/simple-icons": "^26.5.0",
"@angular/animations": "^18.2.0",
"@angular/cdk": "^18.2.0",
"@angular/common": "^18.2.0",
"@angular/compiler": "^18.2.0",
"@angular/core": "^18.2.0",
"@angular/forms": "^18.2.0",
"@angular/platform-browser": "^18.2.0",
"@angular/platform-browser-dynamic": "^18.2.0",
"@angular/router": "^18.2.0",
"@angular/service-worker": "^18.2.0",
"@ng-icons/core": "^29.3.0",
"@ng-icons/heroicons": "^29.3.0",
"@ng-icons/simple-icons": "^29.3.0",
"@ngx-translate/core": "^15.0.0",
"@ngx-translate/http-loader": "^8.0.0",
"ngx-matomo-client": "~6.2.0",
"canvas-confetti": "^1.9.3",
"ngx-matomo-client": "~6.3.0",
"rxjs": "~7.8.1",
"string-to-unicode-variant": "^1.0.9",
"tslib": "^2.6.3",
"zone.js": "~0.14.7"
"zone.js": "~0.14.10"
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.0.6",
"@angular-eslint/builder": "^18.0.1",
"@angular-eslint/eslint-plugin": "^18.0.1",
"@angular-eslint/eslint-plugin-template": "^18.0.1",
"@angular-eslint/schematics": "^18.0.1",
"@angular-eslint/template-parser": "^18.0.1",
"@angular/cli": "^18.0.6",
"@angular/compiler-cli": "^18.0.5",
"@chromatic-com/storybook": "^1.6.0",
"@angular-devkit/build-angular": "^18.2.0",
"@angular-eslint/builder": "^18.3.0",
"@angular-eslint/eslint-plugin": "^18.3.0",
"@angular-eslint/eslint-plugin-template": "^18.3.0",
"@angular-eslint/schematics": "^18.3.0",
"@angular-eslint/template-parser": "^18.3.0",
"@angular/cli": "^18.2.0",
"@angular/compiler-cli": "^18.2.0",
"@chromatic-com/storybook": "^1.6.1",
"@compodoc/compodoc": "^1.1.25",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@storybook/addon-actions": "^8.1.11",
"@storybook/addon-docs": "^8.1.11",
"@storybook/addon-essentials": "^8.1.11",
"@storybook/addon-interactions": "^8.1.11",
"@storybook/addon-links": "^8.1.11",
"@storybook/angular": "^8.1.11",
"@storybook/blocks": "^8.1.11",
"@storybook/test": "^8.1.11",
"@storybook/addon-actions": "^8.2.9",
"@storybook/addon-docs": "^8.2.9",
"@storybook/addon-essentials": "^8.2.9",
"@storybook/addon-interactions": "^8.2.9",
"@storybook/addon-links": "^8.2.9",
"@storybook/angular": "^8.2.9",
"@storybook/blocks": "^8.2.9",
"@storybook/test": "^8.2.9",
"@tailwindcss/forms": "~0.5.7",
"@types/canvas-confetti": "^1.6.4",
"@types/jasmine": "~5.1.4",
"@types/node": "^20.14.9",
"@typescript-eslint/eslint-plugin": "^7.14.1",
"@typescript-eslint/parser": "^7.14.1",
"autoprefixer": "^10.4.19",
"chromatic": "^11.5.4",
"@types/node": "^20.14.15",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"autoprefixer": "^10.4.20",
"chromatic": "^11.7.1",
"eslint": "^8.57.0",
"eslint-plugin-storybook": "~0.8.0",
"eslint-plugin-tailwindcss": "^3.17.4",
"jasmine-core": "~5.1.2",
"karma": "~6.4.3",
"jasmine-core": "~5.2.0",
"karma": "~6.4.4",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.1",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"postcss": "^8.4.39",
"prettier": "^3.3.2",
"prettier-plugin-organize-imports": "^3.2.4",
"prettier-plugin-packagejson": "^2.5.0",
"prettier-plugin-tailwindcss": "^0.5.14",
"semantic-release": "^23.1.1",
"storybook": "^8.1.11",
"tailwindcss": "^3.4.4",
"typescript": "~5.4.5"
"postcss": "^8.4.41",
"prettier": "^3.3.3",
"prettier-plugin-organize-imports": "^4.0.0",
"prettier-plugin-packagejson": "^2.5.1",
"prettier-plugin-tailwindcss": "^0.6.6",
"semantic-release": "^24.0.0",
"storybook": "^8.2.9",
"tailwindcss": "^3.4.10",
"typescript": "~5.5.4"
},
"publishConfig": {
"access": "restricted"
Expand Down
Loading

0 comments on commit 577c9e2

Please sign in to comment.