Skip to content

Commit

Permalink
chore(deps): upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
sonofmagic committed Oct 23, 2023
1 parent fe25a32 commit 66c9774
Show file tree
Hide file tree
Showing 8 changed files with 3,121 additions and 5,666 deletions.
4 changes: 2 additions & 2 deletions examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
"author": "",
"license": "ISC",
"devDependencies": {
"@pandacss/dev": "^0.15.1",
"@pandacss/dev": "^0.17.0",
"cross-env": "^7.0.3",
"postcss-rem-to-responsive-pixel": "^5.1.3",
"tailwindcss": "^3.3.3",
"weapp-ide-cli": "^1.0.1",
"weapp-tailwindcss": "^2.9.2"
"weapp-tailwindcss": "^2.10.1"
},
"dependencies": {
"weapp-pandacss": "link:.."
Expand Down
7,730 changes: 2,584 additions & 5,146 deletions examples/pnpm-lock.yaml

Large diffs are not rendered by default.

24 changes: 12 additions & 12 deletions examples/taro-app-linaria/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
],
"author": "",
"dependencies": {
"@babel/runtime": "^7.23.1",
"@babel/runtime": "^7.23.2",
"@linaria/babel-preset": "^5.0.3",
"@linaria/core": "^5.0.2",
"@linaria/react": "^5.0.3",
Expand All @@ -63,32 +63,32 @@
"react-dom": "^18.0.0"
},
"devDependencies": {
"@babel/core": "^7.23.0",
"@babel/core": "^7.23.2",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.11",
"@tarojs/cli": "3.6.17",
"@tarojs/taro-loader": "3.6.17",
"@tarojs/test-utils-react": "^0.1.1",
"@tarojs/webpack5-runner": "3.6.17",
"@types/jest": "^29.5.5",
"@types/node": "^20.8.3",
"@types/react": "^18.2.26",
"@types/webpack-env": "^1.18.2",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"@types/jest": "^29.5.6",
"@types/node": "^20.8.7",
"@types/react": "^18.2.31",
"@types/webpack-env": "^1.18.3",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"babel-preset-taro": "3.6.17",
"eslint": "^8.51.0",
"eslint": "^8.52.0",
"eslint-config-taro": "3.6.17",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.2.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"postcss": "^8.4.31",
"react-refresh": "^0.14.0",
"stylelint": "^15.10.3",
"stylelint": "^15.11.0",
"ts-node": "^10.9.1",
"tsconfig-paths-webpack-plugin": "^4.0.1",
"typescript": "^5.2.2",
"webpack": "5.88.2"
"webpack": "5.89.0"
}
}
24 changes: 12 additions & 12 deletions examples/taro-app-vue3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@
],
"author": "",
"dependencies": {
"@babel/runtime": "^7.22.15",
"@babel/runtime": "^7.23.2",
"@nutui/icons-vue-taro": "^0.0.9",
"@nutui/nutui-taro": "^4.1.6",
"@nutui/nutui-taro": "^4.1.7",
"@tarojs/components": "3.6.17",
"@tarojs/helper": "3.6.17",
"@tarojs/plugin-framework-vue3": "3.6.17",
Expand All @@ -56,31 +56,31 @@
"@tarojs/runtime": "3.6.17",
"@tarojs/shared": "3.6.17",
"@tarojs/taro": "3.6.17",
"vue": "^3.2.40"
"vue": "^3.3.6"
},
"devDependencies": {
"@babel/core": "^7.22.20",
"@babel/core": "^7.23.2",
"@tarojs/cli": "3.6.17",
"@tarojs/taro-loader": "3.6.17",
"@tarojs/webpack5-runner": "3.6.17",
"@types/node": "^20.6.4",
"@types/webpack-env": "^1.13.6",
"@typescript-eslint/eslint-plugin": "^6.7.2",
"@typescript-eslint/parser": "^6.7.2",
"@types/node": "^20.8.7",
"@types/webpack-env": "^1.18.3",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"@vue/babel-plugin-jsx": "^1.0.6",
"@vue/compiler-sfc": "^3.3.4",
"@vue/compiler-sfc": "^3.3.6",
"babel-loader": "^9.1.3",
"babel-preset-taro": "3.6.17",
"css-loader": "6.8.1",
"eslint": "^8.50.0",
"eslint": "^8.52.0",
"eslint-config-taro": "3.6.17",
"eslint-plugin-vue": "^9.17.0",
"style-loader": "3.3.3",
"stylelint": "15.10.3",
"stylelint": "15.11.0",
"ts-node": "^10.9.1",
"typescript": "^5.2.2",
"unplugin-vue-components": "^0.25.2",
"vue-loader": "^17.2.2",
"webpack": "^5.88.2"
"webpack": "^5.89.0"
}
}
34 changes: 17 additions & 17 deletions examples/taro-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
],
"author": "",
"dependencies": {
"@babel/runtime": "^7.22.15",
"@nutui/nutui-react-taro": "^2.0.18",
"@babel/runtime": "^7.23.2",
"@nutui/nutui-react-taro": "^2.0.21",
"@tarojs/components": "3.6.17",
"@tarojs/helper": "3.6.17",
"@tarojs/plugin-framework-react": "3.6.17",
Expand All @@ -59,41 +59,41 @@
"@tarojs/shared": "3.6.17",
"@tarojs/taro": "3.6.17",
"babel-plugin-import": "^1.13.8",
"core-js": "^3.32.2",
"ramda": "^0.29.0",
"core-js": "^3.33.1",
"ramda": "^0.29.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@babel/core": "^7.22.20",
"@babel/core": "^7.23.2",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.11",
"@tarojs/cli": "3.6.17",
"@tarojs/taro-loader": "3.6.17",
"@tarojs/test-utils-react": "^0.1.1",
"@tarojs/webpack5-runner": "3.6.17",
"@types/jest": "^29.5.5",
"@types/node": "^20.6.4",
"@types/ramda": "^0.29.4",
"@types/react": "^18.2.22",
"@types/webpack-env": "^1.18.1",
"@typescript-eslint/eslint-plugin": "^6.7.2",
"@typescript-eslint/parser": "^6.7.2",
"@types/jest": "^29.5.6",
"@types/node": "^20.8.7",
"@types/ramda": "^0.29.7",
"@types/react": "^18.2.31",
"@types/webpack-env": "^1.18.3",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"babel-loader": "^9.1.3",
"babel-preset-taro": "3.6.17",
"eslint": "^8.50.0",
"eslint": "^8.52.0",
"eslint-config-taro": "3.6.17",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"postcss": "^8.4.30",
"postcss": "^8.4.31",
"postcss-rem-to-responsive-pixel": "^5.1.3",
"react-refresh": "^0.14.0",
"stylelint": "^15.10.3",
"stylelint": "^15.11.0",
"ts-node": "^10.9.1",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"typescript": "^5.2.2",
"webpack": "5.88.2"
"webpack": "5.89.0"
}
}
4 changes: 2 additions & 2 deletions examples/uni-app-vue3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,11 @@
"@dcloudio/uni-quickapp-webview": "3.0.0-3081220230817001",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"vue": "^3.3.4",
"vue": "^3.3.6",
"vue-i18n": "^9.2.2"
},
"devDependencies": {
"@dcloudio/types": "^3.3.3",
"@dcloudio/types": "^3.4.1",
"@dcloudio/uni-automator": "3.0.0-3081220230817001",
"@dcloudio/uni-cli-shared": "3.0.0-3081220230817001",
"@dcloudio/uni-stacktracey": "3.0.0-3081220230817001",
Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
},
"homepage": "https://sonofmagic.github.io/weapp-pandacss/",
"devDependencies": {
"@pandacss/dev": "^0.16.0",
"@pandacss/dev": "^0.17.0",
"@pnpm/lockfile-file": "^8.1.3",
"@rollup/plugin-alias": "^5.0.1",
"@rollup/plugin-commonjs": "^25.0.7",
Expand All @@ -96,20 +96,20 @@
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.5",
"@tsconfig/recommended": "^1.0.3",
"@types/babel__generator": "^7.6.5",
"@types/babel__traverse": "^7.20.2",
"@types/klaw": "^3.0.4",
"@types/lodash": "^4.14.199",
"@types/lodash-es": "^4.17.9",
"@types/node": "^20.8.6",
"@types/semantic-release": "^20.0.2",
"@types/babel__generator": "^7.6.6",
"@types/babel__traverse": "^7.20.3",
"@types/klaw": "^3.0.5",
"@types/lodash": "^4.14.200",
"@types/lodash-es": "^4.17.10",
"@types/node": "^20.8.7",
"@types/semantic-release": "^20.0.4",
"@vitest/coverage-v8": "^0.34.6",
"colorette": "^2.0.20",
"cross-env": "^7.0.3",
"dedent": "^1.5.1",
"defu": "^6.1.2",
"del": "^7.1.0",
"eslint": "8.51.0",
"eslint": "8.52.0",
"eslint-config-icebreaker": "^1.2.2",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
Expand All @@ -134,7 +134,7 @@
"typedoc": "^0.25.2",
"typescript": "^5.2.2",
"typescript-transform-paths": "^3.4.6",
"vite": "^4.4.11",
"vite": "^4.5.0",
"vitest": "^0.34.6"
},
"dependencies": {
Expand All @@ -144,9 +144,9 @@
"@babel/types": "^7.23.0",
"@csstools/postcss-cascade-layers": "^4.0.0",
"@csstools/postcss-is-pseudo-class": "^4.0.3",
"@pandacss/config": "^0.16.0",
"@pandacss/config": "^0.17.0",
"@weapp-core/escape": "2.0.0",
"c12": "^1.4.2",
"c12": "^1.5.1",
"cac": "^6.7.14",
"postcss-selector-parser": "^6.0.13"
},
Expand Down
Loading

0 comments on commit 66c9774

Please sign in to comment.