Update of multiple frontend libs.
This commit is contained in:
parent
de261dbde5
commit
a9c6ddc03b
276 changed files with 41257 additions and 19300 deletions
10
app/bower_components/es5-shim/.bower.json
vendored
10
app/bower_components/es5-shim/.bower.json
vendored
|
@ -30,14 +30,14 @@
|
|||
"bower_components",
|
||||
"tests"
|
||||
],
|
||||
"version": "4.5.8",
|
||||
"_release": "4.5.8",
|
||||
"version": "4.5.9",
|
||||
"_release": "4.5.9",
|
||||
"_resolution": {
|
||||
"type": "version",
|
||||
"tag": "v4.5.8",
|
||||
"commit": "0472d5096990f512875e98338ca6218d2ce5836f"
|
||||
"tag": "v4.5.9",
|
||||
"commit": "de7aa6ea2b58b1e3839438d04c023ddf3600c35a"
|
||||
},
|
||||
"_source": "https://github.com/es-shims/es5-shim.git",
|
||||
"_target": "4.5.8",
|
||||
"_target": "4.5.9",
|
||||
"_originalSource": "es5-shim"
|
||||
}
|
5
app/bower_components/es5-shim/CHANGES
vendored
5
app/bower_components/es5-shim/CHANGES
vendored
|
@ -1,3 +1,8 @@
|
|||
4.5.9
|
||||
- [Fix] parseInt and parseFloat should both accept null/undefined (#402)
|
||||
- [Tests] up to `node` `v6.2`
|
||||
- [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `jscs`, `concurrently`
|
||||
|
||||
4.5.8
|
||||
- [Fix] Check if property descriptor is configurable before re-defining it (#394, #373)
|
||||
- [Dev Deps] update `eslint`, `jscs`, `@ljharb/eslint-config`
|
||||
|
|
960
app/bower_components/es5-shim/es5-sham.js
vendored
960
app/bower_components/es5-shim/es5-sham.js
vendored
File diff suppressed because it is too large
Load diff
2
app/bower_components/es5-shim/es5-sham.map
vendored
2
app/bower_components/es5-shim/es5-sham.map
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
3884
app/bower_components/es5-shim/es5-shim.js
vendored
3884
app/bower_components/es5-shim/es5-shim.js
vendored
File diff suppressed because it is too large
Load diff
2
app/bower_components/es5-shim/es5-shim.map
vendored
2
app/bower_components/es5-shim/es5-shim.map
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
10
app/bower_components/es5-shim/package.json
vendored
10
app/bower_components/es5-shim/package.json
vendored
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "es5-shim",
|
||||
"version": "4.5.8",
|
||||
"version": "4.5.9",
|
||||
"description": "ECMAScript 5 compatibility shims for legacy JavaScript engines",
|
||||
"homepage": "http://github.com/es-shims/es5-shim/",
|
||||
"contributors": [
|
||||
|
@ -34,14 +34,14 @@
|
|||
"jscs": "jscs tests/helpers/*.js tests/spec/*.js es5-shim.js es5-sham.js"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "^2.7.0",
|
||||
"@ljharb/eslint-config": "^2.2.0",
|
||||
"eslint": "^2.12.0",
|
||||
"@ljharb/eslint-config": "^5.0.0",
|
||||
"jasmine-node": "^1.14.5",
|
||||
"jscs": "^2.11.0",
|
||||
"jscs": "^3.0.4",
|
||||
"uglify-js": "^2.6.2",
|
||||
"replace": "^0.3.0",
|
||||
"semver": "^5.1.0",
|
||||
"concurrently": "^2.0.0"
|
||||
"concurrently": "^2.1.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.4.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue