Skip to content

Commit

Permalink
Test bumping packages. Nice!
Browse files Browse the repository at this point in the history
  • Loading branch information
peterp committed Jan 22, 2021
1 parent 771298c commit 9c09743
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions packages/create-redwood-app/template/api/package.json
Expand Up @@ -3,6 +3,6 @@
"version": "0.0.0",
"private": true,
"dependencies": {
"@redwoodjs/api": "^0.22.1"
"@redwoodjs/api": "^0.23.0"
}
}
}
4 changes: 2 additions & 2 deletions packages/create-redwood-app/template/package.json
Expand Up @@ -7,7 +7,7 @@
]
},
"devDependencies": {
"@redwoodjs/core": "^0.22.1"
"@redwoodjs/core": "^0.23.0"
},
"eslintConfig": {
"extends": "@redwoodjs/eslint-config"
Expand All @@ -16,4 +16,4 @@
"node": ">=12",
"yarn": ">=1.15"
}
}
}
8 changes: 4 additions & 4 deletions packages/create-redwood-app/template/web/package.json
Expand Up @@ -13,11 +13,11 @@
]
},
"dependencies": {
"@redwoodjs/forms": "^0.22.1",
"@redwoodjs/router": "^0.22.1",
"@redwoodjs/web": "^0.22.1",
"@redwoodjs/forms": "^0.23.0",
"@redwoodjs/router": "^0.23.0",
"@redwoodjs/web": "^0.23.0",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-dom": "^17.0.1"
}
}
}
2 changes: 1 addition & 1 deletion packages/internal/package.json
Expand Up @@ -8,9 +8,9 @@
"types": "dist/index.d.ts",
"license": "MIT",
"dependencies": {
"glob": "7.1.6",
"deepmerge": "^4.2.2",
"findup-sync": "^4.0.0",
"glob": "7.1.6",
"kill-port": "^1.6.1",
"toml": "^3.0.0"
},
Expand Down

0 comments on commit 9c09743

Please sign in to comment.