diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml new file mode 100644 index 00000000..9cdfd5f7 --- /dev/null +++ b/.github/workflows/codecov.yml @@ -0,0 +1,4 @@ +- name: Upload coverage reports to Codecov + uses: codecov/codecov-action@v3 + env: + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index f2b632d1..218c0e4e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,6 @@ "license": "ISC", "dependencies": { "@floating-ui/react": "^0.26.2", - "@radui/ui": "^0.0.4", "react": "^18.2.0", "react-dom": "^18.2.0" }, @@ -19,6 +18,7 @@ "@babel/preset-env": "^7.22.15", "@babel/preset-react": "^7.22.15", "@babel/preset-typescript": "^7.23.3", + "@radui/ui": "^0.0.4", "@rollup/plugin-babel": "^6.0.3", "@rollup/plugin-node-resolve": "^15.2.3", "@rollup/plugin-terser": "^0.4.4", @@ -4990,6 +4990,7 @@ "version": "0.0.4", "resolved": "https://registry.npmjs.org/@radui/ui/-/ui-0.0.4.tgz", "integrity": "sha512-aw4aIK3ia7PbmYm73z02+81QHTNmazgVNaqZV+lOK70/R4bNTTofzEAa7mZjGmmDy/GdSrxROXa40jL7GC7Q8w==", + "dev": true, "dependencies": { "@floating-ui/react": "^0.26.2", "react": "^18.2.0", @@ -37475,6 +37476,7 @@ "version": "0.0.4", "resolved": "https://registry.npmjs.org/@radui/ui/-/ui-0.0.4.tgz", "integrity": "sha512-aw4aIK3ia7PbmYm73z02+81QHTNmazgVNaqZV+lOK70/R4bNTTofzEAa7mZjGmmDy/GdSrxROXa40jL7GC7Q8w==", + "dev": true, "requires": { "@floating-ui/react": "^0.26.2", "react": "^18.2.0", diff --git a/package.json b/package.json index ba785890..e276d1e2 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,8 @@ "build": "npm run clean && npm run build-css && rollup -c", "generate-tokens": "node ./scripts/tokenGen", "publish": "npm publish --access public", - "lint": "eslint --ext .js,.jsx,.ts,.tsx . --fix" + "lint": "eslint --ext .js,.jsx,.ts,.tsx . --fix", + "update-rad": "npm update @radui/ui" }, "repository": { "type": "git", @@ -34,6 +35,7 @@ "@babel/preset-env": "^7.22.15", "@babel/preset-react": "^7.22.15", "@babel/preset-typescript": "^7.23.3", + "@radui/ui": "^0.0.4", "@rollup/plugin-babel": "^6.0.3", "@rollup/plugin-node-resolve": "^15.2.3", "@rollup/plugin-terser": "^0.4.4", @@ -82,7 +84,6 @@ }, "dependencies": { "@floating-ui/react": "^0.26.2", - "@radui/ui": "^0.0.4", "react": "^18.2.0", "react-dom": "^18.2.0" },