diff --git a/client/package-lock.json b/client/package-lock.json index 77dedeb2..50c4700d 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -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", diff --git a/client/package.json b/client/package.json index e0a7b4d6..7a013ac4 100755 --- a/client/package.json +++ b/client/package.json @@ -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", diff --git a/server/package-lock.json b/server/package-lock.json index b36b17c7..4ea227b9 100644 --- a/server/package-lock.json +++ b/server/package-lock.json @@ -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", diff --git a/server/package.json b/server/package.json index dcc77240..0bfffe73 100644 --- a/server/package.json +++ b/server/package.json @@ -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",