Skip to content

Commit

Permalink
Upgrade demo dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
woofers committed Oct 19, 2022
1 parent c9d4cc5 commit af143ea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion demo/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ const path = require('path')
module.exports = {
distDir: 'build',
swcMinify: true,
webpack5: true,
reactStrictMode: true,
images: {
loader: 'imgix',
Expand Down
8 changes: 4 additions & 4 deletions demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
},
"dependencies": {
"@stitches/react": "^1.2.8",
"next": "^12.2.2",
"next": "^12.3.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-wavify": "../."
},
"devDependencies": {
"@svgr/webpack": "^6.2.1",
"eslint": "^8.19.0",
"eslint-config-next": "^12.2.2",
"@svgr/webpack": "^6.5.0",
"eslint": "^8.25.0",
"eslint-config-next": "^12.3.1",
"eslint-webpack-plugin": "^3.2.0",
"file-loader": "^6.2.0",
"prettier": "^2.7.1"
Expand Down

0 comments on commit af143ea

Please sign in to comment.