Files
asimonson1125.github.io/package.json
dependabot[bot] c72ebee562 Bump lodash.merge and update
Bumps [lodash.merge](https://github.com/lodash/lodash) to 4.6.2 and updates ancestor dependency [update](https://github.com/update/update). These dependencies need to be updated together.


Updates `lodash.merge` from 3.3.2 to 4.6.2
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/commits)

Updates `update` from 0.4.2 to 0.7.4
- [Release notes](https://github.com/update/update/releases)
- [Changelog](https://github.com/update/update/blob/master/CHANGELOG.md)
- [Commits](https://github.com/update/update/commits/0.7.4)

---
updated-dependencies:
- dependency-name: lodash.merge
  dependency-type: indirect
- dependency-name: update
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-28 18:59:55 +00:00

58 lines
1.3 KiB
JSON

{
"name": "portfolio",
"version": "0.3.0",
"homepage": "https://asimonson.com",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.0.1",
"@testing-library/user-event": "^14.1.0",
"aos": "^2.3.4",
"node": "^17.7.2",
"node-dom": "^0.1.0",
"on-resize": "^2.0.0",
"react": "^18.0.0",
"react-aos": "^1.0.1",
"react-bootstrap": "^2.2.3",
"react-dom": "^18.0.0",
"react-ga": "^3.3.1",
"react-image-gallery": "^1.2.11",
"react-p5": "^1.3.30",
"react-router-dom": "^6.3.0",
"react-scripts": "^5.0.1",
"sass": "^1.55.0",
"semver": "^7.3.7",
"set-value": "^4.1.0",
"update": "^0.7.4"
},
"devDependencies": {
"gh-pages": "^3.2.3"
},
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}