Skip to content
This repository has been archived by the owner on Apr 18, 2022. It is now read-only.

Commit

Permalink
fix: update bulma, sass and some other deps
Browse files Browse the repository at this point in the history
bulma update made sass update possible
  • Loading branch information
Vlad Gerasimovich committed Jun 19, 2021
1 parent de4eaad commit 609b608
Show file tree
Hide file tree
Showing 4 changed files with 10,571 additions and 1,586 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Create Next App eXtended v.2.0.1
# Create Next App eXtended v.2.0.2

> "next": "11.0.0"
Expand Down Expand Up @@ -68,17 +68,17 @@ And it can be configured in any preferrable way. Enjoy!

```
"dependencies": {
"bulma": "^0.9.2",
"next": "11.0.0",
"normalize.css": "^8.0.1",
"react": "17.0.2",
"react-dom": "17.0.2"
"bulma": "^0.9.3",
"next": "11.0.0",
"normalize.css": "^8.0.1",
"react": "17.0.2",
"react-dom": "17.0.2"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.27.0",
"@typescript-eslint/parser": "^4.27.0",
"babel-eslint": "^10.1.0",
"eslint": "^7.28.0",
"eslint": "^7.29.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-config-react-app": "^6.0.0",
Expand All @@ -92,13 +92,13 @@ And it can be configured in any preferrable way. Enjoy!
"husky": "^6.0.0",
"lint-staged": "^11.0.0",
"prettier": "^2.3.1",
"pretty-quick": "^3.1.0",
"sass": "^1.32.9",
"pretty-quick": "^3.1.1",
"sass": "^1.35.1",
"stylelint": "^13.13.1",
"stylelint-config-standard": "^22.0.0",
"stylelint-order": "^4.1.0",
"stylelint-webpack-plugin": "^2.1.1",
"typescript": "^4.3.2"
"stylelint-webpack-plugin": "^2.2.0",
"typescript": "^4.3.4"
}
```

Expand Down
Loading

0 comments on commit 609b608

Please sign in to comment.