Skip to content

Commit

Permalink
Merge pull request #49 from sj-distributor/48-package-upgrade
Browse files Browse the repository at this point in the history
package upgrade
  • Loading branch information
goodjun authored Dec 9, 2023
2 parents 2d630ee + 2506f13 commit d24307f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 13 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-react-boilerplates",
"version": "2.1.4",
"version": "2.2.0",
"type": "module",
"bin": {
"create-react-boilerplates": "index.js",
Expand Down
13 changes: 7 additions & 6 deletions templates/template-react-recoil/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@
"ramda": "^0.29.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.6.1",
"react-router-dom": "^6.19.0",
"recoil": "^0.7.7"
},
"devDependencies": {
"@types/ramda": "^0.29.3",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.10",
"@typescript-eslint/eslint-plugin": "^5.26.0",
"@typescript-eslint/parser": "^5.26.0",
"@vitejs/plugin-react": "^4.0.1",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"@vitejs/plugin-react": "^4.2.0",
"autoprefixer": "^10.4.13",
"eslint": "^8.38.0",
"eslint-config-prettier": "^8.5.0",
Expand All @@ -33,12 +33,13 @@
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-unicorn": "^47.0.0",
"fs-extra": "^11.1.1",
"postcss": "^8.4.21",
"prettier": "^2.6.2",
"tailwindcss": "^3.2.4",
"tailwindcss": "^3.3.5",
"typescript": "^5.1.6",
"typescript-plugin-css-modules": "^5.0.1",
"vite": "^4.3.9",
"vite": "^4.4.10",
"@sj-distributor/eslint-plugin-react": "^0.7.1"
}
}
13 changes: 7 additions & 6 deletions templates/template-react-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
"ramda": "^0.29.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.6.1"
"react-router-dom": "^6.19.0"
},
"devDependencies": {
"@types/ramda": "^0.29.3",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.10",
"@typescript-eslint/eslint-plugin": "^5.26.0",
"@typescript-eslint/parser": "^5.26.0",
"@vitejs/plugin-react": "^4.0.1",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"@vitejs/plugin-react": "^4.2.0",
"autoprefixer": "^10.4.13",
"eslint": "^8.38.0",
"eslint-config-prettier": "^8.5.0",
Expand All @@ -32,12 +32,13 @@
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-unicorn": "^47.0.0",
"fs-extra": "^11.1.1",
"postcss": "^8.4.21",
"prettier": "^2.6.2",
"tailwindcss": "^3.2.4",
"tailwindcss": "^3.3.5",
"typescript": "^5.1.6",
"typescript-plugin-css-modules": "^5.0.1",
"vite": "^4.3.9",
"vite": "^4.4.10",
"@sj-distributor/eslint-plugin-react": "^0.7.1"
}
}

0 comments on commit d24307f

Please sign in to comment.