Skip to content

Commit

Permalink
chore: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rodymolenaar committed Jul 26, 2021
1 parent 346a432 commit ce73a01
Show file tree
Hide file tree
Showing 2 changed files with 243 additions and 230 deletions.
17 changes: 8 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lightbase/next-preset",
"version": "1.1.0",
"version": "1.1.1",
"main": "dist/index.js",
"repository": "https://github.com/lightbasenl/next-preset",
"author": "Rody Molenaar <[email protected]>",
Expand All @@ -9,27 +9,26 @@
"test": "echo \"No tests specified\""
},
"peerDependencies": {
"@sentry/nextjs": "^6.8.0",
"next": "^11"
},
"devDependencies": {
"next": "^11",
"@lightbase/eslint-config-lightbase": "^2.15.0",
"@types/glob": "^7.1.3",
"@types/lodash": "^4.14.170",
"eslint": "^7.29.0",
"prettier": "^2.3.1",
"@types/glob": "^7.1.4",
"@types/lodash": "^4.14.171",
"eslint": "^7.31.0",
"prettier": "^2.3.2",
"typescript": "^4.3.5"
},
"dependencies": {
"@sentry/nextjs": "^6.8.0",
"@sentry/nextjs": "^6.10.0",
"acorn": "^8.4.1",
"glob": "^7.1.7",
"lodash": "^4.17.21",
"next": "^11",
"next-transpile-modules": "^8.0.0",
"react": "^17.0.2",
"source-map": "0.8.0-beta.0",
"webpack": "^5.42.1"
"webpack": "^5.46.0"
},
"license": "MIT",
"files": [
Expand Down
Loading

0 comments on commit ce73a01

Please sign in to comment.