Skip to content

Commit

Permalink
fix(package.json): Move workspace dependencies to devDependencies (#1)
Browse files Browse the repository at this point in the history
* fix(package.json): Move workspace dependencies to devDependencies

* update(package.json): Bump version to 1.0.1
  • Loading branch information
brdlyptrs authored May 23, 2023
1 parent 61d2f98 commit 032eb55
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 10 deletions.
12 changes: 8 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
{
"name": "react-bndl",
"version": "1.0.0",
"version": "1.0.1",
"description": "A library that allows users to split their React application into multiple bundles and load them each dynamically.",
"keywords": ["React", "bundle", "Webpack"],
"keywords": [
"React",
"bundle",
"Webpack"
],
"author": "Bradley Peters",
"license": "MIT",
"bugs": "https://github.com/brdlyptrs/react-bndl/issues",
Expand Down Expand Up @@ -38,12 +42,12 @@
"test:end-to-end": "playwright test -c playwright.config.ts"
},
"dependencies": {
"@bndl/demo": "workspace:^",
"@bndl/lib": "workspace:^",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@bndl/demo": "workspace:^",
"@bndl/lib": "workspace:^",
"@playwright/experimental-ct-react": "^1.33.0",
"@playwright/test": "^1.33.0",
"@types/node": "^18.11.18"
Expand Down
12 changes: 6 additions & 6 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 032eb55

Please sign in to comment.