Skip to content

Commit

Permalink
bump 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
minimit committed Jan 13, 2022
1 parent 9fe938f commit b128aa2
Show file tree
Hide file tree
Showing 11 changed files with 4,848 additions and 5,773 deletions.
16 changes: 8 additions & 8 deletions encore/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@
"scripts": {
"build": "cross-env NODE_ENV=production encore production",
"dev": "cross-env NODE_ENV=development encore dev-server --hot --open",
"watch": "cross-env NODE_ENV=development TAILWIND_MODE=watch encore dev --watch --hot"
"watch": "cross-env NODE_ENV=development encore dev --watch --hot"
},
"dependencies": {
"gsap": "^3.8.0",
"tailwindcss": "^2.2.19",
"xtendui": "^1.0.0-beta.47"
"gsap": "^3.9.1",
"tailwindcss": "^3.0.13",
"xtendui": "^1.0.3"
},
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/preset-env": "^7.16.4",
"@babel/core": "^7.16.7",
"@babel/preset-env": "^7.16.8",
"@symfony/webpack-encore": "^1.7.0",
"autoprefixer": "^10.4.0",
"autoprefixer": "^10.4.2",
"cross-env": "^7.0.3",
"cssnano": "^5.0.12",
"cssnano": "^5.0.15",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.5.0",
"postcss": "^8.4.5",
Expand Down
2,275 changes: 1,079 additions & 1,196 deletions encore/yarn.lock

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions gulp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,25 @@
"scripts": {
"build": "cross-env NODE_ENV=production gulp build",
"dev": "cross-env NODE_ENV=development gulp dev",
"watch": "cross-env NODE_ENV=development TAILWIND_MODE=watch gulp watch"
"watch": "cross-env NODE_ENV=development gulp watch"
},
"dependencies": {
"gsap": "^3.8.0",
"tailwindcss": "^2.2.19",
"xtendui": "^1.0.0-beta.47"
"gsap": "^3.9.1",
"tailwindcss": "^3.0.13",
"xtendui": "^1.0.3"
},
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/preset-env": "^7.16.4",
"autoprefixer": "^10.4.0",
"@babel/core": "^7.16.7",
"@babel/preset-env": "^7.16.8",
"autoprefixer": "^10.4.2",
"babelify": "^10.0.0",
"browser-sync": "^2.27.7",
"browserify": "^17.0.0",
"cross-env": "^7.0.3",
"cssnano": "^5.0.12",
"cssnano": "^5.0.15",
"gulp": "^4.0.2",
"gulp-clean": "^0.4.0",
"gulp-babel": "^8.0.0",
"gulp-clean": "^0.4.0",
"gulp-postcss": "^9.0.1",
"gulp-sourcemaps": "^3.0.0",
"gulp-uglify": "^3.0.2",
Expand Down
1,870 changes: 838 additions & 1,032 deletions gulp/yarn.lock

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,24 +7,24 @@
"i-all": "yarn i-encore && yarn i-gulp && yarn i-snowpack && yarn i-vite && yarn i-webpack",
"b-all": "yarn b-encore && yarn b-gulp && yarn b-snowpack && yarn b-vite && yarn b-webpack",
"l-all": "yarn l-encore && yarn l-gulp && yarn l-snowpack && yarn l-vite && yarn l-webpack",
"u-encore": "cd encore && yarn unlink xtendui && yarn upgrade --latest && yarn add xtendui@beta && cd ..",
"i-encore": "cd encore && yarn install && yarn add xtendui@beta && cd ..",
"u-encore": "cd encore && yarn unlink xtendui && yarn upgrade --latest && yarn add xtendui && cd ..",
"i-encore": "cd encore && yarn install && yarn add xtendui && cd ..",
"b-encore": "cd encore && yarn build && cd ..",
"l-encore": "cd encore && yarn link xtendui && cd ..",
"u-gulp": "cd gulp && yarn unlink xtendui && yarn upgrade --latest && yarn add xtendui@beta && cd ..",
"i-gulp": "cd gulp && yarn install && yarn add xtendui@beta && cd ..",
"u-gulp": "cd gulp && yarn unlink xtendui && yarn upgrade --latest && yarn add xtendui && cd ..",
"i-gulp": "cd gulp && yarn install && yarn add xtendui && cd ..",
"b-gulp": "cd gulp && yarn build && cd ..",
"l-gulp": "cd gulp && yarn link xtendui && cd ..",
"u-snowpack": "cd snowpack && yarn unlink xtendui && yarn upgrade --latest && yarn add xtendui@beta && cd ..",
"i-snowpack": "cd snowpack && yarn install && yarn add xtendui@beta && cd ..",
"u-snowpack": "cd snowpack && yarn unlink xtendui && yarn upgrade --latest && yarn add xtendui && cd ..",
"i-snowpack": "cd snowpack && yarn install && yarn add xtendui && cd ..",
"b-snowpack": "cd snowpack && yarn build && cd ..",
"l-snowpack": "cd snowpack && yarn link xtendui && cd ..",
"u-vite": "cd vite && yarn unlink xtendui && yarn upgrade --latest && yarn add xtendui@beta && cd ..",
"i-vite": "cd vite && yarn install && yarn add xtendui@beta && cd ..",
"u-vite": "cd vite && yarn unlink xtendui && yarn upgrade --latest && yarn add xtendui && cd ..",
"i-vite": "cd vite && yarn install && yarn add xtendui && cd ..",
"b-vite": "cd vite && yarn build && cd ..",
"l-vite": "cd vite && yarn link xtendui && cd ..",
"u-webpack": "cd webpack && yarn unlink xtendui && yarn upgrade --latest && yarn add xtendui@beta && cd ..",
"i-webpack": "cd webpack && yarn install && yarn add xtendui@beta && cd ..",
"u-webpack": "cd webpack && yarn unlink xtendui && yarn upgrade --latest && yarn add xtendui && cd ..",
"i-webpack": "cd webpack && yarn install && yarn add xtendui && cd ..",
"b-webpack": "cd webpack && yarn build && cd ..",
"l-webpack": "cd webpack && yarn link xtendui && cd .."
},
Expand Down
16 changes: 8 additions & 8 deletions snowpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,21 @@
"private": true,
"scripts": {
"build": "cross-env NODE_ENV=production snowpack build",
"dev": "cross-env NODE_ENV=development TAILWIND_MODE=watch snowpack dev"
"dev": "cross-env NODE_ENV=development snowpack dev"
},
"dependencies": {
"gsap": "^3.8.0",
"tailwindcss": "^2.2.19",
"xtendui": "^1.0.0-beta.47"
"gsap": "^3.9.1",
"tailwindcss": "^3.0.13",
"xtendui": "^1.0.3"
},
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/preset-env": "^7.16.4",
"@babel/core": "^7.16.7",
"@babel/preset-env": "^7.16.8",
"@snowpack/plugin-babel": "^2.1.7",
"@snowpack/plugin-postcss": "^1.4.3",
"autoprefixer": "^10.4.0",
"autoprefixer": "^10.4.2",
"cross-env": "^7.0.3",
"cssnano": "^5.0.12",
"cssnano": "^5.0.15",
"postcss": "^8.4.5",
"postcss-cli": "^9.1.0",
"postcss-import": "^14.0.2",
Expand Down
Loading

0 comments on commit b128aa2

Please sign in to comment.