Skip to content

Commit

Permalink
chore(updates): package updates
Browse files Browse the repository at this point in the history
  • Loading branch information
TimMikeladze committed Sep 1, 2022
1 parent d6d3c62 commit 469d9ab
Show file tree
Hide file tree
Showing 3 changed files with 402 additions and 1,247 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,8 @@ jobs:
- name: Check linting
run: yarn lint

- name: Build package
run: yarn build

- name: Check commits messages
uses: wagoid/commitlint-github-action@v5
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"storybook": "start-storybook -p 6006 --quiet",
"build-storybook": "build-storybook",
"deploy-storybook": "storybook-to-ghpages",
"release": "release"
"release": "npx release"
},
"tsup": {
"entry": [
Expand All @@ -39,6 +39,7 @@
"minify": true,
"clean": true,
"dts": true,
"splitting": false,
"format": [
"cjs",
"esm"
Expand Down Expand Up @@ -74,8 +75,8 @@
"@babel/core": "7.18.13",
"@commitlint/cli": "17.1.2",
"@commitlint/config-conventional": "17.1.0",
"@emotion/react": "11.9.3",
"@emotion/styled": "11.9.3",
"@emotion/react": "11.10.4",
"@emotion/styled": "11.10.4",
"@mui/material": "5.10.3",
"@ryansonshine/commitizen": "4.2.8",
"@ryansonshine/cz-conventional-changelog": "3.3.4",
Expand All @@ -89,17 +90,17 @@
"@storybook/storybook-deployer": "2.8.12",
"@storybook/testing-library": "0.0.13",
"@types/node": "18.0.0",
"@types/react": "18.0.14",
"@types/react": "18.0.18",
"@types/react-dom": "18.0.6",
"@typescript-eslint/eslint-plugin": "5.36.1",
"@typescript-eslint/parser": "5.36.1",
"babel-loader": "8.2.5",
"concurrently": "7.2.2",
"eslint": "8.18.0",
"concurrently": "7.3.0",
"eslint": "8.23.0",
"eslint-config-airbnb": "19.0.4",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsx-a11y": "6.5.1",
"eslint-plugin-react": "7.30.1",
"eslint-plugin-jsx-a11y": "6.6.1",
"eslint-plugin-react": "7.31.1",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-storybook": "0.6.4",
"eslint-plugin-typescript-sort-keys": "2.1.0",
Expand All @@ -108,10 +109,9 @@
"next-auth": "4.10.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"release": "6.3.1",
"storybook-addon-mock": "2.4.1",
"tsup": "6.1.2",
"typescript": "4.7.4"
"tsup": "6.2.3",
"typescript": "4.8.2"
},
"peerDependencies": {
"@emotion/react": ">=11",
Expand All @@ -122,10 +122,10 @@
"react-dom": ">=17"
},
"resolutions": {
"glob-parent": "5.1.2",
"debug": "2.6.9",
"node-fetch": "3.2.10",
"trim": "0.0.3",
"trim-newlines": "3.0.1"
"glob-parent": ">=5.1.2",
"parse-path": ">=5.0.0",
"terser": ">=5.14.2",
"trim": ">=0.0.3",
"trim-newlines": ">=3.0.1"
}
}
Loading

0 comments on commit 469d9ab

Please sign in to comment.