Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
elrumordelaluz committed May 27, 2024
1 parent df3a074 commit a5cbb9c
Show file tree
Hide file tree
Showing 9 changed files with 1,363 additions and 632 deletions.
32 changes: 16 additions & 16 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,27 +10,27 @@
"start": "next start"
},
"dependencies": {
"@codesandbox/sandpack-react": "^2.10.0",
"@codesandbox/sandpack-react": "^2.13.10",
"@codesandbox/sandpack-themes": "^2.0.21",
"@vercel/og": "^0.5.0",
"@vercel/og": "^0.6.2",
"body-scroll-lock": "^4.0.0-beta.0",
"clsx": "^2.0.0",
"framer-motion": "^10.16.14",
"next": "^13.5.6",
"nextra": "latest",
"nextra-theme-docs": "latest",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sharp": "^0.33.0"
"clsx": "^2.1.1",
"framer-motion": "^11.2.6",
"next": "^14.2.3",
"nextra": "2.13.4",
"nextra-theme-docs": "2.13.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sharp": "^0.33.4"
},
"devDependencies": {
"@svgr/webpack": "^8.0.1",
"@types/body-scroll-lock": "^3.1.2",
"@types/node": "^20.10.4",
"@types/react": "^18.2.42",
"autoprefixer": "^10.4.15",
"eslint": "^8.55.0",
"postcss": "^8.4.32",
"tailwindcss": "^3.3.6"
"@types/node": "^20.12.12",
"@types/react": "^18.3.3",
"autoprefixer": "^10.4.19",
"eslint": "^9.3.0",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3"
}
}
26 changes: 13 additions & 13 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,31 +10,31 @@
"export": "rm -rf ../../docs && next build && next export -o ../../docs"
},
"dependencies": {
"@codesandbox/sandpack-react": "^2.10.0",
"@codesandbox/sandpack-react": "^2.13.10",
"@codesandbox/sandpack-themes": "^2.0.21",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@reactour/mask": "*",
"@reactour/popover": "*",
"@reactour/tour": "*",
"@reactour/utils": "*",
"body-scroll-lock": "^4.0.0-beta.0",
"framer-motion": "^10.16.14",
"framer-motion": "^11.2.6",
"modaaals": "^1.1.2",
"next": "13.5.6",
"react": "18.2.0",
"next": "14.2.3",
"react": "18.3.1",
"react-device-detect": "^2.2.3",
"react-dom": "18.2.0"
"react-dom": "18.3.1"
},
"devDependencies": {
"@reactour/tsconfig": "*",
"@types/body-scroll-lock": "^3.1.2",
"@types/node": "^20.10.4",
"@types/react": "18.2.42",
"config": "3.3.9",
"eslint": "8.55.0",
"eslint-plugin-prettier": "^5.0.1",
"@types/node": "^20.12.12",
"@types/react": "18.3.3",
"config": "3.3.11",
"eslint": "9.3.0",
"eslint-plugin-prettier": "^5.1.3",
"next-transpile-modules": "10.0.1",
"typescript": "^5.3.3"
"typescript": "^5.4.5"
}
}
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,17 @@
"release": "turbo run build && changeset publish"
},
"devDependencies": {
"eslint-plugin-prettier": "^5.0.1",
"prettier": "^3.1.0",
"turbo": "^1.11.0"
"eslint-plugin-prettier": "^5.1.3",
"prettier": "^3.2.5",
"turbo": "^1.13.3"
},
"engines": {
"npm": ">=7.0.0",
"node": ">=14.0.0"
},
"packageManager": "yarn@1.22.18",
"dependencies": {
"@changesets/cli": "^2.27.1"
"@changesets/cli": "^2.27.3"
},
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"eslint-preset.js"
],
"dependencies": {
"eslint-config-next": "^13.5.6",
"eslint-config-next": "^14.2.3",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "7.33.2"
"eslint-plugin-react": "7.34.1"
}
}
12 changes: 6 additions & 6 deletions packages/mask/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
"license": "MIT",
"devDependencies": {
"@reactour/tsconfig": "*",
"@types/react": "^18.2.42",
"@types/react-dom": "^18.2.17",
"config": "3.3.9",
"react": "^18.2.0",
"tsup": "^8.0.1",
"typescript": "^5.3.3"
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"config": "3.3.11",
"react": "^18.3.1",
"tsup": "^8.0.2",
"typescript": "^5.4.5"
},
"dependencies": {
"@reactour/utils": "*"
Expand Down
12 changes: 6 additions & 6 deletions packages/popover/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
"license": "MIT",
"devDependencies": {
"@reactour/tsconfig": "*",
"@types/react": "^18.2.42",
"@types/react-dom": "^18.2.17",
"config": "3.3.9",
"react": "^18.2.0",
"tsup": "^8.0.1",
"typescript": "^5.3.3"
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"config": "3.3.11",
"react": "^18.3.1",
"tsup": "^8.0.2",
"typescript": "^5.4.5"
},
"dependencies": {
"@reactour/utils": "*"
Expand Down
10 changes: 5 additions & 5 deletions packages/tour/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
"devDependencies": {
"@reactour/config": "*",
"@reactour/tsconfig": "*",
"@types/react": "^18.2.42",
"@types/react-dom": "^18.2.17",
"react": "^18.2.0",
"tsup": "^8.0.1",
"typescript": "^5.3.3"
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"react": "^18.3.1",
"tsup": "^8.0.2",
"typescript": "^5.4.5"
},
"dependencies": {
"@reactour/mask": "*",
Expand Down
12 changes: 6 additions & 6 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
"license": "MIT",
"devDependencies": {
"@reactour/tsconfig": "*",
"@types/react": "^18.2.42",
"@types/react-dom": "^18.2.17",
"config": "3.3.9",
"react": "^18.2.0",
"tsup": "^8.0.1",
"typescript": "^5.3.3"
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"config": "3.3.11",
"react": "^18.3.1",
"tsup": "^8.0.2",
"typescript": "^5.4.5"
},
"dependencies": {
"@rooks/use-mutation-observer": "^4.11.2",
Expand Down
Loading

0 comments on commit a5cbb9c

Please sign in to comment.