Skip to content

Commit

Permalink
v1.0.9
Browse files Browse the repository at this point in the history
chore(deps): Bump dependencies
fix(deps): Add `name` to package.json for webpack
  • Loading branch information
Log1x committed Aug 30, 2021
1 parent 2b4b157 commit 449eb1a
Show file tree
Hide file tree
Showing 6 changed files with 1,659 additions and 2,860 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
"start": "npx mix watch"
},
"devDependencies": {
"autoprefixer": "^10.2.5",
"laravel-mix": "^6.0.18",
"postcss": "^8.2.14",
"sass": "^1.32.12",
"sass-loader": "^11.0.1",
"tailwindcss": "^2.1.2"
"autoprefixer": "^10.3.3",
"laravel-mix": "^6.0.28",
"postcss": "^8.3.6",
"sass": "^1.38.2",
"sass-loader": "^12.1.0",
"tailwindcss": "^2.2.9"
},
"dependencies": {
"tinycolor2": "^1.4.2"
Expand Down
2 changes: 1 addition & 1 deletion plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Plugin Name: Advanced Custom Fields: Editor Palette Field
* Plugin URI: https://github.com/log1x/acf-editor-palette
* Description: A Gutenberg-like editor palette color picker field for Advanced Custom Fields.
* Version: 1.0.8
* Version: 1.0.9
* Author: Brandon Nifong
* Author URI: https://github.com/log1x
*/
Expand Down
2 changes: 1 addition & 1 deletion public/css/field.css

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

2 changes: 1 addition & 1 deletion public/js/field.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions public/mix-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"/js/field.js": "/js/field.js?id=7ba8a0545adfc7e17840",
"/css/field.css": "/css/field.css?id=dddedd98203578ba6771"
"/js/field.js": "/js/field.js?id=ffc7c64cd20bf0834b74",
"/css/field.css": "/css/field.css?id=046a4203b2df7af6b257"
}
Loading

0 comments on commit 449eb1a

Please sign in to comment.