Skip to content

Commit

Permalink
deps, fix config
Browse files Browse the repository at this point in the history
  • Loading branch information
lostfictions committed Jul 26, 2021
1 parent f1a1cd7 commit 8427718
Show file tree
Hide file tree
Showing 4 changed files with 670 additions and 509 deletions.
1 change: 1 addition & 0 deletions next-env.d.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/// <reference types="next" />
/// <reference types="next/types/global" />
/// <reference types="next/image-types/global" />
5 changes: 2 additions & 3 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ module.exports = withPlugins(
}),
],
{
future: {
webpack5: true,
},
webpack5: true,
eslint: { ignoreDuringBuilds: true },
}
);
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,21 @@
"react-dom": "17.0.2"
},
"devDependencies": {
"@types/node": "^15.6.1",
"@types/react": "^17.0.7",
"@types/react-dom": "^17.0.5",
"astroturf": "^1.0.0-beta.21",
"eslint": "^7.27.0",
"eslint-config-lostfictions": "^1.2.0",
"next": "^10.2.3",
"@types/node": "^16.4.3",
"@types/react": "^17.0.15",
"@types/react-dom": "^17.0.9",
"astroturf": "^1.0.0-beta.22",
"eslint": "^7.31.0",
"eslint-config-lostfictions": "^1.3.0",
"next": "^11.0.1",
"next-compose-plugins": "^2.2.1",
"npm-run-all": "^4.1.5",
"postcss": "^8.3.0",
"postcss": "^8.3.6",
"postcss-preset-env": "^6.7.0",
"prettier": "^2.3.0",
"tailwindcss": "^2.1.2",
"typescript": "^4.2.4",
"webpack": "^5.37.1"
"prettier": "^2.3.2",
"tailwindcss": "^2.2.7",
"typescript": "^4.3.5",
"webpack": "^5.46.0"
},
"browserslist": {
"production": [
Expand Down
Loading

0 comments on commit 8427718

Please sign in to comment.