Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Emanuel Suriano committed Oct 14, 2022
2 parents a9ca410 + 864a09b commit d5e4afa
Show file tree
Hide file tree
Showing 3 changed files with 257 additions and 82 deletions.
6 changes: 3 additions & 3 deletions packages/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@
"react-github-corner": "^2.5.0",
"react-scroll-section": "*",
"react-toggle": "^4.1.3",
"styled-components": "5.3.5"
"styled-components": "5.3.6"
},
"devDependencies": {
"@types/react": "17.0.43",
"@types/react-dom": "17.0.14",
"@types/react-toggle": "^4.0.3",
"@vitejs/plugin-react": "1.2.0",
"@vitejs/plugin-react": "1.3.2",
"cypress": "^10.10.0",
"typescript": "4.6.3",
"typescript": "4.8.4",
"vite": "2.8.6"
}
}
12 changes: 6 additions & 6 deletions packages/react-scroll-section/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@
},
"devDependencies": {
"@types/smoothscroll-polyfill": "^0.3.1",
"@babel/core": "7.17.8",
"@types/node": "17.0.23",
"@babel/core": "7.19.3",
"@types/node": "18.8.5",
"@types/react": "17.0.43",
"@types/react-dom": "17.0.14",
"@vitejs/plugin-react": "1.2.0",
"@vitejs/plugin-react": "1.3.2",
"acorn-jsx": "5.3.2",
"babel-loader": "8.2.4",
"babel-loader": "8.2.5",
"json": "11.0.0",
"typescript": "4.6.3",
"typescript": "4.8.4",
"vite": "2.8.6",
"vite-plugin-dts": "1.0.3"
"vite-plugin-dts": "1.5.0"
},
"license": "MIT",
"peerDependencies": {
Expand Down
Loading

0 comments on commit d5e4afa

Please sign in to comment.