mirror of
https://github.com/plankanban/planka.git
synced 2025-08-09 07:25:24 +02:00
Fix lockfile......... again
This commit is contained in:
parent
05ea80f5d0
commit
a4a1eab446
4 changed files with 2 additions and 36 deletions
18
client/package-lock.json
generated
18
client/package-lock.json
generated
|
@ -21,7 +21,6 @@
|
|||
"lodash": "^4.17.21",
|
||||
"node-sass": "^7.0.1",
|
||||
"photoswipe": "^5.3.0",
|
||||
"planka": "file:..",
|
||||
"prop-types": "^15.8.1",
|
||||
"react": "^17.0.2",
|
||||
"react-beautiful-dnd": "^13.1.0",
|
||||
|
@ -69,6 +68,7 @@
|
|||
},
|
||||
"..": {
|
||||
"version": "1.8.5",
|
||||
"extraneous": true,
|
||||
"hasInstallScript": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
|
@ -17094,10 +17094,6 @@
|
|||
"node": ">=6"
|
||||
}
|
||||
},
|
||||
"node_modules/planka": {
|
||||
"resolved": "..",
|
||||
"link": true
|
||||
},
|
||||
"node_modules/pn": {
|
||||
"version": "1.1.0",
|
||||
"resolved": "https://registry.npmjs.org/pn/-/pn-1.1.0.tgz",
|
||||
|
@ -37815,18 +37811,6 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"planka": {
|
||||
"version": "file:..",
|
||||
"requires": {
|
||||
"concurrently": "^7.3.0",
|
||||
"eslint": "^8.28.0",
|
||||
"eslint-config-prettier": "^8.5.0",
|
||||
"eslint-plugin-prettier": "^4.2.1",
|
||||
"husky": "^8.0.1",
|
||||
"lint-staged": "^13.0.3",
|
||||
"prettier": "^2.7.1"
|
||||
}
|
||||
},
|
||||
"pn": {
|
||||
"version": "1.1.0",
|
||||
"resolved": "https://registry.npmjs.org/pn/-/pn-1.1.0.tgz",
|
||||
|
|
|
@ -69,7 +69,6 @@
|
|||
"lodash": "^4.17.21",
|
||||
"node-sass": "^7.0.1",
|
||||
"photoswipe": "^5.3.0",
|
||||
"planka": "file:..",
|
||||
"prop-types": "^15.8.1",
|
||||
"react": "^17.0.2",
|
||||
"react-beautiful-dnd": "^13.1.0",
|
||||
|
|
18
server/package-lock.json
generated
18
server/package-lock.json
generated
|
@ -15,7 +15,6 @@
|
|||
"lodash": "^4.17.21",
|
||||
"moment": "^2.29.4",
|
||||
"move-file": "^2.1.0",
|
||||
"planka": "file:..",
|
||||
"rimraf": "^3.0.2",
|
||||
"sails": "^1.5.2",
|
||||
"sails-hook-orm": "^4.0.1",
|
||||
|
@ -43,6 +42,7 @@
|
|||
},
|
||||
"..": {
|
||||
"version": "1.8.5",
|
||||
"extraneous": true,
|
||||
"hasInstallScript": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
|
@ -5006,10 +5006,6 @@
|
|||
"url": "https://github.com/sponsors/jonschlinkert"
|
||||
}
|
||||
},
|
||||
"node_modules/planka": {
|
||||
"resolved": "..",
|
||||
"link": true
|
||||
},
|
||||
"node_modules/pluralize": {
|
||||
"version": "1.2.1",
|
||||
"resolved": "https://registry.npmjs.org/pluralize/-/pluralize-1.2.1.tgz",
|
||||
|
@ -11796,18 +11792,6 @@
|
|||
"integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
|
||||
"dev": true
|
||||
},
|
||||
"planka": {
|
||||
"version": "file:..",
|
||||
"requires": {
|
||||
"concurrently": "^7.3.0",
|
||||
"eslint": "^8.28.0",
|
||||
"eslint-config-prettier": "^8.5.0",
|
||||
"eslint-plugin-prettier": "^4.2.1",
|
||||
"husky": "^8.0.1",
|
||||
"lint-staged": "^13.0.3",
|
||||
"prettier": "^2.7.1"
|
||||
}
|
||||
},
|
||||
"pluralize": {
|
||||
"version": "1.2.1",
|
||||
"resolved": "https://registry.npmjs.org/pluralize/-/pluralize-1.2.1.tgz",
|
||||
|
|
|
@ -36,7 +36,6 @@
|
|||
"lodash": "^4.17.21",
|
||||
"moment": "^2.29.4",
|
||||
"move-file": "^2.1.0",
|
||||
"planka": "file:..",
|
||||
"rimraf": "^3.0.2",
|
||||
"sails": "^1.5.2",
|
||||
"sails-hook-orm": "^4.0.1",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue