Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
minimit committed Mar 25, 2024
1 parent 2764172 commit b67d14c
Show file tree
Hide file tree
Showing 11 changed files with 41 additions and 40 deletions.
14 changes: 7 additions & 7 deletions encore/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion encore/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"gsap": "^3.11.3",
"tailwindcss": "^3.2.4",
"xtendui": "^2.0.0-beta.14"
"xtendui": "^2.0.0-beta.17"
},
"devDependencies": {
"@babel/core": "^7.20.5",
Expand Down
14 changes: 7 additions & 7 deletions nextjs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"react": "18.2.0",
"react-dom": "18.2.0",
"tailwindcss": "^3.2.4",
"xtendui": "^2.0.0-beta.14"
"xtendui": "^2.0.0-beta.17"
},
"devDependencies": {
"autoprefixer": "^10.4.13",
Expand Down
14 changes: 7 additions & 7 deletions parcel/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion parcel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"gsap": "^3.11.3",
"tailwindcss": "^3.2.4",
"xtendui": "^2.0.0-beta.14"
"xtendui": "^2.0.0-beta.17"
},
"devDependencies": {
"autoprefixer": "^10.4.13",
Expand Down
14 changes: 7 additions & 7 deletions vite/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"gsap": "^3.11.3",
"tailwindcss": "^3.2.4",
"xtendui": "^2.0.0-beta.14"
"xtendui": "^2.0.0-beta.17"
},
"devDependencies": {
"@babel/core": "^7.20.5",
Expand Down
14 changes: 7 additions & 7 deletions webpack/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"gsap": "^3.11.3",
"tailwindcss": "^3.2.4",
"xtendui": "^2.0.0-beta.14"
"xtendui": "^2.0.0-beta.17"
},
"devDependencies": {
"@babel/core": "^7.20.5",
Expand Down
1 change: 1 addition & 0 deletions webpack/webpack.prod.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ module.exports = () => {
path: dirPublic,
publicPath: '/',
filename: '[name].[contenthash].bundle.js',
chunkFilename: '[id].[contenthash].js',
clean: true,
},
plugins: [new CleanWebpackPlugin(), new TerserJSPlugin()],
Expand Down

0 comments on commit b67d14c

Please sign in to comment.