Skip to content

Commit

Permalink
fix: remove preinstall script
Browse files Browse the repository at this point in the history
  • Loading branch information
sonofmagic committed Nov 12, 2023
1 parent 5347c0c commit 55aa47e
Show file tree
Hide file tree
Showing 8 changed files with 2,909 additions and 1,764 deletions.
2 changes: 1 addition & 1 deletion e2e/__snapshots__/index.test.ts.snap

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"author": "",
"license": "ISC",
"devDependencies": {
"@pandacss/dev": "^0.18.0",
"@pandacss/dev": "^0.18.2",
"cross-env": "^7.0.3",
"postcss-rem-to-responsive-pixel": "^5.1.3",
"tailwindcss": "^3.3.5",
Expand Down
3,737 changes: 2,444 additions & 1,293 deletions examples/pnpm-lock.yaml

Large diffs are not rendered by default.

52 changes: 26 additions & 26 deletions examples/taro-app-linaria/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,44 +40,44 @@
"author": "",
"dependencies": {
"@babel/runtime": "^7.23.2",
"@linaria/babel-preset": "^5.0.3",
"@linaria/babel-preset": "^5.0.4",
"@linaria/core": "^5.0.2",
"@linaria/react": "^5.0.3",
"@linaria/webpack-loader": "^5.0.3",
"@tarojs/components": "3.6.18",
"@tarojs/helper": "3.6.18",
"@tarojs/plugin-framework-react": "3.6.18",
"@tarojs/plugin-platform-alipay": "3.6.18",
"@tarojs/plugin-platform-h5": "3.6.18",
"@tarojs/plugin-platform-jd": "3.6.18",
"@tarojs/plugin-platform-qq": "3.6.18",
"@tarojs/plugin-platform-swan": "3.6.18",
"@tarojs/plugin-platform-tt": "3.6.18",
"@tarojs/plugin-platform-weapp": "3.6.18",
"@tarojs/react": "3.6.18",
"@tarojs/runtime": "3.6.18",
"@tarojs/shared": "3.6.18",
"@tarojs/taro": "3.6.18",
"@linaria/webpack-loader": "^5.0.4",
"@tarojs/components": "3.6.19",
"@tarojs/helper": "3.6.19",
"@tarojs/plugin-framework-react": "3.6.19",
"@tarojs/plugin-platform-alipay": "3.6.19",
"@tarojs/plugin-platform-h5": "3.6.19",
"@tarojs/plugin-platform-jd": "3.6.19",
"@tarojs/plugin-platform-qq": "3.6.19",
"@tarojs/plugin-platform-swan": "3.6.19",
"@tarojs/plugin-platform-tt": "3.6.19",
"@tarojs/plugin-platform-weapp": "3.6.19",
"@tarojs/react": "3.6.19",
"@tarojs/runtime": "3.6.19",
"@tarojs/shared": "3.6.19",
"@tarojs/taro": "3.6.19",
"polished": "^4.2.2",
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"devDependencies": {
"@babel/core": "^7.23.2",
"@babel/core": "^7.23.3",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.11",
"@tarojs/cli": "3.6.18",
"@tarojs/taro-loader": "3.6.18",
"@tarojs/cli": "3.6.19",
"@tarojs/taro-loader": "3.6.19",
"@tarojs/test-utils-react": "^0.1.1",
"@tarojs/webpack5-runner": "3.6.18",
"@types/jest": "^29.5.7",
"@types/node": "^20.8.10",
"@types/react": "^18.2.36",
"@types/webpack-env": "^1.18.3",
"@tarojs/webpack5-runner": "3.6.19",
"@types/jest": "^29.5.8",
"@types/node": "^20.9.0",
"@types/react": "^18.2.37",
"@types/webpack-env": "^1.18.4",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"babel-preset-taro": "3.6.18",
"babel-preset-taro": "3.6.19",
"eslint": "^8.53.0",
"eslint-config-taro": "3.6.18",
"eslint-config-taro": "3.6.19",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.2.0",
Expand Down
46 changes: 23 additions & 23 deletions examples/taro-app-vue3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,39 +41,39 @@
"dependencies": {
"@babel/runtime": "^7.23.2",
"@nutui/icons-vue-taro": "^0.0.9",
"@nutui/nutui-taro": "^4.2.0",
"@tarojs/components": "3.6.18",
"@tarojs/helper": "3.6.18",
"@tarojs/plugin-framework-vue3": "3.6.18",
"@tarojs/plugin-html": "3.6.18",
"@tarojs/plugin-platform-alipay": "3.6.18",
"@tarojs/plugin-platform-h5": "3.6.18",
"@tarojs/plugin-platform-jd": "3.6.18",
"@tarojs/plugin-platform-qq": "3.6.18",
"@tarojs/plugin-platform-swan": "3.6.18",
"@tarojs/plugin-platform-tt": "3.6.18",
"@tarojs/plugin-platform-weapp": "3.6.18",
"@tarojs/runtime": "3.6.18",
"@tarojs/shared": "3.6.18",
"@tarojs/taro": "3.6.18",
"@nutui/nutui-taro": "^4.2.1",
"@tarojs/components": "3.6.19",
"@tarojs/helper": "3.6.19",
"@tarojs/plugin-framework-vue3": "3.6.19",
"@tarojs/plugin-html": "3.6.19",
"@tarojs/plugin-platform-alipay": "3.6.19",
"@tarojs/plugin-platform-h5": "3.6.19",
"@tarojs/plugin-platform-jd": "3.6.19",
"@tarojs/plugin-platform-qq": "3.6.19",
"@tarojs/plugin-platform-swan": "3.6.19",
"@tarojs/plugin-platform-tt": "3.6.19",
"@tarojs/plugin-platform-weapp": "3.6.19",
"@tarojs/runtime": "3.6.19",
"@tarojs/shared": "3.6.19",
"@tarojs/taro": "3.6.19",
"vue": "^3.3.8"
},
"devDependencies": {
"@babel/core": "^7.23.2",
"@tarojs/cli": "3.6.18",
"@tarojs/taro-loader": "3.6.18",
"@tarojs/webpack5-runner": "3.6.18",
"@types/node": "^20.8.10",
"@types/webpack-env": "^1.18.3",
"@babel/core": "^7.23.3",
"@tarojs/cli": "3.6.19",
"@tarojs/taro-loader": "3.6.19",
"@tarojs/webpack5-runner": "3.6.19",
"@types/node": "^20.9.0",
"@types/webpack-env": "^1.18.4",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"@vue/babel-plugin-jsx": "^1.0.6",
"@vue/compiler-sfc": "^3.3.8",
"babel-loader": "^9.1.3",
"babel-preset-taro": "3.6.18",
"babel-preset-taro": "3.6.19",
"css-loader": "6.8.1",
"eslint": "^8.53.0",
"eslint-config-taro": "3.6.18",
"eslint-config-taro": "3.6.19",
"eslint-plugin-vue": "^9.18.1",
"style-loader": "3.3.3",
"stylelint": "15.11.0",
Expand Down
54 changes: 27 additions & 27 deletions examples/taro-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,46 +42,46 @@
"author": "",
"dependencies": {
"@babel/runtime": "^7.23.2",
"@nutui/nutui-react-taro": "^2.0.23",
"@tarojs/components": "3.6.18",
"@tarojs/helper": "3.6.18",
"@tarojs/plugin-framework-react": "3.6.18",
"@tarojs/plugin-html": "3.6.18",
"@tarojs/plugin-platform-alipay": "3.6.18",
"@tarojs/plugin-platform-h5": "3.6.18",
"@tarojs/plugin-platform-jd": "3.6.18",
"@tarojs/plugin-platform-qq": "3.6.18",
"@tarojs/plugin-platform-swan": "3.6.18",
"@tarojs/plugin-platform-tt": "3.6.18",
"@tarojs/plugin-platform-weapp": "3.6.18",
"@tarojs/react": "3.6.18",
"@tarojs/runtime": "3.6.18",
"@tarojs/shared": "3.6.18",
"@tarojs/taro": "3.6.18",
"@nutui/nutui-react-taro": "^2.0.24",
"@tarojs/components": "3.6.19",
"@tarojs/helper": "3.6.19",
"@tarojs/plugin-framework-react": "3.6.19",
"@tarojs/plugin-html": "3.6.19",
"@tarojs/plugin-platform-alipay": "3.6.19",
"@tarojs/plugin-platform-h5": "3.6.19",
"@tarojs/plugin-platform-jd": "3.6.19",
"@tarojs/plugin-platform-qq": "3.6.19",
"@tarojs/plugin-platform-swan": "3.6.19",
"@tarojs/plugin-platform-tt": "3.6.19",
"@tarojs/plugin-platform-weapp": "3.6.19",
"@tarojs/react": "3.6.19",
"@tarojs/runtime": "3.6.19",
"@tarojs/shared": "3.6.19",
"@tarojs/taro": "3.6.19",
"babel-plugin-import": "^1.13.8",
"core-js": "^3.33.2",
"ramda": "^0.29.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@babel/core": "^7.23.2",
"@babel/core": "^7.23.3",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.11",
"@tarojs/cli": "3.6.18",
"@tarojs/taro-loader": "3.6.18",
"@tarojs/cli": "3.6.19",
"@tarojs/taro-loader": "3.6.19",
"@tarojs/test-utils-react": "^0.1.1",
"@tarojs/webpack5-runner": "3.6.18",
"@types/jest": "^29.5.7",
"@types/node": "^20.8.10",
"@types/ramda": "^0.29.7",
"@types/react": "^18.2.36",
"@types/webpack-env": "^1.18.3",
"@tarojs/webpack5-runner": "3.6.19",
"@types/jest": "^29.5.8",
"@types/node": "^20.9.0",
"@types/ramda": "^0.29.8",
"@types/react": "^18.2.37",
"@types/webpack-env": "^1.18.4",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"babel-loader": "^9.1.3",
"babel-preset-taro": "3.6.18",
"babel-preset-taro": "3.6.19",
"eslint": "^8.53.0",
"eslint-config-taro": "3.6.18",
"eslint-config-taro": "3.6.19",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
Expand Down
27 changes: 13 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
"format": "pnpm prettier --check \"src/**/*.{ts,js}\" -w",
"ls:pack": "npm pack --dry-run",
"prepare": "ts-patch install -s",
"preinstall": "npx only-allow pnpm",
"semantic-release": "semantic-release",
"sync": "cnpm sync weapp-pandacss",
"docs": "typedoc --out docs src/types.ts --tsconfig ./tsconfig.docs.json",
Expand All @@ -50,7 +49,7 @@
"e2e:dev": "vitest -c ./vitest.e2e.config.ts",
"e2e:u": "vitest run -u -c ./vitest.e2e.config.ts"
},
"packageManager": "pnpm@8.6.11",
"packageManager": "pnpm@8.10.2",
"repository": {
"type": "git",
"url": "https://github.com/sonofmagic/weapp-pandacss.git"
Expand Down Expand Up @@ -86,7 +85,7 @@
},
"homepage": "https://sonofmagic.github.io/weapp-pandacss/",
"devDependencies": {
"@pandacss/dev": "^0.18.0",
"@pandacss/dev": "^0.18.2",
"@pnpm/lockfile-file": "^8.1.4",
"@rollup/plugin-alias": "^5.0.1",
"@rollup/plugin-commonjs": "^25.0.7",
Expand All @@ -98,11 +97,11 @@
"@tsconfig/recommended": "^1.0.3",
"@types/babel__generator": "^7.6.7",
"@types/babel__traverse": "^7.20.4",
"@types/klaw": "^3.0.5",
"@types/lodash": "^4.14.200",
"@types/lodash-es": "^4.17.10",
"@types/node": "^20.8.10",
"@types/semantic-release": "^20.0.4",
"@types/klaw": "^3.0.6",
"@types/lodash": "^4.14.201",
"@types/lodash-es": "^4.17.11",
"@types/node": "^20.9.0",
"@types/semantic-release": "^20.0.5",
"@vitest/coverage-v8": "^0.34.6",
"colorette": "^2.0.20",
"cross-env": "^7.0.3",
Expand All @@ -123,7 +122,7 @@
"outdent": "^0.8.0",
"postcss": "^8.4.31",
"prettier": "^3.0.3",
"rollup": "^4.3.0",
"rollup": "^4.4.0",
"rollup-plugin-visualizer": "^5.9.2",
"semantic-release": "^22.0.7",
"semver": "^7.5.4",
Expand All @@ -138,13 +137,13 @@
"vitest": "^0.34.6"
},
"dependencies": {
"@babel/generator": "^7.23.0",
"@babel/parser": "^7.23.0",
"@babel/traverse": "^7.23.2",
"@babel/types": "^7.23.0",
"@babel/generator": "^7.23.3",
"@babel/parser": "^7.23.3",
"@babel/traverse": "^7.23.3",
"@babel/types": "^7.23.3",
"@csstools/postcss-cascade-layers": "^4.0.1",
"@csstools/postcss-is-pseudo-class": "^4.0.3",
"@pandacss/config": "^0.18.0",
"@pandacss/config": "^0.18.2",
"@weapp-core/escape": "2.0.0",
"c12": "^1.5.1",
"cac": "^6.7.14",
Expand Down
Loading

0 comments on commit 55aa47e

Please sign in to comment.