Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.1.3-rc.2",
"version": "0.1.3-rc.3",
"license": "Apache-2.0",
"scripts": {
"generate-package": "nx generate library --publishable --buildable",
Expand Down
2 changes: 2 additions & 0 deletions packages/create/bin/create-gene-workspace.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ async function runCommands() {
'brainly-style-guide',
`[email protected]`,
`@tanstack/[email protected]`,
'@nrwl/[email protected]',
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it is also dev dep

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Fasosnql , we use it during runtime, in next.config.js

const withNx = require('@nrwl/next/plugins/with-nx');

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

]);

// Install dev dependencies
Expand All @@ -114,6 +115,7 @@ async function runCommands() {
'[email protected]',
'[email protected]',
'[email protected]',
'@nrwl/[email protected]',
]);

console.log('Generating gene-workspace with pnpm nx');
Expand Down
2 changes: 1 addition & 1 deletion packages/create/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@brainly-gene/create",
"version": "0.1.3-rc.2",
"version": "0.1.3-rc.3",
"type": "commonjs",
"bin": {
"create-gene-workspace": "./bin/create-gene-workspace.js"
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@brainly-gene/eslint-plugin",
"version": "0.1.3-rc.2",
"version": "0.1.3-rc.3",
"license": "Apache-2.0",
"main": "src/index.js",
"generators": "./generators.json",
Expand Down
2 changes: 1 addition & 1 deletion packages/gene-apollo/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@brainly-gene/apollo",
"version": "0.1.3-rc.2",
"version": "0.1.3-rc.3",
"license": "Apache-2.0"
}
2 changes: 1 addition & 1 deletion packages/gene-next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@brainly-gene/next",
"version": "0.1.3-rc.2",
"version": "0.1.3-rc.3",
"license": "Apache-2.0",
"dependencies": {
"@next/bundle-analyzer": "12.3.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/gene-sentry/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@brainly-gene/sentry",
"version": "0.1.3-rc.2",
"version": "0.1.3-rc.3",
"license": "Apache-2.0"
}
2 changes: 1 addition & 1 deletion packages/gene-tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@brainly-gene/tools",
"version": "0.1.3-rc.2",
"version": "0.1.3-rc.3",
"license": "Apache-2.0",
"generators": "./generators.json",
"executors": "./executors.json",
Expand Down
2 changes: 1 addition & 1 deletion packages/gene/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@brainly-gene/core",
"version": "0.1.3-rc.2",
"version": "0.1.3-rc.3",
"license": "Apache-2.0",
"main": "./src/index.js",
"dependencies": {
Expand Down
Loading