Skip to content

Commit

Permalink
Dependencies: Have been updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
furcan committed Dec 11, 2021
1 parent 0a0fdef commit 75dde2d
Show file tree
Hide file tree
Showing 5 changed files with 258 additions and 268 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
@1.1.2
* **Changed:** Dependencies have been updated.

-----

@1.1.1
* **Changed:** Notiflix: v3.2.2

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This application is the documentation project of [Notiflix](https://github.com/n

### Current Version

1.1.1 [*](https://github.com/notiflix/notiflix.github.io/blob/main/CHANGELOG.md "CHANGELOG")
1.1.2 [*](https://github.com/notiflix/notiflix.github.io/blob/main/CHANGELOG.md "CHANGELOG")


---------
Expand Down
1 change: 0 additions & 1 deletion next-env.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/// <reference types="next" />
/// <reference types="next/types/global" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "notiflix-documentation",
"version": "1.1.0",
"version": "1.1.2",
"homepage": "https://notiflix.github.io",
"description": "Notiflix",
"private": true,
Expand All @@ -18,28 +18,28 @@
"deploy": "yarn build && next export -o .dist"
},
"dependencies": {
"next": "12.0.3",
"next": "12.0.7",
"notiflix": "^3.2.2",
"react": "17.0.2",
"react-dom": "17.0.2"
},
"devDependencies": {
"@ts-stack/markdown": "^1.4.0",
"@types/js-yaml": "^4.0.4",
"@types/react": "17.0.34",
"@typescript-eslint/eslint-plugin": "^5.3.0",
"@types/js-yaml": "^4.0.5",
"@types/react": "17.0.37",
"@typescript-eslint/eslint-plugin": "^5.6.0",
"eslint": "7.32.0",
"eslint-config-next": "12.0.3",
"fork-ts-checker-webpack-plugin": "^6.4.0",
"eslint-config-next": "12.0.7",
"fork-ts-checker-webpack-plugin": "^6.5.0",
"frontmatter-markdown-loader": "^3.6.3",
"js-yaml": "^4.1.0",
"react-icons": "^4.3.1",
"sass": "^1.43.4",
"sass": "^1.45.0",
"stylelint": "^13.13.1",
"stylelint-config-standard": "^22.0.0",
"stylelint-scss": "^3.21.0",
"stylelint-webpack-plugin": "^3.1.0",
"typescript": "4.4.4"
"typescript": "4.5.3"
},
"browserslist": {
"production": [
Expand Down
Loading

0 comments on commit 75dde2d

Please sign in to comment.