Skip to content

Commit

Permalink
update dependencies and remove icon-react16 (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexasselin008 authored Jan 29, 2024
2 parents 300c8ec + 708f5e0 commit b39723a
Show file tree
Hide file tree
Showing 177 changed files with 3,091 additions and 6,651 deletions.
1 change: 0 additions & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"changelog": ["@changesets/cli/changelog", { "repo": "gsoft-inc/wl-hopper" }],
"commit": false,
"fixed": [],
"linked": [["@hopper-ui/icons-react16", "@hopper-ui/icons"]],
"access": "restricted",
"baseBranch": "main",
"updateInternalDependencies": "patch",
Expand Down
4 changes: 3 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,13 @@ pnpm changeset
- Follow the prompts to describe the changes made and choose the appropriate version bump.
- A template for the release notes of svg-icons and icons is available in the `.changeset` folder [here](./.changeset/templates/svg-icons-release.md).

5- Go update the react16 icons from this [github repo](https://github.com/gsoft-inc/wl-hopper-react16/blob/main/CONTRIBUTING.md)

### Updating or removing an icon

- Updating or removing an icon is similar to adding a new icon. The only difference is that you will need to delete or replace the SVGs from the following folders:
- `packages/svg-icons/src/icons/16px`
- `packages/svg-icons/src/icons/24px`
- `packages/svg-icons/src/icons/32px`

- Steps 2-4 are the same as adding a new icon.
- Steps 2-5 are the same as adding a new icon.
34 changes: 17 additions & 17 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,36 +14,36 @@
"build:storybook": "storybook build"
},
"dependencies": {
"clsx": "2.0.0",
"clsx": "2.1.0",
"contentlayer": "0.3.4",
"next": "14.0.2",
"next": "14.1.0",
"next-contentlayer": "0.3.4",
"react": "18.2.0",
"react-aria-components": "1.0.0-rc.0",
"react-aria-components": "1.0.1",
"react-dom": "18.2.0",
"react-toggle": "4.1.3",
"rehype-pretty-code": "0.10.2",
"rehype-pretty-code": "0.12.6",
"unist-util-visit": "5.0.0"
},
"devDependencies": {
"@hopper-ui/components": "workspace:*",
"@hopper-ui/tokens": "workspace:*",
"@storybook/addon-essentials": "7.5.3",
"@storybook/addon-interactions": "7.5.3",
"@storybook/addon-links": "7.5.3",
"@storybook/blocks": "7.5.3",
"@storybook/nextjs": "7.5.3",
"@storybook/react": "7.5.3",
"@storybook/addon-essentials": "7.6.10",
"@storybook/addon-interactions": "7.6.10",
"@storybook/addon-links": "7.6.10",
"@storybook/blocks": "7.6.10",
"@storybook/nextjs": "7.6.10",
"@storybook/react": "7.6.10",
"@storybook/testing-library": "0.2.2",
"@svgr/webpack": "8.1.0",
"@types/node": "20.9.0",
"@types/react": "18.2.38",
"@types/react-dom": "18.2.17",
"eslint": "8.53.0",
"eslint-config-next": "14.0.2",
"@types/node": "20.11.7",
"@types/react": "18.2.48",
"@types/react-dom": "18.2.18",
"eslint": "8.56.0",
"eslint-config-next": "14.1.0",
"eslint-plugin-storybook": "0.6.15",
"storybook": "7.5.3",
"storybook": "7.6.10",
"tsconfig-paths-webpack-plugin": "4.1.0",
"typescript": "5.2.2"
"typescript": "5.3.3"
}
}
40 changes: 21 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,38 +32,40 @@
"reset": "pnpm clean && pnpm reset:modules",
"reset:modules": "pnpm -r --parallel --include-workspace-root exec pnpm dlx rimraf node_modules pnpm-lock.yaml",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
"build-storybook": "storybook build",
"list-outdated-deps": "pnpm outdated -r --format list",
"update-outdated-deps": "pnpm update -r --latest"
},
"devDependencies": {
"@changesets/cli": "2.26.2",
"@changesets/cli": "2.27.1",
"@hopper-ui/tokens": "workspace:*",
"@netlify/plugin-nextjs": "4.41.2",
"@storybook/addon-essentials": "7.5.3",
"@storybook/addon-interactions": "7.5.3",
"@storybook/addon-links": "7.5.3",
"@storybook/addon-mdx-gfm": "7.5.3",
"@storybook/blocks": "7.5.3",
"@storybook/react-vite": "7.5.3",
"@storybook/react": "7.5.3",
"@netlify/plugin-nextjs": "4.41.3",
"@storybook/addon-essentials": "7.6.10",
"@storybook/addon-interactions": "7.6.10",
"@storybook/addon-links": "7.6.10",
"@storybook/addon-mdx-gfm": "7.6.10",
"@storybook/blocks": "7.6.10",
"@storybook/react": "7.6.10",
"@storybook/react-vite": "7.6.10",
"@storybook/testing-library": "0.2.2",
"@types/jest": "29.5.9",
"@types/node": "20.9.3",
"@types/jest": "29.5.11",
"@types/node": "20.11.7",
"@workleap/eslint-plugin": "3.0.0",
"@workleap/stylelint-configs": "2.0.0",
"@workleap/typescript-configs": "3.0.2",
"cross-env": "7.0.3",
"eslint-plugin-storybook": "0.6.15",
"jest": "29.7.0",
"prettier": "3.1.0",
"prettier": "3.2.4",
"prop-types": "15.8.1",
"react-dom": "18.2.0",
"react": "18.2.0",
"storybook": "7.5.3",
"stylelint": "15.11.0",
"ts-jest": "29.1.1",
"ts-node": "10.9.1",
"react-dom": "18.2.0",
"storybook": "7.6.10",
"stylelint": "16.2.0",
"ts-jest": "29.1.2",
"ts-node": "10.9.2",
"vite-plugin-turbosnap": "1.0.3",
"vite-tsconfig-paths": "4.2.1"
"vite-tsconfig-paths": "4.3.1"
},
"bugs": {
"url": "https://github.com/gsoft-inc/wl-hopper/issues"
Expand Down
26 changes: 13 additions & 13 deletions packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,26 +44,26 @@
"@hopper-ui/styled-system": "workspace:*"
},
"devDependencies": {
"@swc/core": "1.3.96",
"@swc/core": "1.3.106",
"@swc/helpers": "0.5.3",
"@swc/jest": "0.2.29",
"@testing-library/jest-dom": "6.1.4",
"@testing-library/react": "14.1.0",
"@types/jest": "29.5.8",
"@types/react-dom": "18.2.17",
"@types/react-test-renderer": "18.0.6",
"@types/react": "18.2.38",
"@swc/jest": "0.2.31",
"@testing-library/jest-dom": "6.3.0",
"@testing-library/react": "14.1.2",
"@types/jest": "29.5.11",
"@types/react": "18.2.48",
"@types/react-dom": "18.2.18",
"@types/react-test-renderer": "18.0.7",
"@workleap/eslint-plugin": "3.0.0",
"@workleap/swc-configs": "2.1.2",
"@workleap/tsup-configs": "3.0.1",
"@workleap/typescript-configs": "3.0.2",
"jest-environment-jsdom": "29.7.0",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-test-renderer": "18.2.0",
"react": "18.2.0",
"ts-jest": "29.1.1",
"tsup": "7.2.0",
"typescript": "5.2.2"
"ts-jest": "29.1.2",
"tsup": "8.0.1",
"typescript": "5.3.3"
}
}
5 changes: 0 additions & 5 deletions packages/icons-react16/.eslint.json

This file was deleted.

20 changes: 0 additions & 20 deletions packages/icons-react16/CHANGELOG.md

This file was deleted.

64 changes: 0 additions & 64 deletions packages/icons-react16/README.md

This file was deleted.

63 changes: 0 additions & 63 deletions packages/icons-react16/package.json

This file was deleted.

17 changes: 0 additions & 17 deletions packages/icons-react16/scripts/build.ts

This file was deleted.

6 changes: 0 additions & 6 deletions packages/icons-react16/scripts/constants.ts

This file was deleted.

Loading

0 comments on commit b39723a

Please sign in to comment.