Skip to content

Commit

Permalink
Normalize react and non-react package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
janechu committed Dec 1, 2023
1 parent 7b077a0 commit 15f8fec
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"copy-webpack-plugin": "^11.0.0",
"copyfiles": "^2.4.1",
"css-loader": "^6.7.3",
"design-to-code-react": "^1.0.0-alpha.11",
"design-to-code-react": "^1.0.0-alpha.12",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.5.0",
"lodash-es": "^4.17.21",
Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions packages/design-to-code-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "design-to-code-react",
"description": "A React-specific set of components and utilities to assist in creating web UI",
"sideEffects": false,
"version": "1.0.0-alpha.11",
"version": "1.0.0-alpha.12",
"author": "Jane Chu",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -71,7 +71,7 @@
"@microsoft/fast-foundation": "^2.13.1",
"@microsoft/fast-web-utilities": "^4.8.1",
"@skatejs/val": "^0.5.0",
"design-to-code": "^1.0.0-alpha.11",
"design-to-code": "^1.0.0-alpha.12",
"exenv-es6": "^1.0.0",
"raf-throttle": "^2.0.3",
"react-dnd": "^16.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/design-to-code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "design-to-code",
"description": "A set of utilities to assist in creating web UI",
"sideEffects": false,
"version": "1.0.0-alpha.11",
"version": "1.0.0-alpha.12",
"type": "module",
"author": "Jane Chu",
"license": "MIT",
Expand Down

0 comments on commit 15f8fec

Please sign in to comment.