Skip to content

Commit

Permalink
Update packages (#231)
Browse files Browse the repository at this point in the history
* Update vite to v.5.4.11

* Update vite-tsconfig-paths to v.5.1.3

* Update vite-plugin-svgr to v.4.3.0

* Update @vitejs/plugin-react to v.4.3.2

* Update eslint to v.9.15.0

* Update typescript to v.5.7.2

* Update @types/react to v.18.3.12

* Update vitest to v.2.1.6

* Update storybook to v.8.4.5

* Update @faker-js/faker to v.9.2.0

* Update gh-pages to v.6.2.0

* Update i18next to v.24.0.2

* Update react-error-boundary to v.4.1.2

* Update storybook to v.8.4.6

* Update styles packages

* Update prettier to v.3.4.1

* Yarn deduplicate

* Change version

* Update eslint to v.9.16.0

* Update @faker-js/faker to v.9.3.0

* Update @types/react to v.18.3.13

* Update vitest to v.2.1.8

* Update prettier to v.3.4.2

* Update i18next to v.24.0.5

* Update sass to v.1.82.0

* Yarn deduplicate

* Update storybook to v.8.4.7

* Update @testing-library/react to v.16.1.0

* Update @types/react to v.18.3.14

* Update vite-tsconfig-paths to v.5.1.4

* Update typescript-eslint to v.8.18.0

* Update react-i18next to v.15.1.4

* Update react-use to v.17.6.0

* Update vite to v.6.0.3

* Yarn deduplicate

* Fix vite versions

---------

Co-authored-by: alex-slobodian <[email protected]>
  • Loading branch information
OleksandrSPV and aleksandr-slobodian authored Dec 11, 2024
1 parent b52b91f commit 07a292b
Show file tree
Hide file tree
Showing 4 changed files with 1,058 additions and 1,869 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
name: Checkout
- uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22
cache: "yarn"
name: Setup node
- name: Install dependencies
Expand Down
70 changes: 36 additions & 34 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,43 +1,44 @@
{
"name": "@peculiar/fortify-tools",
"homepage": "https://tools.fortifyapp.com",
"version": "2.0.7",
"version": "2.0.8",
"author": "PeculiarVentures Team",
"license": "MIT",
"private": true,
"type": "module",
"devDependencies": {
"@eslint/js": "^9.12.0",
"@faker-js/faker": "^9.0.3",
"@storybook/addon-actions": "^8.3.5",
"@storybook/addon-essentials": "^8.3.5",
"@storybook/addon-interactions": "^8.3.5",
"@storybook/addon-links": "^8.3.5",
"@storybook/addon-onboarding": "^8.3.5",
"@storybook/blocks": "^8.3.5",
"@storybook/react": "^8.3.5",
"@storybook/react-vite": "^8.3.5",
"@storybook/test": "^8.3.5",
"@testing-library/react": "^16.0.0",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.2",
"@vitest/coverage-v8": "^2.1.2",
"@eslint/js": "^9.16.0",
"@faker-js/faker": "^9.3.0",
"@storybook/addon-actions": "^8.4.7",
"@storybook/addon-essentials": "^8.4.7",
"@storybook/addon-interactions": "^8.4.7",
"@storybook/addon-links": "^8.4.7",
"@storybook/addon-onboarding": "^8.4.7",
"@storybook/blocks": "^8.4.7",
"@storybook/react": "^8.4.7",
"@storybook/react-vite": "^8.4.7",
"@storybook/test": "^8.4.7",
"@testing-library/react": "^16.1.0",
"@types/lodash": "^4.17.13",
"@types/react": "^18.3.14",
"@types/react-dom": "^18.3.3",
"@vitejs/plugin-react": "^4.3.4",
"@vitest/coverage-v8": "^2.1.8",
"autoprefixer": "^10.4.20",
"eslint": "^9.12.0",
"eslint": "^9.16.0",
"eslint-config-prettier": "^9.1.0",
"gh-pages": "^6.1.1",
"gh-pages": "^6.2.0",
"jsdom": "^25.0.1",
"postcss": "^8.4.41",
"prettier": "^3.3.3",
"sass": "^1.79.4",
"storybook": "^8.3.5",
"typescript": "^5.6.2",
"typescript-eslint": "^8.8.0",
"vite": "^5.4.8",
"vite-plugin-svgr": "^4.2.0",
"vite-tsconfig-paths": "^5.0.1",
"vitest": "^2.1.2",
"postcss": "^8.4.49",
"prettier": "^3.4.2",
"sass": "^1.82.0",
"storybook": "^8.4.7",
"typescript": "^5.7.2",
"typescript-eslint": "^8.18.0",
"vite": "^6.0.3",
"vite-plugin-svgr": "^4.3.0",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^2.1.8",
"vitest-dom": "^0.1.1"
},
"dependencies": {
Expand All @@ -46,18 +47,19 @@
"@peculiar/react-components": "^0.6.7",
"@peculiar/x509": "^1.12.3",
"clsx": "^2.1.1",
"i18next": "^23.15.2",
"i18next": "^24.0.5",
"lodash": "^4.17.21",
"react": "^18.3.0",
"react-dom": "^18.3.0",
"react-dropzone": "^14.2.3",
"react-error-boundary": "^4.0.13",
"react-i18next": "^15.0.2",
"react-use": "^17.5.1"
"react-error-boundary": "^4.1.2",
"react-i18next": "^15.1.4",
"react-use": "^17.6.0"
},
"resolutions": {
"@webcrypto-local/client": "1.7.7",
"pvtsutils": "1.3.6"
"pvtsutils": "1.3.6",
"vite": "^6.0.3"
},
"scripts": {
"start": "vite --port 3003",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export const Default: Story = {
label: faker.internet.domainName(),
privateKeyId: "",
subject: {
CN: faker.internet.domainName(),
CN: [faker.internet.domainName()],
},
})) as unknown as CertificateProps[],
},
Expand Down
Loading

0 comments on commit 07a292b

Please sign in to comment.