Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nallenscott committed Nov 25, 2023
1 parent a73e82d commit fdf198d
Show file tree
Hide file tree
Showing 4 changed files with 1,285 additions and 917 deletions.
12 changes: 6 additions & 6 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
"lint": "next lint"
},
"dependencies": {
"next": "^13.4.19",
"next": "^14.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"autoprefixer": "^10.4.15",
"eslint-config-next": "13.4.19",
"postcss": "^8.4.29",
"tailwindcss": "^3.3.3",
"typescript": "5.2.2"
"autoprefixer": "^10.4.16",
"eslint-config-next": "14.0.3",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.5",
"typescript": "5.3.2"
}
}
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
},
"devDependencies": {
"auto-changelog": "^2.4.0",
"concurrently": "^8.2.1",
"eslint": "^8.48.0",
"concurrently": "^8.2.2",
"eslint": "^8.54.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-n": "^16.0.2",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-n": "^16.3.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.33.2"
},
Expand Down
18 changes: 9 additions & 9 deletions package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,21 +30,21 @@
"coverage": "jest --coverage"
},
"devDependencies": {
"@babel/cli": "^7.22.15",
"@babel/core": "^7.22.15",
"@babel/preset-env": "^7.22.15",
"@babel/preset-react": "^7.22.15",
"@testing-library/react": "^14.0",
"jest": "^29.6.4",
"jest-environment-jsdom": "^29.6.4",
"@babel/cli": "^7.23.4",
"@babel/core": "^7.23.3",
"@babel/preset-env": "^7.23.3",
"@babel/preset-react": "^7.23.3",
"@testing-library/react": "^14.1",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"mq-polyfill": "^1.1.8",
"nodemon": "^3.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"dependencies": {
"concurrently": "^8.2.1",
"eslint": "^8.48.0",
"concurrently": "^8.2.2",
"eslint": "^8.54.0",
"lodash": "^4.17.21"
}
}
Loading

0 comments on commit fdf198d

Please sign in to comment.