diff --git a/package-lock.json b/package-lock.json index 6e80c73a..6cb13a8a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@alleyinteractive/alley-scripts", - "version": "0.3.0", + "version": "0.1.0", "lockfileVersion": 3, "requires": true, "packages": { @@ -17,12 +17,6 @@ "packages/tsconfig", "plugin" ], - "dependencies": { - "@wordpress/element": "^5.8.0", - "classnames": "^2.3.2", - "ts-loader": "^9.4.2", - "wp-types": "^3.62.3" - }, "devDependencies": { "@changesets/cli": "^2.26.1", "@storybook/addon-essentials": "^7.0.5", @@ -32,7 +26,6 @@ "@storybook/react": "^7.0.2", "@storybook/react-vite": "^7.0.2", "@storybook/testing-library": "^0.1.0", - "@types/styled-components": "^5.1.26", "prop-types": "^15.8.1", "react": "^18.2.0", "react-dom": "^18.2.0", @@ -30017,7 +30010,7 @@ }, "packages/block-editor-tools": { "name": "@alleyinteractive/block-editor-tools", - "version": "0.2.0", + "version": "0.3.0", "license": "GPL-2.0-or-later", "dependencies": { "@alleyinteractive/tsconfig": "*", @@ -30082,13 +30075,16 @@ "prop-types": "^15.8.1", "react": "18.2.0", "styled-components": "^5.3.5", - "uuid": "^9.0.0" + "ts-loader": "^9.4.2", + "uuid": "^9.0.0", + "wp-types": "^3.62.3" }, "devDependencies": { "@alleyinteractive/eslint-config": "*", "@babel/core": "^7.21.3", "@babel/preset-env": "^7.21.4", "@babel/preset-react": "^7.18.6", + "@types/styled-components": "^5.1.26", "@wordpress/dependency-extraction-webpack-plugin": "^4.13.0", "autoprefixer": "^10.4.14", "babel-jest": "^29.5.0", @@ -32092,7 +32088,7 @@ "hasInstallScript": true, "license": "GPL-2.0-or-later", "dependencies": { - "@alleyinteractive/block-editor-tools": "^0.2.0", + "@alleyinteractive/block-editor-tools": "^0.3", "@types/jest": "^29.5.0", "@types/wordpress__block-editor": "^7.0.0", "@wordpress/a11y": "^3.30.0", diff --git a/plugin/package.json b/plugin/package.json index e170c588..a6de0c36 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -38,7 +38,7 @@ "test": "jest --passWithNoTests" }, "dependencies": { - "@alleyinteractive/block-editor-tools": "^0.2.0", + "@alleyinteractive/block-editor-tools": "^0.3", "@types/jest": "^29.5.0", "@types/wordpress__block-editor": "^7.0.0", "@wordpress/a11y": "^3.30.0", diff --git a/plugin/tsconfig.json b/plugin/tsconfig.json index 3fac8297..b30ce2df 100644 --- a/plugin/tsconfig.json +++ b/plugin/tsconfig.json @@ -1,6 +1,7 @@ { "extends": "@alleyinteractive/tsconfig/base.json", "exclude": [ + "node_modules", "vendor" ] } diff --git a/turbo.json b/turbo.json index decc2e4a..67de514e 100644 --- a/turbo.json +++ b/turbo.json @@ -28,10 +28,8 @@ "test/**/*.jsx" ] }, - // A package's `lint` script has no dependencies and - // can be run whenever. It also has no filesystem outputs. "lint": { - "dependsOn": ["^build"] + "dependsOn": ["build"] } } }