mirror of https://github.com/alibaba/ice.git
chore: update versions (#6509)
This commit is contained in:
parent
66689409eb
commit
fbeaf932cb
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@ice/cache-canvas': patch
|
||||
---
|
||||
|
||||
fix: The base64 of canvans may be too large, and the syncCall will block the thread.
|
|
@ -1,36 +0,0 @@
|
|||
---
|
||||
'@ice/plugin-css-assets-local': patch
|
||||
'@ice/plugin-moment-locales': patch
|
||||
'@ice/miniapp-react-dom': patch
|
||||
'@ice/plugin-rax-compat': patch
|
||||
'@ice/miniapp-runtime': patch
|
||||
'@ice/plugin-icestark': patch
|
||||
'@ice/plugin-jsx-plus': patch
|
||||
'@ice/miniapp-loader': patch
|
||||
'@ice/plugin-miniapp': patch
|
||||
'@ice/plugin-request': patch
|
||||
'@ice/route-manifest': patch
|
||||
'@ice/webpack-config': patch
|
||||
'@ice/webpack-modify': patch
|
||||
'@ice/plugin-canvas': patch
|
||||
'@ice/plugin-fusion': patch
|
||||
'@ice/rspack-config': patch
|
||||
'@ice/shared-config': patch
|
||||
'@ice/cache-canvas': patch
|
||||
'@ice/plugin-store': patch
|
||||
'@ice/style-import': patch
|
||||
'@ice/jsx-runtime': patch
|
||||
'@ice/plugin-antd': patch
|
||||
'@ice/plugin-auth': patch
|
||||
'@ice/plugin-i18n': patch
|
||||
'create-ice': patch
|
||||
'@ice/plugin-pha': patch
|
||||
'rax-compat': patch
|
||||
'@ice/bundles': patch
|
||||
'@ice/runtime': patch
|
||||
'@ice/appear': patch
|
||||
'@ice/shared': patch
|
||||
'@ice/app': patch
|
||||
---
|
||||
|
||||
fix: sourceMap url in prod files but not publish with sourceMap file
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@ice/app': patch
|
||||
---
|
||||
|
||||
fix: params urls for hook before.start.run
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@ice/app': patch
|
||||
---
|
||||
|
||||
fix: throw error when server compile failed
|
|
@ -1,6 +0,0 @@
|
|||
---
|
||||
'@ice/runtime': patch
|
||||
'@ice/app': patch
|
||||
---
|
||||
|
||||
fix: should not import runtime module and routes when csr
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@ice/cache-canvas': patch
|
||||
---
|
||||
|
||||
fix: fix style not match when hydrate
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@ice/app': patch
|
||||
---
|
||||
|
||||
fix: browsers compatibility of dataLoader
|
|
@ -1,6 +0,0 @@
|
|||
---
|
||||
'@ice/shared-config': patch
|
||||
'@ice/app': patch
|
||||
---
|
||||
|
||||
fix: redirect import of definePageConfig
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@ice/rspack-config': patch
|
||||
---
|
||||
|
||||
fix: support custom middleware on dev server
|
|
@ -1,5 +1,11 @@
|
|||
# @ice/appear
|
||||
|
||||
## 0.2.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- b8b1d5e4: fix: sourceMap url in prod files but not publish with sourceMap file
|
||||
|
||||
## 0.2.0
|
||||
|
||||
### Minor Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@ice/appear",
|
||||
"version": "0.2.0",
|
||||
"version": "0.2.1",
|
||||
"description": "",
|
||||
"main": "./esm/index.js",
|
||||
"types": "./esm/index.d.ts",
|
||||
|
|
|
@ -1,5 +1,11 @@
|
|||
# Changelog
|
||||
|
||||
## 0.1.16
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- b8b1d5e4: fix: sourceMap url in prod files but not publish with sourceMap file
|
||||
|
||||
## 0.1.15
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@ice/bundles",
|
||||
"version": "0.1.15",
|
||||
"version": "0.1.16",
|
||||
"license": "MIT",
|
||||
"author": "ICE",
|
||||
"description": "Basic dependencies for ice.",
|
||||
|
|
|
@ -1,5 +1,13 @@
|
|||
# @ice/cache-canvas
|
||||
|
||||
## 0.0.13
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 1e4b20af: fix: The base64 of canvans may be too large, and the syncCall will block the thread.
|
||||
- b8b1d5e4: fix: sourceMap url in prod files but not publish with sourceMap file
|
||||
- a04cc002: fix: fix style not match when hydrate
|
||||
|
||||
## 0.0.12
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@ice/cache-canvas",
|
||||
"version": "0.0.12",
|
||||
"version": "0.0.13",
|
||||
"description": "",
|
||||
"main": "./esm/index.js",
|
||||
"types": "./esm/index.d.ts",
|
||||
|
|
|
@ -1,5 +1,11 @@
|
|||
# Changelog
|
||||
|
||||
## 1.9.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- b8b1d5e4: fix: sourceMap url in prod files but not publish with sourceMap file
|
||||
|
||||
## 1.9.0
|
||||
|
||||
### Minor Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "create-ice",
|
||||
"version": "1.9.0",
|
||||
"version": "1.9.1",
|
||||
"description": "npm init ice",
|
||||
"type": "module",
|
||||
"main": "./esm/index.mjs",
|
||||
|
|
|
@ -1,5 +1,26 @@
|
|||
# Changelog
|
||||
|
||||
## 3.3.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- b8b1d5e4: fix: sourceMap url in prod files but not publish with sourceMap file
|
||||
- 06829a4e: fix: params urls for hook before.start.run
|
||||
- 7194c75c: fix: throw error when server compile failed
|
||||
- 68f19eae: fix: should not import runtime module and routes when csr
|
||||
- cec448c3: fix: browsers compatibility of dataLoader
|
||||
- 64442269: fix: redirect import of definePageConfig
|
||||
- Updated dependencies [b8b1d5e4]
|
||||
- Updated dependencies [68f19eae]
|
||||
- Updated dependencies [64442269]
|
||||
- Updated dependencies [b7488105]
|
||||
- @ice/route-manifest@1.2.2
|
||||
- @ice/webpack-config@1.1.2
|
||||
- @ice/rspack-config@1.0.3
|
||||
- @ice/shared-config@1.0.3
|
||||
- @ice/bundles@0.1.16
|
||||
- @ice/runtime@1.2.9
|
||||
|
||||
## 3.3.1
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@ice/app",
|
||||
"version": "3.3.1",
|
||||
"version": "3.3.2",
|
||||
"description": "provide scripts and configuration used by web framework ice",
|
||||
"type": "module",
|
||||
"main": "./esm/index.js",
|
||||
|
@ -37,12 +37,12 @@
|
|||
"bugs": "https://github.com/alibaba/ice/issues",
|
||||
"homepage": "https://v3.ice.work",
|
||||
"dependencies": {
|
||||
"@ice/bundles": "0.1.15",
|
||||
"@ice/route-manifest": "1.2.1",
|
||||
"@ice/runtime": "^1.2.8",
|
||||
"@ice/shared-config": "1.0.2",
|
||||
"@ice/webpack-config": "1.1.1",
|
||||
"@ice/rspack-config": "1.0.2",
|
||||
"@ice/bundles": "0.1.16",
|
||||
"@ice/route-manifest": "1.2.2",
|
||||
"@ice/runtime": "^1.2.9",
|
||||
"@ice/shared-config": "1.0.3",
|
||||
"@ice/webpack-config": "1.1.2",
|
||||
"@ice/rspack-config": "1.0.3",
|
||||
"@swc/helpers": "0.5.1",
|
||||
"@types/express": "^4.17.14",
|
||||
"address": "^1.1.2",
|
||||
|
|
|
@ -1,5 +1,11 @@
|
|||
# @ice/jsx-runtime
|
||||
|
||||
## 0.2.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- b8b1d5e4: fix: sourceMap url in prod files but not publish with sourceMap file
|
||||
|
||||
## 0.2.1
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@ice/jsx-runtime",
|
||||
"version": "0.2.1",
|
||||
"version": "0.2.2",
|
||||
"description": "JSX runtime for ice.",
|
||||
"files": [
|
||||
"esm",
|
||||
|
|
|
@ -1,5 +1,13 @@
|
|||
# @ice/miniapp-loader
|
||||
|
||||
## 1.1.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- b8b1d5e4: fix: sourceMap url in prod files but not publish with sourceMap file
|
||||
- Updated dependencies [b8b1d5e4]
|
||||
- @ice/bundles@0.1.16
|
||||
|
||||
## 1.1.0
|
||||
|
||||
### Minor Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@ice/miniapp-loader",
|
||||
"version": "1.1.0",
|
||||
"version": "1.1.1",
|
||||
"description": "webpack loader for miniapps.",
|
||||
"main": "./lib/page.js",
|
||||
"files": [
|
||||
|
@ -18,7 +18,7 @@
|
|||
},
|
||||
"sideEffects": false,
|
||||
"dependencies": {
|
||||
"@ice/bundles": "^0.1.10"
|
||||
"@ice/bundles": "^0.1.16"
|
||||
},
|
||||
"devDependencies": {
|
||||
"webpack": "^5.88.0"
|
||||
|
|
|
@ -1,5 +1,14 @@
|
|||
# @ice/miniapp-react-dom
|
||||
|
||||
## 1.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- b8b1d5e4: fix: sourceMap url in prod files but not publish with sourceMap file
|
||||
- Updated dependencies [b8b1d5e4]
|
||||
- @ice/miniapp-runtime@1.1.2
|
||||
- @ice/shared@1.0.2
|
||||
|
||||
## 1.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@ice/miniapp-react-dom",
|
||||
"version": "1.0.1",
|
||||
"version": "1.0.2",
|
||||
"description": "like react-dom, but for miniapps.",
|
||||
"type": "module",
|
||||
"types": "./esm/index.d.ts",
|
||||
|
@ -23,8 +23,8 @@
|
|||
},
|
||||
"sideEffects": false,
|
||||
"dependencies": {
|
||||
"@ice/miniapp-runtime": "^1.0.2",
|
||||
"@ice/shared": "^1.0.0",
|
||||
"@ice/miniapp-runtime": "^1.1.2",
|
||||
"@ice/shared": "^1.0.2",
|
||||
"react-reconciler": "0.27.0",
|
||||
"scheduler": "^0.20.1"
|
||||
},
|
||||
|
|
|
@ -1,5 +1,15 @@
|
|||
# Changelog
|
||||
|
||||
## 1.1.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- b8b1d5e4: fix: sourceMap url in prod files but not publish with sourceMap file
|
||||
- Updated dependencies [b8b1d5e4]
|
||||
- Updated dependencies [68f19eae]
|
||||
- @ice/runtime@1.2.9
|
||||
- @ice/shared@1.0.2
|
||||
|
||||
## 1.1.1
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@ice/miniapp-runtime",
|
||||
"version": "1.1.1",
|
||||
"version": "1.1.2",
|
||||
"description": "ice runtime for miniapps.",
|
||||
"type": "module",
|
||||
"types": "./esm/index.d.ts",
|
||||
|
@ -25,8 +25,8 @@
|
|||
},
|
||||
"sideEffects": false,
|
||||
"dependencies": {
|
||||
"@ice/shared": "^1.0.1",
|
||||
"@ice/runtime": "^1.2.4",
|
||||
"@ice/shared": "^1.0.2",
|
||||
"@ice/runtime": "^1.2.9",
|
||||
"miniapp-history": "^0.1.7"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
@ -1,5 +1,13 @@
|
|||
# Changelog
|
||||
|
||||
## 1.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- b8b1d5e4: fix: sourceMap url in prod files but not publish with sourceMap file
|
||||
- Updated dependencies [b8b1d5e4]
|
||||
- @ice/style-import@1.0.1
|
||||
|
||||
## 1.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@ice/plugin-antd",
|
||||
"version": "1.0.1",
|
||||
"version": "1.0.2",
|
||||
"description": "ice.js plugin for use antd",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
@ -16,10 +16,10 @@
|
|||
"url": "https://github.com/alibaba/ice/tree/master/packages/plugin-antd"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@ice/app": "^3.1.2"
|
||||
"@ice/app": "^3.3.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"@ice/style-import": "^1.0.0"
|
||||
"@ice/style-import": "^1.0.1"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
|
|
|
@ -1,5 +1,11 @@
|
|||
# Changelog
|
||||
|
||||
## 1.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- b8b1d5e4: fix: sourceMap url in prod files but not publish with sourceMap file
|
||||
|
||||
## 1.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@ice/plugin-auth",
|
||||
"version": "1.0.1",
|
||||
"version": "1.0.2",
|
||||
"description": "",
|
||||
"license": "MIT",
|
||||
"type": "module",
|
||||
|
@ -39,8 +39,8 @@
|
|||
"*.d.ts"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@ice/app": "^3.1.2",
|
||||
"@ice/runtime": "^1.1.3",
|
||||
"@ice/app": "^3.3.2",
|
||||
"@ice/runtime": "^1.2.9",
|
||||
"@types/react": "^18.0.0",
|
||||
"@types/react-dom": "^18.0.0",
|
||||
"regenerator-runtime": "^0.13.9"
|
||||
|
|
|
@ -1,5 +1,15 @@
|
|||
# @ice/plugin-canvas
|
||||
|
||||
## 0.0.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- b8b1d5e4: fix: sourceMap url in prod files but not publish with sourceMap file
|
||||
- Updated dependencies [1e4b20af]
|
||||
- Updated dependencies [b8b1d5e4]
|
||||
- Updated dependencies [a04cc002]
|
||||
- @ice/cache-canvas@0.0.13
|
||||
|
||||
## 0.0.4
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@ice/plugin-canvas",
|
||||
"version": "0.0.4",
|
||||
"version": "0.0.5",
|
||||
"description": "Provide canvas render support for ice.js",
|
||||
"license": "MIT",
|
||||
"type": "module",
|
||||
|
@ -31,9 +31,9 @@
|
|||
"@ice/cache-canvas": "workspace:*"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@ice/app": "^3.2.10",
|
||||
"@ice/app": "^3.3.2",
|
||||
"webpack": "^5.88.0",
|
||||
"@ice/runtime": "^1.2.5"
|
||||
"@ice/runtime": "^1.2.9"
|
||||
},
|
||||
"repository": {
|
||||
"type": "http",
|
||||
|
|
|
@ -1,5 +1,11 @@
|
|||
# Changelog
|
||||
|
||||
## 1.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- b8b1d5e4: fix: sourceMap url in prod files but not publish with sourceMap file
|
||||
|
||||
## 1.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@ice/plugin-css-assets-local",
|
||||
"version": "1.0.1",
|
||||
"version": "1.0.2",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "http",
|
||||
|
@ -25,7 +25,7 @@
|
|||
"consola": "^2.15.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@ice/app": "^3.1.2"
|
||||
"@ice/app": "^3.3.2"
|
||||
},
|
||||
"scripts": {
|
||||
"watch": "tsc -w --sourceMap",
|
||||
|
|
|
@ -1,5 +1,13 @@
|
|||
# Changelog
|
||||
|
||||
## 1.0.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- b8b1d5e4: fix: sourceMap url in prod files but not publish with sourceMap file
|
||||
- Updated dependencies [b8b1d5e4]
|
||||
- @ice/style-import@1.0.1
|
||||
|
||||
## 1.0.3
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@ice/plugin-fusion",
|
||||
"version": "1.0.3",
|
||||
"version": "1.0.4",
|
||||
"description": "plugin for ICE while use fusion component",
|
||||
"license": "MIT",
|
||||
"type": "module",
|
||||
|
@ -11,10 +11,10 @@
|
|||
"!esm/**/*.map"
|
||||
],
|
||||
"dependencies": {
|
||||
"@ice/style-import": "^1.0.0"
|
||||
"@ice/style-import": "^1.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@ice/app": "^3.1.2"
|
||||
"@ice/app": "^3.3.2"
|
||||
},
|
||||
"repository": {
|
||||
"type": "http",
|
||||
|
|
|
@ -1,5 +1,20 @@
|
|||
# @ice/plugin-i18n
|
||||
|
||||
## 2.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- b8b1d5e4: fix: sourceMap url in prod files but not publish with sourceMap file
|
||||
- Updated dependencies [b8b1d5e4]
|
||||
- Updated dependencies [06829a4e]
|
||||
- Updated dependencies [7194c75c]
|
||||
- Updated dependencies [68f19eae]
|
||||
- Updated dependencies [cec448c3]
|
||||
- Updated dependencies [64442269]
|
||||
- @ice/jsx-runtime@0.2.2
|
||||
- @ice/runtime@1.2.9
|
||||
- @ice/app@3.3.2
|
||||
|
||||
## 2.0.0
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@ice/plugin-i18n",
|
||||
"version": "2.0.0",
|
||||
"version": "2.0.1",
|
||||
"description": "I18n plugin for ice.js 3.",
|
||||
"files": [
|
||||
"es2017",
|
||||
|
@ -39,7 +39,7 @@
|
|||
"plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"@ice/jsx-runtime": "^0.2.0",
|
||||
"@ice/jsx-runtime": "^0.2.2",
|
||||
"@swc/helpers": "^0.5.1",
|
||||
"accept-language-parser": "^1.5.0",
|
||||
"universal-cookie": "^4.0.4",
|
||||
|
@ -56,8 +56,8 @@
|
|||
"webpack-dev-server": "^4.13.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@ice/app": "^3.3.1",
|
||||
"@ice/runtime": "^1.2.8"
|
||||
"@ice/app": "^3.3.2",
|
||||
"@ice/runtime": "^1.2.9"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
|
|
|
@ -1,5 +1,11 @@
|
|||
# Changelog
|
||||
|
||||
## 1.1.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- b8b1d5e4: fix: sourceMap url in prod files but not publish with sourceMap file
|
||||
|
||||
## 1.1.0
|
||||
|
||||
### Minor Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@ice/plugin-icestark",
|
||||
"version": "1.1.0",
|
||||
"version": "1.1.1",
|
||||
"description": "Easy use `icestark` in icejs.",
|
||||
"author": "ice-admin@alibaba-inc.com",
|
||||
"homepage": "",
|
||||
|
@ -44,8 +44,8 @@
|
|||
"@ice/stark-app": "^1.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@ice/app": "^3.2.0",
|
||||
"@ice/runtime": "^1.2.0",
|
||||
"@ice/app": "^3.3.2",
|
||||
"@ice/runtime": "^1.2.9",
|
||||
"@types/react": "^18.0.0",
|
||||
"@types/react-dom": "^18.0.0"
|
||||
},
|
||||
|
|
|
@ -1,5 +1,11 @@
|
|||
# Changelog
|
||||
|
||||
## 1.0.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- b8b1d5e4: fix: sourceMap url in prod files but not publish with sourceMap file
|
||||
|
||||
## 1.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@ice/plugin-jsx-plus",
|
||||
"version": "1.0.2",
|
||||
"version": "1.0.3",
|
||||
"description": "JSX Plus support for ice.js",
|
||||
"license": "MIT",
|
||||
"type": "module",
|
||||
|
@ -28,7 +28,7 @@
|
|||
"!esm/**/*.map"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@ice/app": "^3.1.2",
|
||||
"@ice/app": "^3.3.2",
|
||||
"@types/react": "^18.0.20",
|
||||
"@types/react-dom": "^18.0.6"
|
||||
},
|
||||
|
|
|
@ -1,5 +1,17 @@
|
|||
# Changelog
|
||||
|
||||
## 1.1.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- b8b1d5e4: fix: sourceMap url in prod files but not publish with sourceMap file
|
||||
- Updated dependencies [b8b1d5e4]
|
||||
- @ice/miniapp-react-dom@1.0.2
|
||||
- @ice/miniapp-runtime@1.1.2
|
||||
- @ice/miniapp-loader@1.1.1
|
||||
- @ice/bundles@0.1.16
|
||||
- @ice/shared@1.0.2
|
||||
|
||||
## 1.1.1
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@ice/plugin-miniapp",
|
||||
"version": "1.1.1",
|
||||
"version": "1.1.2",
|
||||
"description": "ice.js plugin for miniapp.",
|
||||
"license": "MIT",
|
||||
"type": "module",
|
||||
|
@ -33,11 +33,11 @@
|
|||
"build": "tsc"
|
||||
},
|
||||
"dependencies": {
|
||||
"@ice/bundles": "^0.1.12",
|
||||
"@ice/miniapp-loader": "^1.1.0",
|
||||
"@ice/miniapp-react-dom": "^1.0.1",
|
||||
"@ice/miniapp-runtime": "^1.1.1",
|
||||
"@ice/shared": "^1.0.1",
|
||||
"@ice/bundles": "^0.1.16",
|
||||
"@ice/miniapp-loader": "^1.1.1",
|
||||
"@ice/miniapp-react-dom": "^1.0.2",
|
||||
"@ice/miniapp-runtime": "^1.1.2",
|
||||
"@ice/shared": "^1.0.2",
|
||||
"acorn-walk": "^8.2.0",
|
||||
"chalk": "^4.0.0",
|
||||
"consola": "^2.15.3",
|
||||
|
@ -47,8 +47,8 @@
|
|||
"sax": "^1.2.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@ice/app": "^3.2.6",
|
||||
"@ice/runtime": "^1.2.4",
|
||||
"@ice/app": "^3.3.2",
|
||||
"@ice/runtime": "^1.2.9",
|
||||
"webpack": "^5.88.0"
|
||||
},
|
||||
"repository": {
|
||||
|
|
|
@ -1,5 +1,11 @@
|
|||
# Changelog
|
||||
|
||||
## 1.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- b8b1d5e4: fix: sourceMap url in prod files but not publish with sourceMap file
|
||||
|
||||
## 1.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@ice/plugin-moment-locales",
|
||||
"version": "1.0.1",
|
||||
"version": "1.0.2",
|
||||
"description": "ice.js plugin for reduce moment locale size.",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
@ -16,7 +16,7 @@
|
|||
"url": "https://github.com/alibaba/ice/tree/master/packages/plugin-moment-locales"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@ice/app": "^3.1.2"
|
||||
"@ice/app": "^3.3.2"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
|
|
|
@ -1,5 +1,11 @@
|
|||
# Changelog
|
||||
|
||||
## 3.0.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- b8b1d5e4: fix: sourceMap url in prod files but not publish with sourceMap file
|
||||
|
||||
## 3.0.3
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@ice/plugin-pha",
|
||||
"version": "3.0.3",
|
||||
"version": "3.0.4",
|
||||
"description": "ice.js plugin for PHA.",
|
||||
"license": "MIT",
|
||||
"type": "module",
|
||||
|
@ -25,7 +25,7 @@
|
|||
"htmlparser2": "^8.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@ice/app": "^3.2.9",
|
||||
"@ice/app": "^3.3.2",
|
||||
"build-scripts": "^2.1.2-0",
|
||||
"esbuild": "^0.17.16",
|
||||
"webpack": "^5.88.0",
|
||||
|
|
|
@ -1,5 +1,14 @@
|
|||
# Changelog
|
||||
|
||||
## 0.2.7
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- b8b1d5e4: fix: sourceMap url in prod files but not publish with sourceMap file
|
||||
- Updated dependencies [b8b1d5e4]
|
||||
- rax-compat@0.2.8
|
||||
- @ice/bundles@0.1.16
|
||||
|
||||
## 0.2.6
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@ice/plugin-rax-compat",
|
||||
"version": "0.2.6",
|
||||
"version": "0.2.7",
|
||||
"description": "Provide rax compat support for ice.js",
|
||||
"license": "MIT",
|
||||
"type": "module",
|
||||
|
@ -20,17 +20,17 @@
|
|||
"dependencies": {
|
||||
"@babel/core": "^7.0.0",
|
||||
"@babel/plugin-proposal-export-default-from": "^7.18.9",
|
||||
"@ice/bundles": "^0.1.10",
|
||||
"@ice/bundles": "^0.1.16",
|
||||
"babel-plugin-transform-jsx-stylesheet": "1.0.6",
|
||||
"consola": "^2.15.3",
|
||||
"css": "^2.2.1",
|
||||
"lodash-es": "^4.17.21",
|
||||
"rax-compat": "^0.2.1",
|
||||
"rax-compat": "^0.2.8",
|
||||
"style-unit": "^3.0.5",
|
||||
"stylesheet-loader": "^0.9.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@ice/app": "^3.2.8",
|
||||
"@ice/app": "^3.3.2",
|
||||
"@types/lodash-es": "^4.17.7",
|
||||
"webpack": "^5.88.0"
|
||||
},
|
||||
|
|
|
@ -1,5 +1,11 @@
|
|||
# CHANGELOG
|
||||
|
||||
## 1.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- b8b1d5e4: fix: sourceMap url in prod files but not publish with sourceMap file
|
||||
|
||||
## 1.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@ice/plugin-request",
|
||||
"version": "1.0.1",
|
||||
"version": "1.0.2",
|
||||
"description": "Request plugin for ice.",
|
||||
"license": "MIT",
|
||||
"type": "module",
|
||||
|
@ -53,8 +53,8 @@
|
|||
"axios": "^0.27.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@ice/app": "^3.1.2",
|
||||
"@ice/runtime": "^1.1.3",
|
||||
"@ice/app": "^3.3.2",
|
||||
"@ice/runtime": "^1.2.9",
|
||||
"@types/react": "^18.0.0",
|
||||
"@types/react-dom": "^18.0.0",
|
||||
"regenerator-runtime": "^0.13.9"
|
||||
|
|
|
@ -1,5 +1,11 @@
|
|||
# CHANGELOG
|
||||
|
||||
## 1.1.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- b8b1d5e4: fix: sourceMap url in prod files but not publish with sourceMap file
|
||||
|
||||
## 1.1.1
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@ice/plugin-store",
|
||||
"version": "1.1.1",
|
||||
"version": "1.1.2",
|
||||
"description": "",
|
||||
"license": "MIT",
|
||||
"type": "module",
|
||||
|
|
|
@ -1,5 +1,13 @@
|
|||
# Changelog
|
||||
|
||||
## 0.2.8
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- b8b1d5e4: fix: sourceMap url in prod files but not publish with sourceMap file
|
||||
- Updated dependencies [b8b1d5e4]
|
||||
- @ice/appear@0.2.1
|
||||
|
||||
## 0.2.7
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "rax-compat",
|
||||
"version": "0.2.7",
|
||||
"version": "0.2.8",
|
||||
"description": "Rax compatible mode, running rax project on the react runtime.",
|
||||
"files": [
|
||||
"esm",
|
||||
|
@ -48,7 +48,7 @@
|
|||
"compat"
|
||||
],
|
||||
"dependencies": {
|
||||
"@ice/appear": "^0.2.0",
|
||||
"@ice/appear": "^0.2.1",
|
||||
"@swc/helpers": "^0.5.1",
|
||||
"style-unit": "^3.0.5"
|
||||
},
|
||||
|
|
|
@ -1,5 +1,11 @@
|
|||
# CHANGELOG
|
||||
|
||||
## 1.2.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- b8b1d5e4: fix: sourceMap url in prod files but not publish with sourceMap file
|
||||
|
||||
## 1.2.1
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@ice/route-manifest",
|
||||
"version": "1.2.1",
|
||||
"version": "1.2.2",
|
||||
"description": "Generate route manifest",
|
||||
"type": "module",
|
||||
"main": "./esm/index.js",
|
||||
|
|
|
@ -1,5 +1,16 @@
|
|||
# @ice/rspack-config
|
||||
|
||||
## 1.0.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- b8b1d5e4: fix: sourceMap url in prod files but not publish with sourceMap file
|
||||
- b7488105: fix: support custom middleware on dev server
|
||||
- Updated dependencies [b8b1d5e4]
|
||||
- Updated dependencies [64442269]
|
||||
- @ice/shared-config@1.0.3
|
||||
- @ice/bundles@0.1.16
|
||||
|
||||
## 1.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@ice/rspack-config",
|
||||
"version": "1.0.2",
|
||||
"version": "1.0.3",
|
||||
"repository": "alibaba/ice",
|
||||
"bugs": "https://github.com/alibaba/ice/issues",
|
||||
"homepage": "https://v3.ice.work",
|
||||
|
@ -15,8 +15,8 @@
|
|||
"*.d.ts"
|
||||
],
|
||||
"dependencies": {
|
||||
"@ice/shared-config": "1.0.2",
|
||||
"@ice/bundles": "0.1.15"
|
||||
"@ice/shared-config": "1.0.3",
|
||||
"@ice/bundles": "0.1.16"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@rspack/core": "^0.3.0"
|
||||
|
|
|
@ -1,5 +1,15 @@
|
|||
# @ice/runtime
|
||||
|
||||
## 1.2.9
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- b8b1d5e4: fix: sourceMap url in prod files but not publish with sourceMap file
|
||||
- 68f19eae: fix: should not import runtime module and routes when csr
|
||||
- Updated dependencies [b8b1d5e4]
|
||||
- @ice/jsx-runtime@0.2.2
|
||||
- @ice/shared@1.0.2
|
||||
|
||||
## 1.2.8
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@ice/runtime",
|
||||
"version": "1.2.8",
|
||||
"version": "1.2.9",
|
||||
"description": "Runtime module for ice.js",
|
||||
"type": "module",
|
||||
"types": "./esm/index.d.ts",
|
||||
|
@ -49,8 +49,8 @@
|
|||
"./esm/polyfills/abortcontroller.js"
|
||||
],
|
||||
"dependencies": {
|
||||
"@ice/jsx-runtime": "^0.2.1",
|
||||
"@ice/shared": "^1.0.1",
|
||||
"@ice/jsx-runtime": "^0.2.2",
|
||||
"@ice/shared": "^1.0.2",
|
||||
"@remix-run/router": "1.7.2",
|
||||
"abortcontroller-polyfill": "1.7.5",
|
||||
"ejs": "^3.1.6",
|
||||
|
|
|
@ -1,5 +1,14 @@
|
|||
# @ice/shared-config
|
||||
|
||||
## 1.0.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- b8b1d5e4: fix: sourceMap url in prod files but not publish with sourceMap file
|
||||
- 64442269: fix: redirect import of definePageConfig
|
||||
- Updated dependencies [b8b1d5e4]
|
||||
- @ice/bundles@0.1.16
|
||||
|
||||
## 1.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@ice/shared-config",
|
||||
"version": "1.0.2",
|
||||
"version": "1.0.3",
|
||||
"repository": "alibaba/ice",
|
||||
"bugs": "https://github.com/alibaba/ice/issues",
|
||||
"homepage": "https://v3.ice.work",
|
||||
|
@ -17,7 +17,7 @@
|
|||
"*.d.ts"
|
||||
],
|
||||
"dependencies": {
|
||||
"@ice/bundles": "0.1.15",
|
||||
"@ice/bundles": "0.1.16",
|
||||
"@rollup/pluginutils": "^4.2.0",
|
||||
"browserslist": "^4.19.3",
|
||||
"consola": "^2.15.3",
|
||||
|
|
|
@ -1,5 +1,11 @@
|
|||
# @ice/shared
|
||||
|
||||
## 1.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- b8b1d5e4: fix: sourceMap url in prod files but not publish with sourceMap file
|
||||
|
||||
## 1.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@ice/shared",
|
||||
"version": "1.0.1",
|
||||
"version": "1.0.2",
|
||||
"description": "ice utils for internal use",
|
||||
"type": "module",
|
||||
"types": "./esm/index.d.ts",
|
||||
|
|
|
@ -1,5 +1,11 @@
|
|||
# Changelog
|
||||
|
||||
## 1.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- b8b1d5e4: fix: sourceMap url in prod files but not publish with sourceMap file
|
||||
|
||||
## 1.0.0
|
||||
|
||||
- [feat] support import style
|
||||
- [feat] support import style
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@ice/style-import",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"description": "automatic import style by transform code",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
|
|
@ -1,5 +1,15 @@
|
|||
# Changelog
|
||||
|
||||
## 1.1.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- b8b1d5e4: fix: sourceMap url in prod files but not publish with sourceMap file
|
||||
- Updated dependencies [b8b1d5e4]
|
||||
- Updated dependencies [64442269]
|
||||
- @ice/shared-config@1.0.3
|
||||
- @ice/bundles@0.1.16
|
||||
|
||||
## 1.1.1
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@ice/webpack-config",
|
||||
"version": "1.1.1",
|
||||
"version": "1.1.2",
|
||||
"repository": "alibaba/ice",
|
||||
"bugs": "https://github.com/alibaba/ice/issues",
|
||||
"homepage": "https://v3.ice.work",
|
||||
|
@ -15,8 +15,8 @@
|
|||
"*.d.ts"
|
||||
],
|
||||
"dependencies": {
|
||||
"@ice/shared-config": "1.0.2",
|
||||
"@ice/bundles": "0.1.15",
|
||||
"@ice/shared-config": "1.0.3",
|
||||
"@ice/bundles": "0.1.16",
|
||||
"fast-glob": "^3.2.11",
|
||||
"process": "^0.11.10"
|
||||
},
|
||||
|
|
|
@ -1,5 +1,11 @@
|
|||
# Changelog
|
||||
|
||||
## 1.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- b8b1d5e4: fix: sourceMap url in prod files but not publish with sourceMap file
|
||||
|
||||
## 1.0.0
|
||||
|
||||
- [feat] support several APIs to modify webpack.
|
||||
- [feat] support several APIs to modify webpack.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@ice/webpack-modify",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"repository": "alibaba/ice",
|
||||
"bugs": "https://github.com/alibaba/ice/issues",
|
||||
"homepage": "https://v3.ice.work",
|
||||
|
@ -15,7 +15,7 @@
|
|||
"consola": "^2.15.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@ice/webpack-config": "^1.0.0",
|
||||
"@ice/webpack-config": "^1.1.2",
|
||||
"webpack": "^5.88.0"
|
||||
},
|
||||
"scripts": {
|
||||
|
|
|
@ -1095,12 +1095,12 @@ importers:
|
|||
|
||||
packages/ice:
|
||||
specifiers:
|
||||
'@ice/bundles': 0.1.15
|
||||
'@ice/route-manifest': 1.2.1
|
||||
'@ice/rspack-config': 1.0.2
|
||||
'@ice/runtime': ^1.2.8
|
||||
'@ice/shared-config': 1.0.2
|
||||
'@ice/webpack-config': 1.1.1
|
||||
'@ice/bundles': 0.1.16
|
||||
'@ice/route-manifest': 1.2.2
|
||||
'@ice/rspack-config': 1.0.3
|
||||
'@ice/runtime': ^1.2.9
|
||||
'@ice/shared-config': 1.0.3
|
||||
'@ice/webpack-config': 1.1.2
|
||||
'@rspack/core': 0.3.0
|
||||
'@rspack/dev-server': 0.3.0
|
||||
'@swc/helpers': 0.5.1
|
||||
|
@ -1224,7 +1224,7 @@ importers:
|
|||
|
||||
packages/miniapp-loader:
|
||||
specifiers:
|
||||
'@ice/bundles': ^0.1.10
|
||||
'@ice/bundles': ^0.1.16
|
||||
webpack: ^5.88.0
|
||||
dependencies:
|
||||
'@ice/bundles': link:../bundles
|
||||
|
@ -1233,8 +1233,8 @@ importers:
|
|||
|
||||
packages/miniapp-react-dom:
|
||||
specifiers:
|
||||
'@ice/miniapp-runtime': ^1.0.2
|
||||
'@ice/shared': ^1.0.0
|
||||
'@ice/miniapp-runtime': ^1.1.2
|
||||
'@ice/shared': ^1.0.2
|
||||
react: ^18.0.0
|
||||
react-reconciler: 0.27.0
|
||||
scheduler: ^0.20.1
|
||||
|
@ -1248,8 +1248,8 @@ importers:
|
|||
|
||||
packages/miniapp-runtime:
|
||||
specifiers:
|
||||
'@ice/runtime': ^1.2.4
|
||||
'@ice/shared': ^1.0.1
|
||||
'@ice/runtime': ^1.2.9
|
||||
'@ice/shared': ^1.0.2
|
||||
'@types/react': ^18.0.0
|
||||
history: ^5.3.0
|
||||
miniapp-history: ^0.1.7
|
||||
|
@ -1267,8 +1267,8 @@ importers:
|
|||
|
||||
packages/plugin-antd:
|
||||
specifiers:
|
||||
'@ice/app': ^3.1.2
|
||||
'@ice/style-import': ^1.0.0
|
||||
'@ice/app': ^3.3.2
|
||||
'@ice/style-import': ^1.0.1
|
||||
dependencies:
|
||||
'@ice/style-import': link:../style-import
|
||||
devDependencies:
|
||||
|
@ -1276,8 +1276,8 @@ importers:
|
|||
|
||||
packages/plugin-auth:
|
||||
specifiers:
|
||||
'@ice/app': ^3.1.2
|
||||
'@ice/runtime': ^1.1.3
|
||||
'@ice/app': ^3.3.2
|
||||
'@ice/runtime': ^1.2.9
|
||||
'@types/react': ^18.0.0
|
||||
'@types/react-dom': ^18.0.0
|
||||
regenerator-runtime: ^0.13.9
|
||||
|
@ -1290,9 +1290,9 @@ importers:
|
|||
|
||||
packages/plugin-cavans:
|
||||
specifiers:
|
||||
'@ice/app': ^3.2.10
|
||||
'@ice/app': ^3.3.2
|
||||
'@ice/cache-canvas': workspace:*
|
||||
'@ice/runtime': ^1.2.5
|
||||
'@ice/runtime': ^1.2.9
|
||||
webpack: ^5.88.0
|
||||
dependencies:
|
||||
'@ice/cache-canvas': link:../cache-canvas
|
||||
|
@ -1303,7 +1303,7 @@ importers:
|
|||
|
||||
packages/plugin-css-assets-local:
|
||||
specifiers:
|
||||
'@ice/app': ^3.1.2
|
||||
'@ice/app': ^3.3.2
|
||||
consola: ^2.15.3
|
||||
extract-css-assets-webpack-plugin: ^0.2.10
|
||||
dependencies:
|
||||
|
@ -1314,8 +1314,8 @@ importers:
|
|||
|
||||
packages/plugin-fusion:
|
||||
specifiers:
|
||||
'@ice/app': ^3.1.2
|
||||
'@ice/style-import': ^1.0.0
|
||||
'@ice/app': ^3.3.2
|
||||
'@ice/style-import': ^1.0.1
|
||||
dependencies:
|
||||
'@ice/style-import': link:../style-import
|
||||
devDependencies:
|
||||
|
@ -1324,7 +1324,7 @@ importers:
|
|||
packages/plugin-i18n:
|
||||
specifiers:
|
||||
'@ice/app': workspace:^
|
||||
'@ice/jsx-runtime': ^0.2.0
|
||||
'@ice/jsx-runtime': ^0.2.2
|
||||
'@ice/pkg': ^1.5.0
|
||||
'@ice/runtime': workspace:^
|
||||
'@remix-run/router': ^1.6.1
|
||||
|
@ -1354,8 +1354,8 @@ importers:
|
|||
|
||||
packages/plugin-icestark:
|
||||
specifiers:
|
||||
'@ice/app': ^3.2.0
|
||||
'@ice/runtime': ^1.2.0
|
||||
'@ice/app': ^3.3.2
|
||||
'@ice/runtime': ^1.2.9
|
||||
'@ice/stark': ^2.7.4
|
||||
'@ice/stark-app': ^1.2.0
|
||||
'@types/react': ^18.0.0
|
||||
|
@ -1372,7 +1372,7 @@ importers:
|
|||
packages/plugin-jsx-plus:
|
||||
specifiers:
|
||||
'@babel/core': ^7.19.1
|
||||
'@ice/app': ^3.1.2
|
||||
'@ice/app': ^3.3.2
|
||||
'@types/react': ^18.0.20
|
||||
'@types/react-dom': ^18.0.6
|
||||
babel-plugin-transform-jsx-class: ^0.1.3
|
||||
|
@ -1398,13 +1398,13 @@ importers:
|
|||
|
||||
packages/plugin-miniapp:
|
||||
specifiers:
|
||||
'@ice/app': ^3.2.6
|
||||
'@ice/bundles': ^0.1.12
|
||||
'@ice/miniapp-loader': ^1.1.0
|
||||
'@ice/miniapp-react-dom': ^1.0.1
|
||||
'@ice/miniapp-runtime': ^1.1.1
|
||||
'@ice/runtime': ^1.2.4
|
||||
'@ice/shared': ^1.0.1
|
||||
'@ice/app': ^3.3.2
|
||||
'@ice/bundles': ^0.1.16
|
||||
'@ice/miniapp-loader': ^1.1.1
|
||||
'@ice/miniapp-react-dom': ^1.0.2
|
||||
'@ice/miniapp-runtime': ^1.1.2
|
||||
'@ice/runtime': ^1.2.9
|
||||
'@ice/shared': ^1.0.2
|
||||
acorn-walk: ^8.2.0
|
||||
chalk: ^4.0.0
|
||||
consola: ^2.15.3
|
||||
|
@ -1433,13 +1433,13 @@ importers:
|
|||
|
||||
packages/plugin-moment-locales:
|
||||
specifiers:
|
||||
'@ice/app': ^3.1.2
|
||||
'@ice/app': ^3.3.2
|
||||
devDependencies:
|
||||
'@ice/app': link:../ice
|
||||
|
||||
packages/plugin-pha:
|
||||
specifiers:
|
||||
'@ice/app': ^3.2.9
|
||||
'@ice/app': ^3.3.2
|
||||
'@remix-run/router': ^1.6.1
|
||||
build-scripts: ^2.1.2-0
|
||||
chalk: ^4.0.0
|
||||
|
@ -1468,14 +1468,14 @@ importers:
|
|||
specifiers:
|
||||
'@babel/core': ^7.0.0
|
||||
'@babel/plugin-proposal-export-default-from': ^7.18.9
|
||||
'@ice/app': ^3.2.8
|
||||
'@ice/bundles': ^0.1.10
|
||||
'@ice/app': ^3.3.2
|
||||
'@ice/bundles': ^0.1.16
|
||||
'@types/lodash-es': ^4.17.7
|
||||
babel-plugin-transform-jsx-stylesheet: 1.0.6
|
||||
consola: ^2.15.3
|
||||
css: ^2.2.1
|
||||
lodash-es: ^4.17.21
|
||||
rax-compat: ^0.2.1
|
||||
rax-compat: ^0.2.8
|
||||
style-unit: ^3.0.5
|
||||
stylesheet-loader: ^0.9.1
|
||||
webpack: ^5.88.0
|
||||
|
@ -1497,8 +1497,8 @@ importers:
|
|||
|
||||
packages/plugin-request:
|
||||
specifiers:
|
||||
'@ice/app': ^3.1.2
|
||||
'@ice/runtime': ^1.1.3
|
||||
'@ice/app': ^3.3.2
|
||||
'@ice/runtime': ^1.2.9
|
||||
'@types/react': ^18.0.0
|
||||
'@types/react-dom': ^18.0.0
|
||||
ahooks: ^3.0.0
|
||||
|
@ -1543,7 +1543,7 @@ importers:
|
|||
|
||||
packages/rax-compat:
|
||||
specifiers:
|
||||
'@ice/appear': ^0.2.0
|
||||
'@ice/appear': ^0.2.1
|
||||
'@ice/pkg': ^1.5.0
|
||||
'@swc/helpers': ^0.5.1
|
||||
'@types/rax': ^1.0.8
|
||||
|
@ -1576,8 +1576,8 @@ importers:
|
|||
|
||||
packages/rspack-config:
|
||||
specifiers:
|
||||
'@ice/bundles': 0.1.15
|
||||
'@ice/shared-config': 1.0.2
|
||||
'@ice/bundles': 0.1.16
|
||||
'@ice/shared-config': 1.0.3
|
||||
'@rspack/core': ^0.3.0
|
||||
dependencies:
|
||||
'@ice/bundles': link:../bundles
|
||||
|
@ -1587,8 +1587,8 @@ importers:
|
|||
|
||||
packages/runtime:
|
||||
specifiers:
|
||||
'@ice/jsx-runtime': ^0.2.1
|
||||
'@ice/shared': ^1.0.1
|
||||
'@ice/jsx-runtime': ^0.2.2
|
||||
'@ice/shared': ^1.0.2
|
||||
'@remix-run/router': 1.7.2
|
||||
'@remix-run/web-fetch': ^4.3.3
|
||||
'@types/react': ^18.0.8
|
||||
|
@ -1632,7 +1632,7 @@ importers:
|
|||
|
||||
packages/shared-config:
|
||||
specifiers:
|
||||
'@ice/bundles': 0.1.15
|
||||
'@ice/bundles': 0.1.16
|
||||
'@rollup/pluginutils': ^4.2.0
|
||||
browserslist: ^4.19.3
|
||||
consola: ^2.15.3
|
||||
|
@ -1665,8 +1665,8 @@ importers:
|
|||
|
||||
packages/webpack-config:
|
||||
specifiers:
|
||||
'@ice/bundles': 0.1.15
|
||||
'@ice/shared-config': 1.0.2
|
||||
'@ice/bundles': 0.1.16
|
||||
'@ice/shared-config': 1.0.3
|
||||
fast-glob: ^3.2.11
|
||||
process: ^0.11.10
|
||||
webpack: ^5.88.0
|
||||
|
@ -1680,7 +1680,7 @@ importers:
|
|||
|
||||
packages/webpack-modify:
|
||||
specifiers:
|
||||
'@ice/webpack-config': ^1.0.0
|
||||
'@ice/webpack-config': ^1.1.2
|
||||
consola: ^2.15.3
|
||||
webpack: ^5.88.0
|
||||
dependencies:
|
||||
|
|
Loading…
Reference in New Issue