Skip to content

Commit

Permalink
Update package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
captainsafia committed Feb 21, 2024
1 parent 3297118 commit 80c616c
Show file tree
Hide file tree
Showing 4 changed files with 1,155 additions and 4,054 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '14'
node-version: '18'
- run: yarn
- run: yarn build
- run: yarn flow
6 changes: 4 additions & 2 deletions next.config.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
const webpack = require("./webpack.config");

module.exports = {
webpack: (config, { dev }) => {
webpack: (config, { }) => {
config.resolve.alias = {
...config.resolve.alias,
...webpack.resolve.alias
};
return config;
},
target: "serverless"
compiler: {
styledComponents: true
}
};
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
"express": "4.18.1",
"isomorphic-fetch": "3.0.0",
"mdi-react": "8.4.0",
"next": "8.1.0",
"next": "11.1.4",
"polished": "4.2.2",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-fns": "1.4.0",
"react-syntax-highlighter": "9.0.1",
"styled-components": "5.3.5"
"styled-components": "^6.1.8"
},
"devDependencies": {
"babel-plugin-styled-components": "2.0.7",
Expand Down
Loading

0 comments on commit 80c616c

Please sign in to comment.