Skip to content

Commit

Permalink
build: update deps (#464)
Browse files Browse the repository at this point in the history
  • Loading branch information
dajohi authored Oct 13, 2022
1 parent 9006f9f commit e3cb7d5
Show file tree
Hide file tree
Showing 3 changed files with 2,411 additions and 2,258 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
fail-fast: false

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b #v3.0.2
- name: Use nodejs ${{ matrix.node-version }}
uses: actions/setup-node@v1
uses: actions/setup-node@969bd2663942d722d85b6a8626225850c2f7be4b #v3.5.0
with:
node-version: ${{ matrix.node-version }}
- name: yarn
Expand Down
50 changes: 25 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,23 +35,23 @@
"react-dom": "^17.0.2"
},
"devDependencies": {
"@babel/cli": "^7.17.10",
"@babel/core": "^7.18.0",
"@babel/plugin-transform-runtime": "^7.18.0",
"@babel/preset-env": "^7.18.0",
"@babel/preset-react": "^7.17.12",
"@babel/cli": "^7.19.3",
"@babel/core": "^7.19.3",
"@babel/plugin-transform-runtime": "^7.19.1",
"@babel/preset-env": "^7.19.4",
"@babel/preset-react": "^7.18.6",
"@mdx-js/react": "^1.6.22",
"@react-theming/storybook-addon": "^1.1.6",
"@react-theming/storybook-addon": "^1.1.7",
"@rollup/plugin-url": "^6.1.0",
"@storybook/addon-actions": "^6.5.4",
"@storybook/addon-essentials": "^6.5.4",
"@storybook/addon-interactions": "^6.5.4",
"@storybook/addon-links": "^6.5.4",
"@storybook/addon-actions": "^6.5.12",
"@storybook/addon-essentials": "^6.5.12",
"@storybook/addon-interactions": "^6.5.12",
"@storybook/addon-links": "^6.5.12",
"@storybook/addon-postcss": "^2.0.0",
"@storybook/addons": "^6.5.4",
"@storybook/builder-webpack5": "^6.5.4",
"@storybook/manager-webpack5": "^6.5.4",
"@storybook/react": "^6.5.4",
"@storybook/addons": "^6.5.12",
"@storybook/builder-webpack5": "^6.5.12",
"@storybook/manager-webpack5": "^6.5.12",
"@storybook/react": "^6.5.12",
"@storybook/testing-library": "^0.0.9",
"@svgr/rollup": "^5.5.0",
"@testing-library/react": "^12.1.5",
Expand All @@ -65,19 +65,19 @@
"eslint-plugin-flowtype": "^5.2.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^24.0.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-react": "^7.30.0",
"eslint-plugin-react-hooks": "^4.5.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-react": "^7.31.10",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-testing-library": "^3.9.0",
"fs-copy-file-sync": "^1.1.1",
"gh-pages": "^3.2.3",
"identity-obj-proxy": "^3.0.0",
"is-ci-cli": "^2.2.0",
"jest": "^27.3.1",
"npm-run-all": "^4.1.5",
"postcss": "^8.3",
"postcss-preset-env": "^7.8.0",
"prettier": "^2.6.2",
"postcss": "^8.4.17",
"postcss-preset-env": "^7.8.2",
"prettier": "^2.7.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-hot-loader": "^4.13.0",
Expand All @@ -89,9 +89,9 @@
"rollup-plugin-node-resolve": "5.2.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"stylelint": "^14.8.3",
"stylelint": "^14.13.0",
"stylelint-config-recommended": "^6.0.0",
"webpack": "^5.72.1"
"webpack": "^5.74.0"
},
"files": [
"dist"
Expand All @@ -100,9 +100,9 @@
"clamp-js-main": "^0.11.5",
"lodash": "^4.17.15",
"prop-types": "^15.8.1",
"react-select": "^5.2.1",
"react-select-event": "^5.5.0",
"react-spring": "^9.4.5",
"react-select": "^5.4.0",
"react-select-event": "^5.5.1",
"react-spring": "^9.5.5",
"react-tapper": "^0.1.23"
}
}
Loading

0 comments on commit e3cb7d5

Please sign in to comment.