Skip to content

Commit

Permalink
feat: #91 update deps (#100)
Browse files Browse the repository at this point in the history
* feat: #91 update deps

* feat: #91 update deps
  • Loading branch information
willmcvay authored Apr 11, 2024
1 parent b9ca6f0 commit e130008
Show file tree
Hide file tree
Showing 7 changed files with 2,858 additions and 1,285 deletions.
File renamed without changes.
6 changes: 3 additions & 3 deletions .storybook/main.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const linaria = require('@linaria/vite').default
const linaria = require('@wyw-in-js/vite').default
const svgrPlugin = require('@svgr/rollup')
const path = require('path')
const react = require('@vitejs/plugin-react')
Expand Down Expand Up @@ -52,6 +52,6 @@ module.exports = {
},

docs: {
autodocs: true
}
autodocs: true,
},
}
113 changes: 59 additions & 54 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,94 +41,99 @@
"visual-test": "yarn build:storybook && yarn playwright test"
},
"dependencies": {
"@linaria/core": "^5.0.2",
"@linaria/react": "^5.0.3"
"@linaria/core": "^6.1.0",
"@linaria/react": "^6.1.0"
},
"devDependencies": {
"@babel/core": "^7.23.9",
"@babel/core": "^7.24.4",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-private-methods": "^7.18.6",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@linaria/babel-preset": "^5.0.4",
"@babel/plugin-transform-runtime": "^7.24.3",
"@babel/preset-env": "^7.24.4",
"@babel/preset-react": "^7.24.1",
"@babel/preset-typescript": "^7.24.1",
"@linaria/rollup": "^5.0.4",
"@linaria/shaker": "^5.0.3",
"@linaria/vite": "^5.0.4",
"@linaria/webpack-loader": "^5.0.4",
"@mdx-js/react": "^1.6.22",
"@playwright/test": "^1.42.1",
"@mdx-js/react": "^3.0.1",
"@playwright/test": "^1.43.0",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^24.1.0",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.5",
"@rollup/plugin-typescript": "^11.1.6",
"@rollup/plugin-url": "^8.0.2",
"@storybook/addon-a11y": "^8.0.4",
"@storybook/addon-actions": "^8.0.4",
"@storybook/addon-docs": "^8.0.4",
"@storybook/addon-essentials": "^8.0.4",
"@storybook/addon-links": "^8.0.4",
"@storybook/addon-storysource": "^8.0.4",
"@storybook/blocks": "^8.0.4",
"@storybook/cli": "^8.0.4",
"@storybook/addon-a11y": "^8.0.7",
"@storybook/addon-actions": "^8.0.7",
"@storybook/addon-docs": "^8.0.7",
"@storybook/addon-essentials": "^8.0.7",
"@storybook/addon-links": "^8.0.7",
"@storybook/addon-storysource": "^8.0.7",
"@storybook/blocks": "^8.0.7",
"@storybook/cli": "^8.0.7",
"@storybook/csf": "^0.1.3",
"@storybook/icons": "^1.2.9",
"@storybook/manager-api": "^8.0.4",
"@storybook/preview-api": "^8.0.4",
"@storybook/react": "^8.0.4",
"@storybook/react-dom-shim": "^8.0.4",
"@storybook/react-vite": "^8.0.4",
"@storybook/theming": "^8.0.4",
"@storybook/manager-api": "^8.0.7",
"@storybook/preview-api": "^8.0.7",
"@storybook/react": "^8.0.7",
"@storybook/react-dom-shim": "^8.0.7",
"@storybook/react-vite": "^8.0.7",
"@storybook/theming": "^8.0.7",
"@svgr/rollup": "^8.1.0",
"@svgr/webpack": "^8.1.0",
"@testing-library/react": "^14.1.2",
"@testing-library/react": "^15.0.0",
"@testing-library/react-hooks": "^8.0.1",
"@types/babel__core": "^7",
"@types/jest": "^29.5.10",
"@types/node": "^18",
"@types/postcss-flexbugs-fixes": "^5",
"@types/react": "^18.2.39",
"@types/react-dom": "^18.2.17",
"@types/react-syntax-highlighter": "^15",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@types/babel__core": "^7.20.5",
"@types/babel__plugin-transform-runtime": "^7",
"@types/babel__preset-env": "^7",
"@types/jest": "^29.5.12",
"@types/node": "^18.19.31",
"@types/postcss-flexbugs-fixes": "^5.0.3",
"@types/react": "^18.2.75",
"@types/react-dom": "^18.2.24",
"@types/react-syntax-highlighter": "^15.5.11",
"@typescript-eslint/eslint-plugin": "^7.6.0",
"@typescript-eslint/parser": "^7.6.0",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.17",
"aws-cdk": "^2.124.0",
"aws-cdk-lib": "^2.124.0",
"aws-sdk": "^2.1545.0",
"@wyw-in-js/babel-preset": "^0.5.0",
"@wyw-in-js/rollup": "^0.5.0",
"@wyw-in-js/vite": "^0.5.0",
"autoprefixer": "^10.4.19",
"aws-cdk": "^2.137.0",
"aws-cdk-lib": "^2.137.0",
"aws-sdk": "^2.1597.0",
"babel-jest": "^29.7.0",
"colord": "^2.9.3",
"concurrently": "^6.5.1",
"concurrently": "^8.2.2",
"constructs": "^10.3.0",
"cross-env": "^7.0.3",
"dashify": "2.0.0",
"eslint": "8.54.0",
"eslint-config-prettier": "^8.10.0",
"eslint": "8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-storybook": "^0.8.0",
"jest": "^29.7.0",
"jest-coverage-badges": "^1.1.2",
"jest-environment-jsdom": "^29.7.0",
"move-file-cli": "^2.0.0",
"postcss": "^8.4.31",
"move-file-cli": "^3.0.0",
"postcss": "^8.4.38",
"postcss-flexbugs-fixes": "^5.0.2",
"prettier": "^3.1.1",
"prettier": "^3.2.5",
"react": "^18.2.0",
"react-docgen-typescript-loader": "^3.7.2",
"react-dom": "^18.2.0",
"react-syntax-highlighter": "^15.5.0",
"rimraf": "^3.0.2",
"rollup": "^3.29.4",
"rimraf": "^5.0.5",
"rollup": "^4.14.1",
"rollup-plugin-css-only": "^4.5.2",
"snyk": "^1.1259.0",
"storybook": "^8.0.4",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"snyk": "^1.1288.0",
"storybook": "^8.0.7",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"tslib": "^2.6.2",
"typescript": "4.9.5",
"vite": "^5.1.4",
"typescript": "5.4.5",
"vite": "^5.2.8",
"vite-plugin-svgr": "^4.2.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion rollup.config.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import linaria from '@linaria/rollup'
import linaria from '@wyw-in-js/rollup'
import css from 'rollup-plugin-css-only'
import babel from '@rollup/plugin-babel'
import typescript from '@rollup/plugin-typescript'
Expand Down
5 changes: 3 additions & 2 deletions src/storybook/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ import { Meta } from '@storybook/blocks'

## Issues

If you find a bug with any of the components, please report it through [this link](https://github.com/reapit/foundations/issues/new?assignees=&labels=bug%2C+needs-triage%2C+elements&template=bug_report.md&title=) to our Github Issues page.
If you find a bug with any of the components, please report it through [this link](https://github.com/reapit/elements/issues/new?assignees=&labels=bug%2C+needs-triage&projects=&template=bug_report.md&title=) to our Github Issues page.

We are also open to feature requests - in the same way please request [here](https://github.com/reapit/foundations/issues/new?assignees=&labels=external-request%2C+needs-triage%2C+elements&template=feature_request.md&title=) - if it makes sense with our roadmap and the wider design system, we will accept for development.
We are also open to feature requests - in the same way please request [here](https://github.com/reapit/elements/issues/new?assignees=&labels=needs-triage%2C+feature&projects=&template=feature_request.md&title=) - if it makes sense with our roadmap and the wider design system, we will accept for development.

## Version History

Expand All @@ -30,6 +30,7 @@ Beta versions should be relatively stable but subject to occssional breaking cha
- Allowed a variable to control `Nav` branding size.
- `Utils` classes now all variablised so can be customised.
- New `ThemeProvider` component added to allow for custom theming of Elements components as well as directions on how to do this in linaria.
- Updates all dependencies to latest

### **4.2.0 - 10/04/24**

Expand Down
File renamed without changes.
Loading

0 comments on commit e130008

Please sign in to comment.