Skip to content

Commit

Permalink
fix(deps): Update non-major
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 15, 2023
1 parent 3cb57d1 commit a3ae368
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 43 deletions.
14 changes: 4 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

66 changes: 33 additions & 33 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"types": "dist/index.d.ts",
"dependencies": {
"@juggle/resize-observer": "^3.2.0",
"@reach/portal": "^0.13.0",
"@reach/portal": "^0.18.0",
"@xstate/react": "^1.2.0",
"body-scroll-lock": "^3.1.5",
"focus-trap": "^6.2.2",
Expand All @@ -46,47 +46,47 @@
"react": "^16.14.0 || 17 || 18"
},
"devDependencies": {
"@rooks/use-raf": "^4.5.0",
"@rooks/use-raf": "^4.11.2",
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/git": "^9.0.0",
"@tailwindcss/forms": "^0.4.0",
"@types/classnames": "^2.2.11",
"@types/node": "^14.14.10",
"@types/react": "^17.0.0",
"@typescript-eslint/eslint-plugin": "^4.9.0",
"@typescript-eslint/parser": "^4.9.0",
"@semantic-release/git": "^9.0.1",
"@tailwindcss/forms": "^0.5.4",
"@types/classnames": "^2.3.0",
"@types/node": "^14.18.54",
"@types/react": "^17.0.64",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"@use-it/interval": "^1.0.0",
"@xstate/inspect": "^0.6.0",
"autoprefixer": "^10.0.4",
"babel-eslint": "^10.1.0",
"@xstate/inspect": "^0.8.0",
"autoprefixer": "^10.4.15",
"@babel/eslint-parser": "^7.11.0",
"babel-plugin-transform-remove-console": "^6.9.4",
"classnames": "^2.2.6",
"eslint": "^7.14.0",
"classnames": "^2.3.2",
"eslint": "^7.32.0",
"eslint-config-react-app": "^6.0.0",
"eslint-plugin-flowtype": "^5.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-flowtype": "^5.10.0",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.33.1",
"eslint-plugin-react-hooks": "^4.6.0",
"husky": "^6.0.0",
"lint-staged": "^10.5.3",
"microbundle": "^0.14.0",
"lint-staged": "^10.5.4",
"microbundle": "^0.15.1",
"next": "^10.0.3",
"postcss": "^8.1.14",
"postcss-cli": "^8.3.0",
"postcss-custom-properties-fallback": "^1.0.1",
"postcss-import-svg": "^1.0.1",
"postcss-preset-env": "^6.7.0",
"prettier": "^2.2.1",
"prettier-package-json": "^2.1.3",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"postcss": "^8.4.28",
"postcss-cli": "^8.3.1",
"postcss-custom-properties-fallback": "^1.0.2",
"postcss-import-svg": "^1.0.5",
"postcss-preset-env": "^6.7.1",
"prettier": "^2.8.8",
"prettier-package-json": "^2.8.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"rimraf": "^3.0.2",
"semantic-release": "^17.3.0",
"smooth-scroll-into-view-if-needed": "^1.1.29",
"smooth-scroll-into-view-if-needed": "^1.1.33",
"svgo": "^1.3.2",
"tailwindcss": "^2.0.1",
"typescript": "^4.1.2"
"tailwindcss": "^2.2.19",
"typescript": "^4.9.5"
},
"keywords": [
"animation",
Expand Down

0 comments on commit a3ae368

Please sign in to comment.