Skip to content

Commit

Permalink
update package
Browse files Browse the repository at this point in the history
  • Loading branch information
AhmedElywa committed Aug 25, 2021
1 parent 50d0a9f commit 15fa7ed
Show file tree
Hide file tree
Showing 2 changed files with 773 additions and 658 deletions.
47 changes: 21 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@
"version": "0.1.0",
"author": "Ahmed Elywa",
"dependencies": {
"@ckeditor/ckeditor5-build-classic": "27.1.0",
"@ckeditor/ckeditor5-build-classic": "29.1.0",
"@ckeditor/ckeditor5-react": "3.0.2",
"@paljs/icons": "1.0.5",
"@paljs/ui": "1.1.1",
"@tinymce/tinymce-react": "3.12.3",
"babel-plugin-styled-components": "^1.12.0",
"next": "^10.2.0",
"@tinymce/tinymce-react": "3.12.6",
"babel-plugin-styled-components": "^1.13.2",
"next": "^11.1.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"styled-components": "5.2.3"
"styled-components": "5.3.1"
},
"keywords": [
"react",
Expand All @@ -27,6 +27,7 @@
"dev": "next",
"build": "next build",
"start": "next start --port ${PORT-3000}",
"export": "yarn build && next export -o _static",
"prepare": "husky install"
},
"repository": {
Expand All @@ -37,27 +38,21 @@
"url": "https://github.com/paljs/nextjs-admin-template/issues"
},
"devDependencies": {
"@types/node": "15.0.1",
"@types/react": "17.0.4",
"@types/react-dom": "17.0.3",
"@types/react-select": "4.0.15",
"@types/styled-components": "5.1.9",
"@typescript-eslint/eslint-plugin": "4.22.0",
"@typescript-eslint/parser": "4.22.0",
"eslint": "7.25.0",
"@types/node": "16.7.1",
"@types/react": "17.0.19",
"@types/react-dom": "17.0.9",
"@types/react-select": "4.0.17",
"@types/styled-components": "5.1.12",
"@typescript-eslint/eslint-plugin": "4.29.3",
"@typescript-eslint/parser": "4.29.3",
"eslint": "7.32.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-prettier": "3.4.0",
"eslint-plugin-react": "7.23.2",
"gh-pages": "3.1.0",
"husky": "6.0.0",
"prettier": "2.2.1",
"pretty-quick": "3.1.0",
"react-live": "2.2.3",
"typescript": "4.2.4"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --pattern \"**/*.*(js|jsx|tsx|ts)\" --staged"
}
"eslint-plugin-prettier": "3.4.1",
"eslint-plugin-react": "7.24.0",
"husky": "7.0.2",
"prettier": "2.3.2",
"pretty-quick": "3.1.1",
"react-live": "2.3.0",
"typescript": "4.3.5"
}
}
Loading

0 comments on commit 15fa7ed

Please sign in to comment.