dependencies update
This commit is contained in:
parent
92080dd821
commit
c7dbff1fbc
|
|
@ -1,4 +1,3 @@
|
||||||
import bundleSize from '@atomico/rollup-plugin-sizes'
|
|
||||||
import { visualizer } from 'rollup-plugin-visualizer'
|
import { visualizer } from 'rollup-plugin-visualizer'
|
||||||
import license from 'rollup-plugin-license'
|
import license from 'rollup-plugin-license'
|
||||||
import esbuild from 'rollup-plugin-esbuild'
|
import esbuild from 'rollup-plugin-esbuild'
|
||||||
|
|
@ -14,7 +13,6 @@ export const getRollupPlugins = (pkg, minify) => {
|
||||||
This source code is licensed under the ${pkg.license} license.
|
This source code is licensed under the ${pkg.license} license.
|
||||||
See the LICENSE file in the root directory of this source tree.`
|
See the LICENSE file in the root directory of this source tree.`
|
||||||
}),
|
}),
|
||||||
bundleSize(),
|
|
||||||
visualizer({
|
visualizer({
|
||||||
sourcemap: false,
|
sourcemap: false,
|
||||||
filename: `stats/${pkg.name}${minify ? '-min' : ''}.html`
|
filename: `stats/${pkg.name}${minify ? '-min' : ''}.html`
|
||||||
|
|
|
||||||
|
|
@ -1,11 +1,8 @@
|
||||||
const eleventySass = require("eleventy-sass");
|
const eleventySass = require("eleventy-sass");
|
||||||
const eleventyDirectoryOutputPlugin = require("@11ty/eleventy-plugin-directory-output");
|
|
||||||
|
|
||||||
|
|
||||||
module.exports = function (eleventyConfig) {
|
module.exports = function (eleventyConfig) {
|
||||||
eleventyConfig.addPlugin(eleventySass);
|
eleventyConfig.addPlugin(eleventySass);
|
||||||
eleventyConfig.addPlugin(eleventyDirectoryOutputPlugin);
|
|
||||||
|
|
||||||
eleventyConfig.addWatchTarget("./src");
|
eleventyConfig.addWatchTarget("./src");
|
||||||
eleventyConfig.addWatchTarget("./icons");
|
eleventyConfig.addWatchTarget("./icons");
|
||||||
|
|
||||||
|
|
|
||||||
37
package.json
37
package.json
|
|
@ -51,60 +51,53 @@
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@11ty/eleventy": "^2.0.1",
|
"@11ty/eleventy": "^2.0.1",
|
||||||
"@11ty/eleventy-img": "^3.1.0",
|
"@babel/cli": "^7.23.9",
|
||||||
"@11ty/eleventy-navigation": "^0.3.5",
|
"@babel/core": "7.23.9",
|
||||||
"@11ty/eleventy-plugin-directory-output": "^1.0.1",
|
"@babel/parser": "7.23.9",
|
||||||
"@atomico/rollup-plugin-sizes": "^1.1.4",
|
"@babel/plugin-transform-runtime": "^7.23.9",
|
||||||
"@babel/cli": "^7.23.4",
|
"@babel/preset-env": "7.23.9",
|
||||||
"@babel/core": "7.23.7",
|
|
||||||
"@babel/parser": "7.23.6",
|
|
||||||
"@babel/plugin-transform-runtime": "^7.23.7",
|
|
||||||
"@babel/preset-env": "7.23.8",
|
|
||||||
"@babel/preset-react": "7.23.3",
|
"@babel/preset-react": "7.23.3",
|
||||||
"@prettier/sync": "^0.3.0",
|
"@prettier/sync": "^0.5.1",
|
||||||
"@release-it-plugins/workspaces": "^4.2.0",
|
"@release-it-plugins/workspaces": "^4.2.0",
|
||||||
"@rollup/plugin-babel": "6.0.4",
|
"@rollup/plugin-babel": "6.0.4",
|
||||||
"@rollup/plugin-commonjs": "25.0.7",
|
"@rollup/plugin-commonjs": "25.0.7",
|
||||||
"@rollup/plugin-node-resolve": "15.2.3",
|
"@rollup/plugin-node-resolve": "15.2.3",
|
||||||
"@svgr/babel-plugin-replace-jsx-attribute-value": "8.0.0",
|
"@svgr/babel-plugin-replace-jsx-attribute-value": "8.0.0",
|
||||||
"@svgr/core": "8.1.0",
|
"@svgr/core": "8.1.0",
|
||||||
"@testing-library/jest-dom": "^6.2.0",
|
"@testing-library/jest-dom": "^6.4.2",
|
||||||
"@vue/babel-plugin-jsx": "^1.1.6",
|
|
||||||
"adm-zip": "^0.5.10",
|
"adm-zip": "^0.5.10",
|
||||||
"cheerio": "^1.0.0-rc.12",
|
"cheerio": "^1.0.0-rc.12",
|
||||||
"csv-parser": "^3.0.0",
|
"csv-parser": "^3.0.0",
|
||||||
"eleventy-sass": "^2.2.4",
|
"eleventy-sass": "^2.2.4",
|
||||||
"esbuild": "^0.19.11",
|
"esbuild": "^0.20.1",
|
||||||
"fs-extra": "^11.2.0",
|
"fs-extra": "^11.2.0",
|
||||||
"glob": "10.3.10",
|
"glob": "10.3.10",
|
||||||
"gray-matter": "^4.0.3",
|
"gray-matter": "^4.0.3",
|
||||||
"html-minifier": "^4.0.0",
|
"html-minifier": "^4.0.0",
|
||||||
"install": "^0.13.0",
|
"install": "^0.13.0",
|
||||||
"jest-serializer-html": "^7.1.0",
|
"jest-serializer-html": "^7.1.0",
|
||||||
"jsdom": "^23.2.0",
|
"jsdom": "^24.0.0",
|
||||||
"lodash.template": "4.5.0",
|
"lodash.template": "4.5.0",
|
||||||
"minimist": "1.2.8",
|
"minimist": "1.2.8",
|
||||||
"node-sass": "9.0.0",
|
"node-sass": "9.0.0",
|
||||||
"object.groupby": "^1.0.2",
|
"object.groupby": "^1.0.2",
|
||||||
"parse-svg-path": "^0.1.2",
|
"parse-svg-path": "^0.1.2",
|
||||||
"prettier": "^3.2.4",
|
"prettier": "^3.2.5",
|
||||||
"release-it": "17.0.1",
|
"release-it": "17.1.1",
|
||||||
"rollup": "^4.9.5",
|
"rollup": "^4.12.0",
|
||||||
"rollup-plugin-dts": "^6.1.0",
|
"rollup-plugin-dts": "^6.1.0",
|
||||||
"rollup-plugin-esbuild": "^6.1.0",
|
"rollup-plugin-esbuild": "^6.1.1",
|
||||||
"rollup-plugin-filesize": "10.0.0",
|
"rollup-plugin-filesize": "10.0.0",
|
||||||
"rollup-plugin-license": "^3.2.0",
|
"rollup-plugin-license": "^3.2.0",
|
||||||
"rollup-plugin-peer-deps-external": "2.2.4",
|
"rollup-plugin-peer-deps-external": "2.2.4",
|
||||||
"rollup-plugin-rename": "^1.0.1",
|
|
||||||
"rollup-plugin-terser": "7.0.2",
|
|
||||||
"rollup-plugin-visualizer": "^5.12.0",
|
"rollup-plugin-visualizer": "^5.12.0",
|
||||||
"svg-outline-stroke": "1.3.1",
|
"svg-outline-stroke": "1.3.1",
|
||||||
"svgo": "^3.2.0",
|
"svgo": "^3.2.0",
|
||||||
"svgpath": "^2.6.0",
|
"svgpath": "^2.6.0",
|
||||||
"svgson": "^5.3.1",
|
"svgson": "^5.3.1",
|
||||||
"turbo": "^1.12.3",
|
"turbo": "^1.12.4",
|
||||||
"typescript": "^5.3.3",
|
"typescript": "^5.3.3",
|
||||||
"vitest": "^1.1.3"
|
"vitest": "^1.3.1"
|
||||||
},
|
},
|
||||||
"release-it": {
|
"release-it": {
|
||||||
"plugins": {
|
"plugins": {
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,9 @@ export { default as IconDiscount2Off } from './icons/IconRosetteDiscountOff';
|
||||||
export { default as IconDiscountCheck } from './icons/IconRosetteDiscountCheck';
|
export { default as IconDiscountCheck } from './icons/IconRosetteDiscountCheck';
|
||||||
export { default as IconHandRock } from './icons/IconHandLoveYou';
|
export { default as IconHandRock } from './icons/IconHandLoveYou';
|
||||||
export { default as IconSortDeacendingSmallBig } from './icons/IconSortDescendingSmallBig';
|
export { default as IconSortDeacendingSmallBig } from './icons/IconSortDescendingSmallBig';
|
||||||
|
export { default as IconShiJumping } from './icons/IconSkiJumping';
|
||||||
|
export { default as IconBoxSeam } from './icons/IconPackage';
|
||||||
|
export { default as IconKering } from './icons/IconKerning';
|
||||||
export { default as IconCircle0 } from './icons/IconCircleNumber0';
|
export { default as IconCircle0 } from './icons/IconCircleNumber0';
|
||||||
export { default as IconCircle1 } from './icons/IconCircleNumber1';
|
export { default as IconCircle1 } from './icons/IconCircleNumber1';
|
||||||
export { default as IconCircle2 } from './icons/IconCircleNumber2';
|
export { default as IconCircle2 } from './icons/IconCircleNumber2';
|
||||||
|
|
|
||||||
2995
pnpm-lock.yaml
2995
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue