Skip to content

Commit

Permalink
build: rebuild dist files
Browse files Browse the repository at this point in the history
  • Loading branch information
orestbida committed Mar 3, 2024
1 parent 9db6167 commit 674cfde
Show file tree
Hide file tree
Showing 8 changed files with 881 additions and 877 deletions.
2 changes: 1 addition & 1 deletion dist/cookieconsent.esm.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/cookieconsent.umd.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/core/cookieconsent-core.esm.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/core/cookieconsent-core.umd.js

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,23 +37,23 @@
"author": "Orest Bida",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.23.9",
"@babel/preset-env": "^7.23.9",
"@babel/core": "^7.24.0",
"@babel/preset-env": "^7.24.0",
"@rollup/plugin-eslint": "^9.0.5",
"@rollup/plugin-terser": "^0.4.4",
"@types/jest": "^29.5.12",
"babel-jest": "^29.7.0",
"cssnano": "^6.0.3",
"eslint": "^8.56.0",
"cssnano": "^6.0.5",
"eslint": "^8.57.0",
"fast-glob": "^3.3.2",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"postcss-combine-duplicated-selectors": "^10.0.3",
"rollup": "^4.12.0",
"rollup-plugin-postcss": "^4.0.2",
"sass": "^1.71.0",
"sass": "^1.71.1",
"sitemap": "^7.1.1",
"vitepress": "1.0.0-rc.43"
"vitepress": "1.0.0-rc.44"
},
"jest": {
"transform": {
Expand Down
6 changes: 3 additions & 3 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
},
"dependencies": {
"a11y-dialog": "^8.0.4",
"astro": "^4.4.0",
"astro-compress": "^2.2.10",
"astro": "^4.4.9",
"astro-compress": "^2.2.11",
"deep-equal": "^2.2.3",
"file-saver": "^2.0.5",
"sass": "^1.71.0",
"sass": "^1.71.1",
"shikiji": "0.10.2"
}
}

0 comments on commit 674cfde

Please sign in to comment.