Skip to content

Commit

Permalink
chore(deploy): prepare versions for release
Browse files Browse the repository at this point in the history
  • Loading branch information
gaspard committed Mar 19, 2021
1 parent a46a2ca commit 1340910
Show file tree
Hide file tree
Showing 4 changed files with 87 additions and 71 deletions.
122 changes: 69 additions & 53 deletions package-lock.json

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

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"url": "git+https://github.com/pawijs/pawi.git"
},
"dependencies": {
"@forten/tree-type": "1.0.0",
"@forten/tree-type": "2.0.0",
"classnames": "2.2.6",
"codemirror": "5.58.0",
"nanoid": "3.1.12",
Expand All @@ -41,13 +41,13 @@
"@fortawesome/free-regular-svg-icons": "5.14.0",
"@fortawesome/free-solid-svg-icons": "5.14.0",
"@fortawesome/react-fontawesome": "0.1.11",
"@forten/build": "1.0.0",
"@forten/dragdrop": "1.0.0",
"@forten/preferences": "1.0.0",
"@forten/styled": "1.0.0",
"@forten/tree": "1.0.0",
"@forten/tree-type": "1.0.0",
"@forten/tree-view": "1.0.0",
"@forten/build": "2.0.0",
"@forten/dragdrop": "2.0.0",
"@forten/preferences": "2.0.0",
"@forten/styled": "2.0.0",
"@forten/tree": "2.0.0",
"@forten/tree-type": "2.0.0",
"@forten/tree-view": "2.0.0",
"@snowpack/plugin-typescript": "1.2.1",
"@snowpack/web-test-runner-plugin": "^0.2.1",
"@types/classnames": "2.2.10",
Expand Down
4 changes: 2 additions & 2 deletions packages/pawi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"src"
],
"dependencies": {
"@forten/tree-type": "^1.0.0"
"@forten/tree-type": "^2.0.0"
},
"devDependencies": {
"@esm-bundle/chai": "^4.3.4",
Expand All @@ -51,4 +51,4 @@
"./src/test-browser-env.ts"
]
}
}
}
16 changes: 8 additions & 8 deletions packages/vscode-pawi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,13 @@
"*.css"
],
"devDependencies": {
"@forten/build": "^1.0.0",
"@forten/dragdrop": "^1.0.0",
"@forten/preferences": "^1.0.0",
"@forten/styled": "^1.0.0",
"@forten/tree-type": "^1.0.0",
"@forten/tree-view": "^1.0.0",
"@forten/tree": "^1.0.0",
"@forten/build": "^2.0.0",
"@forten/dragdrop": "^2.0.0",
"@forten/preferences": "^2.0.0",
"@forten/styled": "^2.0.0",
"@forten/tree-type": "^2.0.0",
"@forten/tree-view": "^2.0.0",
"@forten/tree": "^2.0.0",
"@types/node": "^14.14.31",
"@types/vscode": "^1.54.0",
"@typescript-eslint/eslint-plugin": "^4.14.1",
Expand All @@ -77,4 +77,4 @@
"webpack-merge": "^5.7.3",
"webpack": "^5.24.3"
}
}
}

0 comments on commit 1340910

Please sign in to comment.