Skip to content

Commit

Permalink
Merge branch 'refs/heads/master' into HEAD
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 23, 2024
2 parents 0da330e + 91bc0ba commit bb3334b
Show file tree
Hide file tree
Showing 37 changed files with 578 additions and 806 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publishRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
branch: 'merge-release-${{ env.NEW_TAG }}'
labels: release candidate
- name: Send message to Slack
uses: slackapi/slack-github-action@v1.25.0
uses: slackapi/slack-github-action@v1.26.0
with:
payload: |
{
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/startRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
labels: ${{ env.ISSUE_LABELS }}
- name: Send GitHub Action trigger data to Slack
if: ${{ github.event.client_payload.channel_id != null }}
uses: slackapi/slack-github-action@v1.25.0
uses: slackapi/slack-github-action@v1.26.0
with:
channel-id: ${{ github.event.client_payload.channel_id }}
payload: ${{ github.event.client_payload.say }}
Expand Down
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.12.1
20.12.2
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
"author": "SmartHR-UI Team",
"dependencies": {
"@smarthr/wareki": "^1.2.0",
"css-loader": "^7.1.0",
"css-loader": "^7.1.1",
"dayjs": "^1.11.10",
"lodash.merge": "^4.6.2",
"lodash.range": "^3.2.0",
"polished": "^4.3.0",
"postcss-loader": "^8.1.1",
"react-draggable": "^4.4.6",
"react-icons": "^5.0.1",
"react-icons": "^5.1.0",
"react-innertext": "^1.1.5",
"react-transition-group": "^4.4.5",
"style-loader": "^4.0.0",
Expand Down Expand Up @@ -44,23 +44,23 @@
"@storybook/addon-styling-webpack": "^1.0.0",
"@storybook/test-runner": "^0.17.0",
"@storybook/theming": "^8.0.8",
"@swc/core": "^1.4.13",
"@swc/core": "^1.4.16",
"@swc/jest": "^0.2.36",
"@testing-library/react": "^15.0.2",
"@types/jest": "^29.5.12",
"@types/lodash.merge": "^4.6.9",
"@types/lodash.range": "^3.2.9",
"@types/node": "^20.12.7",
"@types/react": "^18.2.78",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"@types/react-test-renderer": "^17.0.9",
"@types/react-transition-group": "^4.4.10",
"@types/styled-components": "^5.1.34",
"autoprefixer": "^10.4.19",
"axe-playwright": "^2.0.1",
"babel-loader": "^9.1.3",
"babel-plugin-polyfill-corejs2": "^0.4.10",
"babel-plugin-polyfill-regenerator": "^0.6.1",
"babel-plugin-polyfill-corejs2": "^0.4.11",
"babel-plugin-polyfill-regenerator": "^0.6.2",
"chromatic": "^11.3.0",
"ecma-version-validator-webpack-plugin": "^1.2.1",
"eslint": "^8.57.0",
Expand All @@ -81,8 +81,8 @@
"postcss-syntax": "^0.36.2",
"prettier": "^3.2.5",
"prettier-config-smarthr": "^1.0.0",
"prettier-plugin-tailwindcss": "^0.5.13",
"puppeteer": "^22.6.4",
"prettier-plugin-tailwindcss": "^0.5.14",
"puppeteer": "^22.6.5",
"react": "^18.2.0",
"react-docgen-typescript": "^2.2.2",
"react-dom": "^18.2.0",
Expand Down
Loading

0 comments on commit bb3334b

Please sign in to comment.