Skip to content

Commit

Permalink
⬆️ dev dependencies (#3713)
Browse files Browse the repository at this point in the history
* ⬆️ storybook

* ⬆️ @babel/*

* ⬆️@types/jest

* dotenv

* postcss

* axios

* styled-components

* ts-jest

* tsc-watch

* @testing-library/*

* @types/node

* @typescript-eslint/*

* eslint-import-resolver-typescript

* lint fix

* eslint-plugin-*

* lightningcss/react-hook-form

* rollup

* typescript

* @types/ramda

* @rollup/plugin-commonjs

* @rollup/plugin-node-resolve

* eslint-plugin-react-hooks

* fix linting

* eslint-plugin-testing-library

* vite, vite-plugin-dts

* rimraf

* style-dictionary, style-dictionary-utils

* style-dictionary upd changed sorting in tokens

* @figma/rest-api-spec

* @types/node
  • Loading branch information
oddvernes authored Jan 3, 2025
1 parent ca6b59a commit 9551b97
Show file tree
Hide file tree
Showing 32 changed files with 10,109 additions and 11,209 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,30 +42,30 @@
"types": "pnpm --filter @equinor/eds-tokens types && pnpm --filter @equinor/eds-utils types && pnpm --filter @equinor/eds-icons types && pnpm --filter @equinor/eds-core-react types && pnpm --filter @equinor/eds-lab-react types && pnpm --filter @equinor/eds-data-grid-react types"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/eslint-parser": "^7.25.1",
"@babel/plugin-transform-runtime": "^7.24.7",
"@babel/preset-env": "^7.25.3",
"@babel/preset-react": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@babel/runtime": "^7.25.0",
"@types/jest": "^29.5.12",
"@babel/core": "^7.26.0",
"@babel/eslint-parser": "^7.25.9",
"@babel/plugin-transform-runtime": "^7.25.9",
"@babel/preset-env": "^7.26.0",
"@babel/preset-react": "^7.26.3",
"@babel/preset-typescript": "^7.26.0",
"@babel/runtime": "^7.26.0",
"@types/jest": "^29.5.14",
"@types/jest-axe": "^3.5.9",
"@typescript-eslint/eslint-plugin": "^8.0.1",
"@typescript-eslint/parser": "^8.0.1",
"@typescript-eslint/eslint-plugin": "^8.19.0",
"@typescript-eslint/parser": "^8.19.0",
"babel-plugin-styled-components": "^2.1.4",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-import-resolver-typescript": "^3.7.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-testing-library": "^6.2.2",
"eslint-plugin-react": "^7.37.3",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-testing-library": "^7.1.1",
"jest-axe": "^9.0.0",
"prettier": "3.4.2",
"typescript": "^5.5.4"
"typescript": "^5.7.2"
},
"browserslist": "last 2 Chrome versions, last 2 firefox versions, last 2 safari versions, last 2 edge versions, not dead",
"packageManager": "[email protected]+sha1.8bfdb6d72b4d5fdf87d21d27f2bfbe2b21dd2629"
Expand Down
46 changes: 23 additions & 23 deletions packages/eds-core-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,52 +42,52 @@
],
"devDependencies": {
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^27.0.0",
"@rollup/plugin-node-resolve": "^15.3.0",
"@storybook/addon-a11y": "^8.3.4",
"@storybook/addon-actions": "^8.3.4",
"@storybook/addon-docs": "^8.3.4",
"@storybook/addon-essentials": "^8.3.4",
"@storybook/addon-links": "^8.3.4",
"@storybook/blocks": "^8.3.4",
"@storybook/preview-api": "^8.3.4",
"@storybook/react": "^8.3.4",
"@storybook/react-vite": "^8.3.4",
"@rollup/plugin-commonjs": "^28.0.2",
"@rollup/plugin-node-resolve": "^16.0.0",
"@storybook/addon-a11y": "^8.4.7",
"@storybook/addon-actions": "^8.4.7",
"@storybook/addon-docs": "^8.4.7",
"@storybook/addon-essentials": "^8.4.7",
"@storybook/addon-links": "^8.4.7",
"@storybook/blocks": "^8.4.7",
"@storybook/preview-api": "^8.4.7",
"@storybook/react": "^8.4.7",
"@storybook/react-vite": "^8.4.7",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.4.8",
"@testing-library/react": "16.0.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "16.1.0",
"@testing-library/user-event": "14.5.2",
"@types/jest": "^29.5.12",
"@types/ramda": "^0.30.1",
"@types/jest": "^29.5.14",
"@types/ramda": "^0.30.2",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"babel-plugin-styled-components": "^2.1.4",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-styled-components": "^7.2.0",
"js-file-download": "^0.4.12",
"postcss": "^8.4.41",
"postcss": "^8.4.49",
"ramda": "^0.30.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.52.2",
"react-hook-form": "^7.54.2",
"react-router-dom": "^6.26.0",
"rollup": "^4.22.5",
"rollup": "^4.29.1",
"rollup-plugin-delete": "^2.1.0",
"rollup-plugin-postcss": "^4.0.2",
"rollup-preserve-directives": "^1.1.3",
"storybook": "^8.3.4",
"styled-components": "6.1.12",
"tsc-watch": "^6.2.0",
"typescript": "^5.5.4"
"storybook": "^8.4.7",
"styled-components": "6.1.13",
"tsc-watch": "^6.2.1",
"typescript": "^5.7.2"
},
"peerDependencies": {
"react": ">=16.8",
"react-dom": ">=16.8",
"styled-components": ">=5.1"
},
"dependencies": {
"@babel/runtime": "^7.25.0",
"@babel/runtime": "^7.26.0",
"@equinor/eds-icons": "workspace:^",
"@equinor/eds-tokens": "workspace:*",
"@equinor/eds-utils": "workspace:*",
Expand Down
4 changes: 1 addition & 3 deletions packages/eds-core-react/src/components/Tabs/Tabs.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -210,11 +210,9 @@ export const Router: StoryFn<TabsProps> = () => {
return <Typography>Current route: {location.pathname}</Typography>
}
function useRouteMatch(patterns: readonly string[]) {
const { pathname } = useLocation()

for (let i = 0; i < patterns.length; i += 1) {
const pattern = patterns[i]
const possibleMatch = matchPath(pattern, pathname)
const possibleMatch = matchPath(pattern, location.pathname)
if (possibleMatch !== null) {
return possibleMatch
}
Expand Down
48 changes: 24 additions & 24 deletions packages/eds-data-grid-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,45 +37,45 @@
},
"devDependencies": {
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^27.0.0",
"@rollup/plugin-node-resolve": "^15.3.0",
"@storybook/addon-a11y": "^8.3.4",
"@storybook/addon-actions": "^8.3.4",
"@storybook/addon-docs": "^8.3.4",
"@storybook/addon-essentials": "^8.3.4",
"@storybook/addon-links": "^8.3.4",
"@storybook/blocks": "^8.3.4",
"@storybook/preview-api": "^8.3.4",
"@storybook/react": "^8.3.4",
"@storybook/react-vite": "^8.3.4",
"@rollup/plugin-commonjs": "^28.0.2",
"@rollup/plugin-node-resolve": "^16.0.0",
"@storybook/addon-a11y": "^8.4.7",
"@storybook/addon-actions": "^8.4.7",
"@storybook/addon-docs": "^8.4.7",
"@storybook/addon-essentials": "^8.4.7",
"@storybook/addon-links": "^8.4.7",
"@storybook/blocks": "^8.4.7",
"@storybook/preview-api": "^8.4.7",
"@storybook/react": "^8.4.7",
"@storybook/react-vite": "^8.4.7",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.4.8",
"@testing-library/react": "16.0.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "16.1.0",
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.12",
"@types/node": "22.1.0",
"@types/ramda": "^0.30.1",
"@types/jest": "^29.5.14",
"@types/node": "22.10.5",
"@types/ramda": "^0.30.2",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"babel-plugin-styled-components": "^2.1.4",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-styled-components": "^7.2.0",
"js-file-download": "^0.4.12",
"postcss": "^8.4.41",
"postcss": "^8.4.49",
"ramda": "^0.30.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.52.2",
"rollup": "^4.22.5",
"react-hook-form": "^7.54.2",
"rollup": "^4.29.1",
"rollup-plugin-delete": "^2.1.0",
"rollup-plugin-postcss": "^4.0.2",
"storybook": "^8.3.4",
"styled-components": "6.1.12",
"ts-jest": "29.2.4",
"storybook": "^8.4.7",
"styled-components": "6.1.13",
"ts-jest": "29.2.5",
"ts-node": "10.9.2",
"tsc-watch": "^6.2.0",
"typescript": "~5.5.4"
"tsc-watch": "^6.2.1",
"typescript": "~5.7.2"
},
"homepage": "https://eds.equinor.com",
"repository": {
Expand Down
1 change: 1 addition & 0 deletions packages/eds-data-grid-react/src/EdsDataGrid.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@ function EdsDataGridInner<T>(
group="table"
variant="cell_text"
>
{/* eslint-disable-next-line @typescript-eslint/no-base-to-string */}
{String(context.getValue() ?? '')}
</Typography>
)
Expand Down
8 changes: 4 additions & 4 deletions packages/eds-icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@
],
"devDependencies": {
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^27.0.0",
"@rollup/plugin-node-resolve": "^15.3.0",
"rollup": "^4.22.5",
"@rollup/plugin-commonjs": "^28.0.2",
"@rollup/plugin-node-resolve": "^16.0.0",
"rollup": "^4.29.1",
"rollup-plugin-delete": "^2.1.0",
"typescript": "^5.5.4"
"typescript": "^5.7.2"
}
}
42 changes: 21 additions & 21 deletions packages/eds-lab-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,21 +43,21 @@
],
"devDependencies": {
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^27.0.0",
"@rollup/plugin-node-resolve": "^15.3.0",
"@storybook/addon-a11y": "^8.3.4",
"@storybook/addon-actions": "^8.3.4",
"@storybook/addon-docs": "^8.3.4",
"@storybook/addon-essentials": "^8.3.4",
"@storybook/addon-links": "^8.3.4",
"@storybook/react": "^8.3.4",
"@storybook/react-vite": "^8.3.4",
"@rollup/plugin-commonjs": "^28.0.2",
"@rollup/plugin-node-resolve": "^16.0.0",
"@storybook/addon-a11y": "^8.4.7",
"@storybook/addon-actions": "^8.4.7",
"@storybook/addon-docs": "^8.4.7",
"@storybook/addon-essentials": "^8.4.7",
"@storybook/addon-links": "^8.4.7",
"@storybook/react": "^8.4.7",
"@storybook/react-vite": "^8.4.7",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.4.8",
"@testing-library/react": "^16.0.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.1.0",
"@testing-library/user-event": "14.5.2",
"@types/jest": "^29.5.12",
"@types/ramda": "^0.30.1",
"@types/jest": "^29.5.14",
"@types/ramda": "^0.30.2",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"babel-plugin-styled-components": "^2.1.4",
Expand All @@ -66,27 +66,27 @@
"jest-environment-jsdom": "^29.7.0",
"jest-styled-components": "^7.2.0",
"js-file-download": "^0.4.12",
"postcss": "^8.4.41",
"postcss": "^8.4.49",
"ramda": "^0.30.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.52.2",
"react-hook-form": "^7.54.2",
"react-is": "^18.3.1",
"rollup": "^4.22.5",
"rollup": "^4.29.1",
"rollup-plugin-delete": "^2.1.0",
"rollup-plugin-postcss": "^4.0.2",
"storybook": "8.3.4",
"styled-components": "6.1.12",
"tsc-watch": "^6.2.0",
"typescript": "^5.5.4"
"storybook": "8.4.7",
"styled-components": "6.1.13",
"tsc-watch": "^6.2.1",
"typescript": "^5.7.2"
},
"peerDependencies": {
"react": ">=16.8",
"react-dom": ">=16.8",
"styled-components": ">=5.1"
},
"dependencies": {
"@babel/runtime": "^7.25.0",
"@babel/runtime": "^7.26.0",
"@equinor/eds-core-react": "workspace:^",
"@equinor/eds-icons": "workspace:^",
"@equinor/eds-tokens": "workspace:*",
Expand Down
8 changes: 4 additions & 4 deletions packages/eds-tokens-build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@
},
"devDependencies": {
"@equinor/eds-tokens-sync": "workspace:*",
"@types/node": "^22.1.0",
"@types/node": "^22.10.5",
"prettier": "3.4.2",
"style-dictionary": "^4.1.0",
"style-dictionary-utils": "^4.0.0",
"typescript": "^5.5.4"
"style-dictionary": "^4.3.0",
"style-dictionary-utils": "^4.0.3",
"typescript": "^5.7.2"
},
"engines": {
"pnpm": ">=8",
Expand Down
14 changes: 7 additions & 7 deletions packages/eds-tokens-sync/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@
"lint": "eslint"
},
"devDependencies": {
"@figma/rest-api-spec": "^0.16.0",
"@types/node": "^22.1.0",
"axios": "^1.7.4",
"dotenv": "^16.4.5",
"@figma/rest-api-spec": "^0.22.0",
"@types/node": "^22.10.5",
"axios": "^1.7.9",
"dotenv": "^16.4.7",
"prettier": "^3.4.2",
"typescript": "^5.5.4",
"vite": "^5.4.6",
"vite-plugin-dts": "^3.9.1"
"typescript": "^5.7.2",
"vite": "^6.0.7",
"vite-plugin-dts": "^4.4.0"
}
}
Loading

0 comments on commit 9551b97

Please sign in to comment.