Skip to content
Snippets Groups Projects

Fix: Include fixed version of project-creation

Merged Marcel Nellesen requested to merge Hotfix/640-fixProjectCreation into master
2 files
+ 5
5
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 4
4
{
"name": "@coscine/projectedit",
"version": "0.0.1",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@@ -972,9 +972,9 @@
"integrity": "sha512-HLr7j/BGRdFq6m+UrCDD0hvHM8F0NRxnTauTGNhIQ7iOGEvVP7D7pPrO2+ufT88NkCJoWlEUiBDy5eJrefslgw=="
},
"@coscine/project-creation": {
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/@coscine/project-creation/-/project-creation-1.4.0.tgz",
"integrity": "sha512-un0mdjHAeB6kXEcZmd/1XqJEwuQuD0YRYa+b3nXqrrpQO4ayVkNzrV2n3WhP2NSxMAV982Cqob4faN2pV5w3nQ==",
"version": "1.4.1",
"resolved": "https://registry.npmjs.org/@coscine/project-creation/-/project-creation-1.4.1.tgz",
"integrity": "sha512-tlf8xLJBjhSqGnOcpQ7m+50Z5m4/46vbJAK75iz/baGpQbXNjxQRI06P7hSRmWHr9xMe5m7DICxJB0oF2kmPTg==",
"requires": {
"@coscine/api-connection": "^1.7.0",
"@types/jquery": "^3.3.31",
Loading