Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
frullah committed May 21, 2021
1 parent ccd2fdd commit cae51f9
Show file tree
Hide file tree
Showing 2 changed files with 2,006 additions and 2,086 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,34 +16,34 @@
"tippy.js": "^6.3.1"
},
"devDependencies": {
"@babel/core": "^7.13.14",
"@babel/core": "^7.14.3",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.13.10",
"@babel/preset-env": "^7.13.12",
"@babel/runtime": "^7.13.10",
"@babel/plugin-transform-runtime": "^7.14.3",
"@babel/preset-env": "^7.14.2",
"@babel/runtime": "^7.14.0",
"@rollup/plugin-alias": "^3.1.2",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^18.0.0",
"@rollup/plugin-node-resolve": "^11.2.1",
"@rollup/plugin-commonjs": "^19.0.0",
"@rollup/plugin-node-resolve": "^13.0.0",
"@rollup/plugin-replace": "^2.4.2",
"@rollup/plugin-url": "^6.0.0",
"@tailwindcss/jit": "^0.1.18",
"autoprefixer": "^10.2.5",
"eslint": "^7.23.0",
"eslint": "^7.26.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-import": "^2.23.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.3.1",
"eslint-plugin-svelte3": "^3.1.2",
"postcss": "^8.2.9",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-svelte3": "^3.2.0",
"postcss": "^8.3.0",
"postcss-load-config": "^3.0.1",
"rollup": "^2.44.0",
"rollup": "^2.48.0",
"rollup-plugin-svelte": "^7.1.0",
"rollup-plugin-terser": "^7.0.2",
"sapper": "^0.29.1",
"sass": "^1.32.8",
"svelte": "^3.37.0",
"svelte-preprocess": "^4.7.0",
"tailwindcss": "^2.0.4"
"sass": "^1.33.0",
"svelte": "^3.38.2",
"svelte-preprocess": "^4.7.3",
"tailwindcss": "^2.1.2"
}
}
Loading

0 comments on commit cae51f9

Please sign in to comment.